---
title: "Perplexity AI (HE)"
source: "https://systems-analysis.info/int/Perplexity_AI_(HE)"
wiki: "systems-analysis.info/int"
article: "Perplexity_AI_(HE)"
language: "he"
categories:
  - "Category:Hebrew"
  - "Category:Large language models"
  - "Category:LLM families"
  - "Category:Machine learning"
revision_id: 5552
wiki_created_at: 2026-09-06T23:50:54Z
wiki_modified_at: 2026-09-06T23:50:54Z
downloaded_at: 2026-09-07T23:09:06Z
---

# Perplexity AI (HE)

**Perplexity AI** — היא סטארטאפ אמריקאי ו**מנוע חיפוש** בעל שם זהה (conversational search engine), המשתמש בבינה מלאכותית כדי לספק תשובות ישירות לשאילתות משתמשים תוך ציון מקורות המידע<sup>[\[1\]](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_note-wikipedia-ru-pplx-1)</sup>. החברה נוסדה בשנת 2022 על ידי צוות מומחים מ-OpenAI, Meta, Google, DeepMind ו-Databricks<sup>[\[2\]](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_note-rbc-trends-2)</sup>.

הפלטפורמה משלבת מודלי שפה גדולים (LLM) משלה עם גישה למודלים מובילים של חברות אחרות, מה שמאפשר לה לאטב את המהירות, הדיוק ועלות התשובות. הטכנולוגיה המרכזית של Perplexity היא מערכת **Retrieval-Augmented Generation (RAG)** מתקדמת, אשר מעשירה את תשובות ה-LLM במידע עדכני מתשתית החיפוש הפנימית שלה<sup>[\[3\]](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_note-pplx-rag-intro-3)</sup>.

## היסטוריה ומייסדים

חברת Perplexity AI נוסדה בשנת 2022 על ידי ארבעה מומחים:

- **ארווינד שריניבס** (CEO) — חוקר לשעבר ב-OpenAI, Google Brain ו-DeepMind<sup>[\[4\]](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_note-wiki-eng-shrinivas-4)</sup>.
- **דניס יאראץ'** (CTO) — חוקר מדעי לשעבר ב-Meta AI.
- **ג'וני הו** (CSO) — מהנדס לשעבר ב-Quora.
- **אנדי קונווינסקי** — שותף מייסד של Databricks<sup>[\[2\]](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_note-rbc-trends-2)</sup>.

בתחילה הוגה הפרויקט כשירות B2B לניתוח נתונים, אך באוקטובר 2022 פיתח הצוות אב-טיפוס של מנוע חיפוש מבוסס Bing ו-GPT-3, אשר קבע את כיוון התפתחות החברה בהמשך<sup>[\[5\]](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_note-forbes-ru-story-5)</sup>.

Perplexity AI משכה השקעות משמעותיות מגורמים מובילים, כולל Nvidia, SoftBank ומייסד Amazon ג'ף בזוס. עד תחילת 2025 הגיעה שווי החברה ל-**14 מיליארד דולר**<sup>[\[6\]](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_note-vashgolos-14b-6)</sup>, וקהל המשתמשים הפעילים החודשי עלה על **15 מיליון** משתמשים<sup>[\[7\]](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_note-3dnews-growth-7)</sup>.

## ארכיטקטורה טכנולוגית

### Retrieval-Augmented Generation (RAG)

הבסיס של Perplexity הוא טכנולוגיית **RAG**, המאפשרת להתגבר על מגבלותיהם של LLM מסורתיים, כגון ידע מיושן ו"הזיות". האלגוריתם פועל במספר שלבים<sup>[\[8\]](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_note-timeweb-rag-8)</sup>:

1.  ניתוח וניסוח מחדש של שאילתת המשתמש לצורך חיפוש אופטימלי.
2.  חיפוש מידע באמצעות **תשתית חיפוש פנימית** (כולל סורק רשת ומערכת דירוג), הנותנת עדיפות למקורות סמכותיים שאינם ממוטבי SEO<sup>[\[7\]](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_note-3dnews-growth-7)</sup>.
3.  חילוץ הקטעים הרלוונטיים ביותר ("קטעיות") מדפי האינטרנט שנמצאו.
4.  יצירת תשובה קוהרנטית ומדויקת באמצעות LLM על בסיס קטעים אלה.
5.  הצגת התשובה עם **ציון מובאות** וקישורים למקורות המקוריים.

### אסטרטגיית רב-מודלים

Perplexity משתמשת בגישה היברידית, המשלבת מודלים פנימיים וחיצוניים להשגת איזון בין מהירות, דיוק ועלות<sup>[\[9\]](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_note-kedprof-claude-9)</sup>.

- לתשובות מהירות בגרסה החינמית משמש לרוב **Claude 3 Haiku**.
- למשימות מורכבות בגרסת Pro בתשלום זמינים מודלים חזקים יותר, כגון **Claude 3.5 Sonnet** ו-**GPT-4o**.

משתמשים עם מנוי **Perplexity Pro** יכולים לבחור ידנית ממגוון רחב של מודלים, כולל<sup>[\[10\]](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_note-pplx-pro-models-10)</sup>:

- **OpenAI**: GPT-4o, GPT-4 Turbo
- **Anthropic**: Claude 3.5 Sonnet, Claude 3 Opus, Claude 3 Haiku
- **Google**: Gemini 2.5 Pro
- **Meta**: Llama 3
- **Mistral AI**: Mistral Large
- **xAI**: Grok-3 Beta
- מודלים פנימיים של Perplexity.

## מודלים פנימיים של Perplexity

החברה מפתחת מודלים פנימיים משלה, המאוטבים למשימות חיפוש ולעבודה עם מידע עדכני מהאינטרנט.

### משפחת PPLX (מודלים מוקדמים)

המודלים הפנימיים הראשונים של Perplexity, שנגישים דרך API, היו **pplx-7b-online** ו-**pplx-70b-online**, שהוצגו בדצמבר 2023<sup>[\[11\]](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_note-marktechpost-pplx-11)</sup>. הם התבססו על גרסאות מכווננות של **Mistral 7B** ו-**Llama 2 70B** בהתאמה, והתמחו בעבודה עם נתונים מקוונים<sup>[\[12\]](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_note-pplx-blog-online-llms-12)</sup>.

### משפחת Sonar (הדור הנוכחי)

**Sonar** — זוהי משפחת המודלים הדגל, הבנויה על בסיס **Llama 3.3 70B** של Meta, אך עברה כיוונון עדין נוסף לשיפור הדיוק העובדתי וקריאות התשובות במצב חיפוש<sup>[\[13\]](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_note-pplx-blog-new-sonar-13)</sup>.

מאפיינים מרכזיים של Sonar:

- **מהירות גבוהה**: הודות לשותפות עם **Cerebras** ולשימוש בתשתית ההסקה המיוחדת שלה, Sonar מגיע למהירות יצירה של עד **1,200 token לשנייה**, המהיר כמעט פי 10 מ-Gemini 2.0 Flash<sup>[\[14\]](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_note-cerebras-partnership-14)</sup>.
- **טכנולוגיית פענוח ספקולטיבי**: לצורך האצה נוספת של היצירה משמש "מודל טיוטה" פנימי בגודל 1B, המאפשר למודל הראשי לייצר מספר token במעבר אחד<sup>[\[15\]](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_note-pplx-blog-speculation-15)</sup>.
- **ביצועים גבוהים**: במסגרת הערכת **Search Arena** של LM Arena, המודל **Sonar-Reasoning-Pro** זכה במקום הראשון, השווה סטטיסטית ל-Gemini-2.5-Pro-Grounding<sup>[\[16\]](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_note-pplx-blog-search-arena-16)</sup>.

## API ופתרונות ארגוניים

Perplexity מספקת גישה למודליה דרך **Sonar API** ו-**Sonar Pro API** למפתחים ולקוחות ארגוניים. ה-API מאוטבים למהירות ולפשטות שימוש, כוללים יכולת ציטוט והגדרת מקורות חיפוש. פתרונות Perplexity משמשים בתעשיות שונות ליצירת מערכות חיפוש ייעודיות ולאוטומציה של משימות מחקר<sup>[\[17\]](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_note-pplx-blog-sonar-pro-api-17)</sup>.

## ניתוח השוואתי וחוויית משתמש

ביצועי Perplexity משתנים בהתאם לסוג המשימה.

- במשימות הדורשות דיוק עובדתי גבוה המבוסס על נתונים עדכניים (למשל ניתוח רדיולוגי), Perplexity מציג **את הדיוק הגבוה ביותר (0.83)**, עולה על Claude, Bing ו-ChatGPT<sup>[\[18\]](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_note-thieme-radiology-18)</sup>.
- במשימות הקשורות לידע נדיר או מתמחה מאוד (למשל מחלות נדירות), Perplexity עשוי לפגר אחרי מודלים בעלי בסיס ידע רחב יותר, כגון ChatGPT ו-Gemini<sup>[\[19\]](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_note-mdpi-rare-disease-19)</sup>.

מחקר על נוחות שימוש (SUS) הראה כי אף ששתי הפלטפורמות, Google ו-Perplexity, הן מקובלות, Google קיבל ציון גבוה יותר (82.29) בהשוואה ל-Perplexity (73.98). הדבר מוסבר בממשק המוכר של Google ובעקומת הלמידה התלולה יותר של Perplexity, המציעה פונקציות חדשניות אך פחות מוכרות<sup>[\[20\]](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_note-ieee-usability-20)</sup>.

## קישורים

- האתר הרשמי של Perplexity AI
- הבלוג הרשמי של Perplexity

## ספרות

- Chen, C.; et al. (2023). *Accelerating Large Language Model Decoding with Speculative Sampling*. arXiv:2302.01318.
- Zhang, J.; et al. (2023). *Draft & Verify: Lossless Large Language Model Acceleration via Self‑Speculative Decoding*. arXiv:2309.08168.
- Chen, H.; et al. (2024). *Retrieval‑Augmented Generation for Large Language Models: A Survey*. arXiv:2312.10997.
- Soudani, H.; et al. (2024). *Fine‑Tuning vs. Retrieval‑Augmented Generation for Less‑Popular Knowledge*. arXiv:2403.01432.
- Chen, Y.; et al. (2024). *Evaluation of Retrieval‑Augmented Generation: A Survey*. arXiv:2405.07437.
- Hsieh, C.‑P.; et al. (2024). *RULER: What's the Real Context Size of Your Long‑Context Language Models?*. arXiv:2404.06654.
- Arena Team (2025). *Search Arena: Analyzing Search‑Augmented Large Language Models*. arXiv:2506.05334.
- Zhu, W.; et al. (2025). *PSC: Extending Context Windows via Phase Shift Calibration*. arXiv:2505.12423.
- Yu, L.; et al. (2025). *Synergizing RAG and Reasoning: A Systematic Review*. arXiv:2504.15909.
- Chen, X.; et al. (2025). *Universal Embeddings for Multimodal Multilingual Retrieval*. arXiv:2506.18902.

## הערות

1.  <span id="cite_note-wikipedia-ru-pplx-1">[↑](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_ref-wikipedia-ru-pplx_1-0) «Perplexity.ai». В *Wikipedia, свободная энциклопедия*. <a href="https://ru.wikipedia.org/wiki/Perplexity.ai" class="external autonumber" rel="nofollow">[1]</a></span>
2.  <span id="cite_note-rbc-trends-2">↑ <sup>[2.0](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_ref-rbc-trends_2-0)</sup> <sup>[2.1](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_ref-rbc-trends_2-1)</sup> «Perplexity AI — убийца Google или временное явление». *РБК Тренды*. <a href="https://trends.rbc.ru/trends/industry/668bba599a79472bf71c43cd" class="external autonumber" rel="nofollow">[2]</a></span>
3.  <span id="cite_note-pplx-rag-intro-3">[↑](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_ref-pplx-rag-intro_3-0) «An Introduction to RAG Models». *Perplexity AI*. <a href="https://www.perplexity.ai/page/an-introduction-to-rag-models-jBULt6_mSB2yAV8b17WLDA" class="external autonumber" rel="nofollow">[3]</a></span>
4.  <span id="cite_note-wiki-eng-shrinivas-4">[↑](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_ref-wiki-eng-shrinivas_4-0) «Aravind Srinivas». In *Wikipedia*. <a href="https://en.wikipedia.org/wiki/Aravind_Srinivas" class="external autonumber" rel="nofollow">[4]</a></span>
5.  <span id="cite_note-forbes-ru-story-5">[↑](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_ref-forbes-ru-story_5-0) Белоусова, Анастасия. «Как белорус с партнерами построили один из самых дорогих стартапов в мире Perplexity». *Forbes.ru*. <a href="https://www.forbes.ru/svoi-biznes/526489-kak-belorus-s-partnerami-postroili-odin-iz-samyh-dorogih-startapov-v-mire-perplexity" class="external autonumber" rel="nofollow">[5]</a></span>
6.  <span id="cite_note-vashgolos-14b-6">[↑](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_ref-vashgolos-14b_6-0) «Стартап Perplexity AI оценили в \$14 млрд». *Ваш голос*. <a href="https://vashgolos.net/news/87429" class="external autonumber" rel="nofollow">[6]</a></span>
7.  <span id="cite_note-3dnews-growth-7">↑ <sup>[7.0](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_ref-3dnews-growth_7-0)</sup> <sup>[7.1](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_ref-3dnews-growth_7-1)</sup> «Поисковая система Perplexity на базе ИИ показала бурный рост и готова конкурировать с Google». *3DNews*. <a href="https://3dnews.ru/1109254/poiskovaya-sistema-perplexity-na-baze-ii-pokazala-burniy-rost-i-gotova-k-onkurirovat-s-google" class="external autonumber" rel="nofollow">[7]</a></span>
8.  <span id="cite_note-timeweb-rag-8">[↑](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_ref-timeweb-rag_8-0) «Perplexity: что это за нейросеть, как работает и зачем нужна». *TimeWeb.Cloud*. <a href="https://timeweb.cloud/blog/perplexity-chto-eto-za-nejroset" class="external autonumber" rel="nofollow">[8]</a></span>
9.  <span id="cite_note-kedprof-claude-9">[↑](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_ref-kedprof-claude_9-0) «Perplexity и Claude AI: движок для точных ответов». *Кедр.pro*. <a href="https://kedprof.ru/tpost/ofug8mo051-perplexity-i-claude-ai-dvizhok-dlya-toch" class="external autonumber" rel="nofollow">[9]</a></span>
10. <span id="cite_note-pplx-pro-models-10">[↑](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_ref-pplx-pro-models_10-0) «What advanced AI models are included in a Perplexity Pro subscription?». *Perplexity Help Center*. <a href="https://www.perplexity.ai/help-center/en/articles/10354919-what-advanced-ai-models-are-included-in-a-perplexity-pro-subscription" class="external autonumber" rel="nofollow">[10]</a></span>
11. <span id="cite_note-marktechpost-pplx-11">[↑](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_ref-marktechpost-pplx_11-0) «Perplexity Unveils Two New Online LLM Models: pplx-7b-online and pplx-70b-online». *MarkTechPost*. <a href="https://www.marktechpost.com/2023/12/03/perplexity-unveils-two-new-online-llm-models-pplx-7b-online-and-pplx-70b-online/" class="external autonumber" rel="nofollow">[11]</a></span>
12. <span id="cite_note-pplx-blog-online-llms-12">[↑](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_ref-pplx-blog-online-llms_12-0) «Introducing PPLX Online LLMs». *Perplexity Blog*. <a href="https://www.perplexity.ai/hub/blog/introducing-pplx-online-llms" class="external autonumber" rel="nofollow">[12]</a></span>
13. <span id="cite_note-pplx-blog-new-sonar-13">[↑](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_ref-pplx-blog-new-sonar_13-0) «Meet a new era of Perplexity Sonar». *Perplexity Blog*. <a href="https://www.perplexity.ai/hub/blog/meet-new-sonar" class="external autonumber" rel="nofollow">[13]</a></span>
14. <span id="cite_note-cerebras-partnership-14">[↑](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_ref-cerebras-partnership_14-0) «Cerebras Powers Perplexity Sonar with Industry's Fastest AI Inference». *Cerebras Press Release*. <a href="https://www.cerebras.ai/press-release/cerebras-powers-perplexity-sonar-with-industrys-fastest-ai-inference" class="external autonumber" rel="nofollow">[14]</a></span>
15. <span id="cite_note-pplx-blog-speculation-15">[↑](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_ref-pplx-blog-speculation_15-0) «Accelerating Sonar through Speculation». *Perplexity Blog*. <a href="https://www.perplexity.ai/hub/blog/accelerating-sonar-through-speculation" class="external autonumber" rel="nofollow">[15]</a></span>
16. <span id="cite_note-pplx-blog-search-arena-16">[↑](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_ref-pplx-blog-search-arena_16-0) «Perplexity Sonar Dominates New Search Arena». *Perplexity Blog*. <a href="https://www.perplexity.ai/hub/blog/perplexity-sonar-dominates-new-search-arena-evolution" class="external autonumber" rel="nofollow">[16]</a></span>
17. <span id="cite_note-pplx-blog-sonar-pro-api-17">[↑](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_ref-pplx-blog-sonar-pro-api_17-0) «Introducing the Sonar Pro API». *Perplexity Blog*. <a href="https://www.perplexity.ai/hub/blog/introducing-the-sonar-pro-api" class="external autonumber" rel="nofollow">[17]</a></span>
18. <span id="cite_note-thieme-radiology-18">[↑](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_ref-thieme-radiology_18-0) «Comparative Analysis of Large Language Models for Question Answering in Radiology». *Thieme Connect*. <a href="http://www.thieme-connect.de/DOI/DOI?10.1055/s-0044-1787974" class="external autonumber" rel="nofollow">[18]</a></span>
19. <span id="cite_note-mdpi-rare-disease-19">[↑](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_ref-mdpi-rare-disease_19-0) «A Comparative Study of AI Chatbots in Answering Questions on Rare Diseases». *MDPI*. <a href="https://www.mdpi.com/2075-4418/15/6/672" class="external autonumber" rel="nofollow">[19]</a></span>
20. <span id="cite_note-ieee-usability-20">[↑](https://systems-analysis.info/int/Perplexity_AI_(HE)#cite_ref-ieee-usability_20-0) «Usability and User Satisfaction of Google Search and Perplexity AI». *IEEE Xplore*. <a href="https://ieeexplore.ieee.org/document/10957499/" class="external autonumber" rel="nofollow">[20]</a></span>
