Elastic
Jina AI
模型
API
keyboard_arrow_down
Reader
把任意 URL 轉成 Markdown,為大模型提供更好的事實依據。
向量模型
多模態多語言向量模型。
重排模型
讓搜尋相關性最大化的重排模型。
MCP
terminal
命令列
article
llms.txt
smart_toy
智慧體
data_object
Schema
menu_book
文件
登入
login

DeepSearch

搜尋、讀取並推理直到找到最佳答案。

play_arrow演示

DeepSearch API

與 OpenAI 的 Chat API schema 完全相容,只需把 api.openai.com 換成 deepsearch.jina.ai 即可開始使用。
keyAPI 金鑰與計費
more_horiz更多
chevron_leftchevron_right

home
speed速率限制
bug_report問題反饋
help_outline常見問題
menu_bookDocs
服務狀態
chevron_leftchevron_right

與 DeepSearch 聊天
用簡潔的聊天介面上手體驗。DeepSearch 最適合那些需要反覆推理、依賴世界知識或最新資訊的複雜問題。
open_in_new
訊息
使用者與助手之間構成當前對話的訊息列表。您可以在訊息中附加圖片(webp、png、jpeg)或檔案(txt、pdf)。
附加圖片/文件
支援多種訊息型別(模態),如文字(.txt、.pdf)、圖片(.png、.webp、.jpeg)。檔案最大 10MB,且必須預先編碼為 data URI。
{
  "role": "user",
  "content": "hi"
}

upload
請求
curl https://deepsearch.jina.ai/v1/chat/completions \
  -H "Content-Type: application/json"\
  -H "Authorization: Bearer " \
  -d @- <<EOFEOF
  {
    "model": "jina-deepsearch-v1",
    "messages": [
        {
            "role": "user",
            "content": "Hi!"
        },
        {
            "role": "assistant",
            "content": "Hi, how can I help you?"
        },
        {
            "role": "user",
            "content": "what's the latest blog post from jina ai?"
        }
    ],
    "stream": true,
    "reasoning_effort": "medium"
  }
EOFEOF


info
這是流式輸出的最後一個資料塊,包含最終答案、訪問過的 URL 以及詞元用量。點選上方按鈕可獲取實時響應。
download
響應
fiber_manual_record 200 OK
timer
0.0 s
straighten
196,526 詞元
{
  "id": "1742181758589",
  "object": "chat.completion.chunk",
  "created": 1742181758,
  "model": "jina-deepsearch-v1",
  "system_fingerprint": "fp_1742181758589",
  "choices": [
    {
      "index": 0,
      "delta": {
        "content": "The latest blog post from Jina AI is titled \"Snippet Selection and URL Ranking in DeepSearch/DeepResearch,\" published on March 12, 2025 [^1]. This post discusses how to improve the quality of DeepSearch by using late-chunking embeddings for snippet selection and rerankers to prioritize URLs before crawling. You can read the full post here: https://jina.ai/news/snippet-selection-and-url-ranking-in-deepsearch-deepresearch\n\n[^1]: Since our DeepSearch release on February 2nd 2025 we ve discovered two implementation details that greatly improved quality In both cases multilingual embeddings and rerankers are used in an in context manner operating at a much smaller scale than the traditional pre computed indices these models typically require  [jina.ai](https://jina.ai/news/snippet-selection-and-url-ranking-in-deepsearch-deepresearch)",
        "type": "text",
        "annotations": [
          {
            "type": "url_citation",
            "url_citation": {
              "title": "Snippet Selection and URL Ranking in DeepSearch/DeepResearch",
              "exactQuote": "Since our DeepSearch release on February 2nd 2025, we've discovered two implementation details that greatly improved quality. In both cases, multilingual embeddings and rerankers are used in an _\"in-context\"_ manner - operating at a much smaller scale than the traditional pre-computed indices these models typically require.",
              "url": "https://jina.ai/news/snippet-selection-and-url-ranking-in-deepsearch-deepresearch",
              "dateTime": "2025-03-13 06:48:01"
            }
          }
        ]
      },
      "logprobs": null,
      "finish_reason": "stop"
    }
  ],
  "usage": {
    "prompt_tokens": 169670,
    "completion_tokens": 27285,
    "total_tokens": 196526
  },
  "visitedURLs": [
    "https://github.com/jina-ai/node-DeepResearch/blob/main/src/utils/url-tools.ts",
    "https://huggingface.co/jinaai/jina-embeddings-v3",
    "https://github.com/jina-ai/reader",
    "https://zilliz.com/blog/training-text-embeddings-with-jina-ai",
    "https://threads.net/@unwind_ai/post/DGmhWCVswbe/media",
    "https://twitter.com/JinaAI_/status/1899840196507820173",
    "https://jina.ai/news?tag=tech-blog",
    "https://docs.llamaindex.ai/en/stable/examples/embeddings/jinaai_embeddings",
    "https://x.com/jinaai_",
    "https://x.com/JinaAI_/status/1899840202358784170",
    "https://tracxn.com/d/companies/jina-ai/__IQ81fOnU0FsDpagFjG-LrG0DMWHELqI6znTumZBQF-A/funding-and-investors",
    "https://jina.ai/models",
    "https://linkedin.com/posts/imohitmayank_jinaai-has-unveiled-the-ultimate-developer-activity-7300401711242711040-VD64",
    "https://medium.com/@tossy21/trying-out-jina-ais-node-deepresearch-c5b55d630ea6",
    "https://huggingface.co/jinaai/jina-clip-v2",
    "https://arxiv.org/abs/2409.10173",
    "https://milvus.io/docs/embed-with-jina.md",
    "https://seedtable.com/best-startups-in-china",
    "https://threads.net/@sung.kim.mw/post/DGhG-J_vREu/jina-ais-a-practical-guide-to-implementing-deepsearchdeepresearchthey-cover-desi",
    "https://elastic.co/search-labs/blog/jina-ai-embeddings-rerank-model-open-inference-api",
    "http://status.jina.ai/",
    "https://apidog.com/blog/recreate-openai-deep-research",
    "https://youtube.com/watch?v=QxHE4af5BQE",
    "https://sdxcentral.com/articles/news/cisco-engages-businesses-on-ai-strategies-at-greater-bay-area-2025/2025/02",
    "https://aws.amazon.com/blogs/machine-learning/build-rag-applications-using-jina-embeddings-v2-on-amazon-sagemaker-jumpstart",
    "https://reddit.com/r/perplexity_ai/comments/1ejbdqa/fastest_open_source_ai_search_engine",
    "https://search.jina.ai/",
    "https://sebastian-petrus.medium.com/build-openais-deep-research-open-source-alternative-4f21aed6d9f0",
    "https://medium.com/@elmo92/jina-reader-transforming-web-content-to-feed-llms-d238e827cc27",
    "https://openai.com/index/introducing-deep-research",
    "https://python.langchain.com/docs/integrations/tools/jina_search",
    "https://varindia.com/news/meta-is-in-talks-for-usd200-billion-ai-data-center-project",
    "https://varindia.com/news/Mira-Murati%E2%80%99s-new-AI-venture-eyes-$9-billion-valuation",
    "https://53ai.com/news/RAG/2025031401342.html",
    "https://arxiv.org/abs/2409.04701",
    "https://bigdatawire.com/this-just-in/together-ai-raises-305m-series-b-to-power-ai-model-training-and-inference",
    "https://github.blog/",
    "https://cdn-uploads.huggingface.co/production/uploads/660c3c5c8eec126bfc7aa326/MvwT9enRT7gOESHA_tpRj.jpeg",
    "https://cdn-uploads.huggingface.co/production/uploads/660c3c5c8eec126bfc7aa326/JNs_DrpFbr6ok_pSRUK4j.jpeg",
    "https://app.dealroom.co/lists/33530",
    "https://api-docs.deepseek.com/news/news250120",
    "https://sdxcentral.com/articles/news/ninjaone-raises-500-million-valued-at-5-billion/2025/02",
    "https://linkedin.com/sharing/share-offsite?url=https%3A%2F%2Fjina.ai%2Fnews%2Fa-practical-guide-to-implementing-deepsearch-deepresearch%2F",
    "https://twitter.com/intent/tweet?url=https%3A%2F%2Fjina.ai%2Fnews%2Fa-practical-guide-to-implementing-deepsearch-deepresearch%2F",
    "https://platform.openai.com/docs/api-reference/chat/create",
    "https://mp.weixin.qq.com/s/-pPhHDi2nz8hp5R3Lm_mww",
    "https://huggingface.us17.list-manage.com/subscribe?id=9ed45a3ef6&u=7f57e683fa28b51bfc493d048",
    "https://automatio.ai/",
    "https://sdk.vercel.ai/docs/introduction",
    "https://app.eu.vanta.com/jinaai/trust/vz7f4mohp0847aho84lmva",
    "https://apply.workable.com/huggingface/j/AF1D4E3FEB",
    "https://facebook.com/sharer/sharer.php?u=https%3A%2F%2Fjina.ai%2Fnews%2Fa-practical-guide-to-implementing-deepsearch-deepresearch%2F",
    "https://facebook.com/sharer/sharer.php?u=http%3A%2F%2F127.0.0.1%3A3000%2Fen-US%2Fnews%2Fsnippet-selection-and-url-ranking-in-deepsearch-deepresearch%2F",
    "https://reddit.com/submit?url=https%3A%2F%2Fjina.ai%2Fnews%2Fa-practical-guide-to-implementing-deepsearch-deepresearch%2F",
    "https://apply.workable.com/huggingface",
    "https://news.ycombinator.com/submitlink?u=https%3A%2F%2Fjina.ai%2Fnews%2Fa-practical-guide-to-implementing-deepsearch-deepresearch%2F",
    "https://news.ycombinator.com/submitlink?u=http%3A%2F%2F127.0.0.1%3A3000%2Fen-US%2Fnews%2Fsnippet-selection-and-url-ranking-in-deepsearch-deepresearch%2F",
    "https://docs.github.com/site-policy/privacy-policies/github-privacy-statement",
    "https://discord.jina.ai/",
    "https://docs.github.com/site-policy/github-terms/github-terms-of-service",
    "https://bigdatawire.com/this-just-in/qumulo-announces-30-million-funding",
    "https://x.ai/blog/grok-3",
    "https://m-ric-open-deep-research.hf.space/",
    "https://youtu.be/sal78ACtGTc?feature=shared&t=52",
    "https://mp.weixin.qq.com/s/apnorBj4TZs3-Mo23xUReQ",
    "https://perplexity.ai/hub/blog/introducing-perplexity-deep-research",
    "https://githubstatus.com/",
    "https://github.blog/changelog/2021-09-30-footnotes-now-supported-in-markdown-fields",
    "https://openai.com/index/introducing-operator",
    "mailto:[email protected]",
    "https://resources.github.com/learn/pathways",
    "https://status.jina.ai/",
    "https://reuters.com/technology/artificial-intelligence/tencents-messaging-app-weixin-launches-beta-testing-with-deepseek-2025-02-16",
    "https://scmp.com/tech/big-tech/article/3298981/baidu-adopts-deepseek-ai-models-chasing-tencent-race-embrace-hot-start",
    "https://microsoft.com/en-us/research/articles/magentic-one-a-generalist-multi-agent-system-for-solving-complex-tasks",
    "javascript:UC_UI.showSecondLayer();",
    "https://resources.github.com/",
    "https://storm-project.stanford.edu/research/storm",
    "https://blog.google/products/gemini/google-gemini-deep-research",
    "https://youtu.be/vrpraFiPUyA",
    "https://chat.baidu.com/search?extParamsJson=%7B%22enter_type%22%3A%22ai_explore_home%22%7D&isShowHello=1&pd=csaitab&setype=csaitab&usedModel=%7B%22modelName%22%3A%22DeepSeek-R1%22%7D",
    "https://app.dover.com/jobs/jinaai",
    "http://localhost:3000/",
    "https://docs.cherry-ai.com/",
    "https://en.wikipedia.org/wiki/Delayed_gratification",
    "https://support.github.com/?tags=dotcom-footer",
    "https://docs.jina.ai/",
    "https://skills.github.com/",
    "https://partner.github.com/",
    "https://help.x.com/resources/accessibility",
    "https://business.twitter.com/en/help/troubleshooting/how-twitter-ads-work.html",
    "https://business.x.com/en/help/troubleshooting/how-twitter-ads-work.html",
    "https://support.twitter.com/articles/20170514",
    "https://support.x.com/articles/20170514",
    "https://t.co/jnxcxPzndy",
    "https://t.co/6EtEMa9P05",
    "https://help.x.com/using-x/x-supported-browsers",
    "https://legal.twitter.com/imprint.html"
  ],
  "readURLs": [
    "https://jina.ai/news/a-practical-guide-to-implementing-deepsearch-deepresearch",
    "https://github.com/jina-ai/node-DeepResearch",
    "https://huggingface.co/blog/open-deep-research",
    "https://jina.ai/news/snippet-selection-and-url-ranking-in-deepsearch-deepresearch",
    "https://x.com/jinaai_?lang=en",
    "https://jina.ai/news",
    "https://x.com/joedevon/status/1896984525210837081",
    "https://github.com/jina-ai/node-DeepResearch/blob/main/src/tools/jina-latechunk.ts"
  ],
  "numURLs": 98
}

DeepSearch 參數指南

瞭解如何設定正確的參數並獲得最佳結果。

品質控制

在 DeepSearch 中通常存在一個權衡:系統執行的步驟越多,結果品質越高,但消耗的詞元也越多。品質的提升來自更廣泛、更詳盡的搜尋和更深入的反思。控制 DeepSearch 品質的主要參數有四個:budget_tokens、max_attempts、team_size 和 reasoning_effort。其中 reasoning_effort 本質上是 budget_tokens 和 max_attempts 的預設組合,且經過了精心調優。對大多數使用者而言,調整 reasoning_effort 是最簡單的做法。

詞元預算

budget_tokens 設定整個 DeepSearch 流程允許消耗的最大詞元數,涵蓋網頁搜尋、讀取網頁、反思、摘要和編碼等全部操作。預算越大,回答品質自然越好。預算耗盡或找到滿意答案時(以先發生者為準),DeepSearch 流程即告停止。如果預算先耗盡,您仍會拿到答案,但它可能不是最終打磨完成的回答,因為尚未通過 max_attempts 所定義的全部品質檢查。

最大嘗試次數

max_attempts 決定系統在 DeepSearch 流程中重試解決問題的次數。DeepSearch 每生成一個答案,都必須通過內部評估器設定的品質測試。若答案未通過,評估器會給出回饋,系統據此繼續搜尋並最佳化答案。max_attempts 設得過低,出結果雖快,但答案可能沒通過全部品質檢查,品質因此打折;設得過高,則流程容易陷入反覆嘗試、反覆失敗的無限迴圈。

當 budget_tokens 或 max_attempts 被突破(以先發生者為準),或者答案在預算和嘗試次數仍有剩餘時通過了全部測試,系統就會返回最終答案。

團隊規模

team_size 影響品質的方式與 max_attempts、budget_tokens 截然不同。當 team_size 大於 1 時,系統會把原始問題拆解成若干子問題,分別獨立研究。這類似 Map-Reduce 模式:一個大任務被拆成多個小任務並行執行,最終答案則是各個執行單元結果的綜合。之所以叫「team_size」,是因為它模擬了一支研究團隊——多個智慧體分別調研同一問題的不同側面,再協作產出最終報告。

請注意,所有智慧體的詞元消耗都計入您的 budget_tokens 總額,但每個智慧體各自擁有獨立的 max_attempts。這意味著在 budget_tokens 不變的情況下調大 team_size,智慧體可能會因預算吃緊而比預期更早給出答案。建議同時調大 team_size 和 budget_tokens,讓每個智慧體都有充足資源把工作做透。

最後,可以把 team_size 理解為控制搜尋的廣度——決定研究多少個不同側面;而 budget_tokens 和 max_attempts 控制搜尋的深度——決定每個側面挖得多深。

資訊來源控制

DeepSearch 高度依賴事實依據,也就是它所採用的資訊來源。品質不只取決於演算法的深度和廣度;DeepSearch 從哪裡獲取資訊同樣重要,往往還是決定性因素。下面來看控制這一點的關鍵參數。

不直接回答

no_direct_answer 是一個簡單的開關,用於阻止系統在第 1 步就直接給出答案。啟用後,系統無法呼叫內部知識,必須先搜尋網頁。開啟此項會讓系統對簡單問題也“過度思考”,比如“今天星期幾”“你好嗎”,或者“美國第 40 任總統是誰”這類模型訓練資料中必然包含的基本事實。

域名控制

boost_hostnames、bad_hostnames 和 only_hostnames 這三個參數告訴 DeepSearch 優先訪問、避開還是隻訪問哪些網頁。要理解它們的作用,可以回顧一下 DeepSearch 的搜尋與讀取流程:

  1. 搜尋階段:系統搜尋網路,得到一批網站 URL 及其摘要
  2. 選擇階段:系統決定實際訪問哪些 URL(受時間和成本限制,不會全部訪問)
  • boost_hostnames:此處列出的域名優先順序更高,更有可能被訪問
  • bad_hostnames:這些域名永遠不會被訪問
  • only_hostnames:一旦設定,只訪問匹配這些域名的 URL

關於域名參數,有幾點需要說明。首先,系統始終以搜尋引擎返回的摘要作為構建推理鏈的初始線索。這些域名參數隻影響系統訪問哪些網頁,不影響它如何組織搜尋查詢。

其次,如果收集到的 URL 中不含 only_hostnames 指定的域名,系統可能會完全停止讀取網頁。建議僅在您對研究問題足夠熟悉、清楚答案可能出現在哪裡(或絕對不會出現在哪裡)時才使用這些參數。

特殊情況:學術研究

做學術研究時,您可能希望把搜尋和讀取限定在 arxiv.org。此時只需設定 "search_provider": "arxiv",所有內容都會以 arxiv 為唯一來源。不過在這一限制下,通用或簡單的問題可能得不到高效的答案,因此請只在嚴肅的學術研究中使用 "search_provider": "arxiv"。

搜尋語言程式碼

search_language_code 是另一個影響網路來源的參數,它強制系統用指定語言生成查詢,與原始輸入和中間推理步驟所用語言無關。一般情況下,系統會自動選擇查詢語言以獲得最佳搜尋覆蓋,但有時手動控制會很有用。

語言控制的適用場景

國際市場調研:研究本土品牌或公司在國際市場的影響力時,可用 "search_language_code": "en" 強制始終使用英語查詢以覆蓋全球,也可以改用當地語言獲取更貼合區域的資訊。

用非英語提示做全球調研:如果您的輸入始終是中文或日語(因為終端使用者主要使用這些語言),但調研範圍是全球性的,而不限於中文或日語網站,系統可能會自動偏向提示所用的語言。此時可用該參數強制使用英語查詢,以獲得更廣的國際覆蓋。

與 DeepSearch 聊天

用簡潔的聊天介面上手體驗。DeepSearch 最適合那些需要反覆推理、依賴世界知識或最新資訊的複雜問題。
我們剛剛推出了全新的 DeepSearch 介面,極速、簡潔且免費。訪問 https://search.jina.ai 瞭解,或點選下方按鈕試用!open_in_new訪問新 UI
聊天客戶端
為獲得最佳體驗,建議使用專業的聊天客戶端。DeepSearch 與 OpenAI 的 Chat API schema 完全相容,可輕鬆搭配任何相容 OpenAI 的客戶端使用。
open_in_new
TypingMind
open_in_new
Chatwise
open_in_new
Cherry Studio
open_in_new
Chatbox
open_in_new
LobeChat
open_in_new
NextChat

什麼是 DeepSearch?

DeepSearch 把網頁搜尋、讀取和推理結合起來,做全面的調研。可以把它看作一個智慧體:您交給它一項研究任務,它會廣泛搜尋、多輪迭代,然後給出答案。

標準大模型

attach_money
約 1000 個詞元
access_time
約 1 秒
check
常識問題的快速答案
close
無法獲取實時或訓練後的資訊

答案完全來自預訓練知識,知識截止日期固定

RAG 與帶搜尋的大模型

attach_money
約 10,000 個詞元
access_time
約 3 秒
check
需要當前或特定領域資訊的問題
close
難以應對需要多跳推理的複雜問題

彙總單輪搜尋結果生成答案
可獲取訓練截止日期之後的最新資訊

DeepSearch

attach_money
約 500,000 個詞元
access_time
約 50 秒
check
需要深入研究和推理的複雜問題
info
比簡單的大模型或 RAG 方法花費的時間更長

自主智慧體,反覆搜尋、讀取和推理
根據當前發現動態決定下一步行動
在返回結果之前自我評估答案品質
可透過多輪搜尋與推理迴圈深挖主題

API 定價

API 按詞元用量計費。一個 API 金鑰即可訪問所有搜尋底座產品。
使用 Jina Search Foundation API
訪問我們全部產品最簡單的方式,按需儲值詞元。
為此 API 金鑰儲值更多詞元
根據您所在的地區,扣款幣種可能為美元、歐元或其他貨幣,並可能需要繳納稅費。
請輸入正確的 API 金鑰以儲值
瞭解速率限制
速率限制指每個 IP 地址/API 金鑰每分鐘可發起的最大請求數(RPM)。各產品和各檔位的速率限制詳見下表。
keyboard_arrow_down
速率限制
速率限制按以下維度統計:RPM(每分鐘請求數)和 TPM(每分鐘詞元數)。限制按 IP/API 金鑰分別計算,RPM 或 TPM 任一先達到閾值即觸發限制。若您在請求頭中提供了 API 金鑰,我們將按金鑰而非 IP 地址統計速率限制。
產品API 端點描述arrow_upward無 API 金鑰key_off免費 API 金鑰key付費 API 金鑰key高級 API 金鑰key平均延遲詞元用量計算方式允許的請求
Reader APIhttps://r.jina.ai將 URL 轉換為大模型友好文字20 RPM500 RPM500 RPMtrending_up5000 RPM7.9s按輸出響應中的詞元數計算。GET/POST
Reader APIhttps://s.jina.ai搜尋網路並將結果轉換為大模型友好文字block100 RPM100 RPMtrending_up1000 RPM2.5s每次請求消耗固定數量的詞元,起步 10000 個詞元GET/POST
Reranker APIhttps://api.jina.ai/v1/rerank按查詢對文件重排block100 RPM & 100,000 TPM500 RPM & 2,000,000 TPMtrending_up5,000 RPM & 50,000,000 TPM
ssid_chart
取決於輸入大小
help
按輸入請求中的詞元數計算。POST
向量模型 APIhttps://api.jina.ai/v1/embeddings將文字/圖片轉為定長向量block100 RPM & 100,000 TPM500 RPM & 2,000,000 TPMtrending_up5,000 RPM & 50,000,000 TPM
ssid_chart
取決於輸入大小
help
按輸入請求中的詞元數計算。POST

常見問題

code
我可以在所有 Jina API 中使用同一個 API 金鑰嗎?
keyboard_arrow_down
是的。一個 API 金鑰可適用於 Jina AI 搜尋基礎產品的所有功能,包括 Reader、Embeddings、Reranker、Classifier 和 Segmenter API,所有功能共享相同的 token。
code
我可以查看 API 金鑰的詞元用量嗎?
keyboard_arrow_down
可以,在「API 金鑰與計費」標籤頁輸入您的 API 金鑰,即可查看近期用量記錄和剩餘詞元。如果您已登入 API 控制面板,也可以在「管理 API 金鑰」標籤頁查看這些資訊。
code
如果我忘記了 API 金鑰,該怎麼辦?
keyboard_arrow_down
如果您弄丟了已儲值的金鑰並希望找回,請用註冊郵箱聯繫 support AT jina.ai。建議登入帳戶,這樣 API 金鑰可以安全保存、隨時取用。
聯絡我們
code
API 金鑰會過期嗎?
keyboard_arrow_down
不會,API 金鑰沒有過期日期。如果金鑰洩漏,請在 API 金鑰控制面板 中自行撤銷,立即生效;想避免服務中斷可以先申請一個替代金鑰。任何剩餘的 token 餘額都留在帳戶裡,而不是隨撤銷的金鑰一起沒了。如果您無法存取控制面板,或者懷疑帳戶本身被盜用,請聯絡 Elastic Support。
聯絡我們
code
可以在不同 API 金鑰之間轉移詞元嗎?
keyboard_arrow_down
可以,您能把詞元從一個高級金鑰轉到另一個金鑰。在 API 金鑰控制面板登入帳戶後,進入待轉出金鑰的設置頁,即可轉移全部剩餘的付費詞元。
code
我可以銷毀我的 API 金鑰嗎?
keyboard_arrow_down
可以,如果您認為金鑰已洩漏,可以銷毀它。銷毀後,所有保存該金鑰的使用者都會立即無法使用,剩餘額度和關聯屬性也將永久失效。如果是高級金鑰,您可以在銷毀前把剩餘的付費額度轉移到另一個金鑰。請注意,此操作無法撤銷。要銷毀金鑰,請前往 API 金鑰控制面板中的金鑰設置。
code
為什麼有些模型的首次請求比較慢?
keyboard_arrow_down
這是因為我們的無伺服器架構會在使用率較低時卸載部分模型。首次請求會啟用或“預熱”模型,需要幾秒鐘。啟用之後,後續請求的處理速度會快得多。
code
我的 API 資料會被用來訓練你們的模型嗎?
keyboard_arrow_down
不會。我們絕不會用您的 API 請求、輸入或輸出來訓練向量模型、重排模型或任何其他模型。您的資料始終屬於您。
code
Jina API 的速率限制是多少?
keyboard_arrow_down
每個 API 金鑰均有速率限制:

免費版: 100 RPM,100K TPM
付費版: 500 RPM,2M TPM
高級版: 5,000 RPM,50M TPM

此外,每 60 秒還有 10,000 次請求的 IP 位址限制。不同端點的限制有所不同;請參閱上方的速率限制表,瞭解每個端點的具體限制。
code
API 有批次大小限制嗎?
keyboard_arrow_down
Embeddings 和 Reranker API 都沒有批次大小限制,每次請求可以傳送任意數量的條目或文件。兩個 API 都會在內部按詞元數對輸入分批,以充分利用 GPU。
code
Jina API 與 Elastic 中的 Jina 模型是同一回事嗎?
keyboard_arrow_down
不,這是三種不同的路徑。本網站上的 Jina API 是自助式的,採用按需付費模式,需要 Jina API 金鑰。Elastic Inference Service (EIS) 在 Elastic Cloud 中執行 Jina 模型,費用透過您的 Elastic 訂閱收取,無需您管理任何基礎設施。Jina On-Prem 是 Elastic 自 2026 年 8 月 10 日起作為其獨立 SKU 銷售的商業許可證,用於在您自己的自管理本地或物理隔離的基礎設施中執行模型。有關 EIS 和 On-Prem 路徑的更多資訊,請聯絡 Elastic Sales。

如何獲取我的 API 金鑰?

video_not_supported

速率限制是多少?

速率限制
速率限制按以下維度統計:RPM(每分鐘請求數)和 TPM(每分鐘詞元數)。限制按 IP/API 金鑰分別計算,RPM 或 TPM 任一先達到閾值即觸發限制。若您在請求頭中提供了 API 金鑰,我們將按金鑰而非 IP 地址統計速率限制。
產品API 端點描述arrow_upward無 API 金鑰key_off免費 API 金鑰key付費 API 金鑰key高級 API 金鑰key平均延遲詞元用量計算方式允許的請求
Reader APIhttps://r.jina.ai將 URL 轉換為大模型友好文字20 RPM500 RPM500 RPMtrending_up5000 RPM7.9s按輸出響應中的詞元數計算。GET/POST
Reader APIhttps://s.jina.ai搜尋網路並將結果轉換為大模型友好文字block100 RPM100 RPMtrending_up1000 RPM2.5s每次請求消耗固定數量的詞元,起步 10000 個詞元GET/POST
Reranker APIhttps://api.jina.ai/v1/rerank按查詢對文件重排block100 RPM & 100,000 TPM500 RPM & 2,000,000 TPMtrending_up5,000 RPM & 50,000,000 TPM
ssid_chart
取決於輸入大小
help
按輸入請求中的詞元數計算。POST
向量模型 APIhttps://api.jina.ai/v1/embeddings將文字/圖片轉為定長向量block100 RPM & 100,000 TPM500 RPM & 2,000,000 TPMtrending_up5,000 RPM & 50,000,000 TPM
ssid_chart
取決於輸入大小
help
按輸入請求中的詞元數計算。POST
與計費相關的常見問題
attach_money
API 是按句子數還是按請求數計費?
keyboard_arrow_down
我們按處理的詞元總數計費,您可以把這些詞元靈活分配到任意數量的句子上,用更低的成本滿足各種文字分析需求。
attach_money
新使用者可以免費試用嗎?
keyboard_arrow_down
我們為新使用者提供免費試用:系統自動生成的 API 金鑰內含一千萬詞元,可用於我們的任何模型。免費額度用完後,您可以在「儲值」標籤頁為金鑰購買更多詞元。
attach_money
失敗的請求是否會扣除詞元?
keyboard_arrow_down
不,失敗的請求不會扣除詞元。
attach_money
接受哪些付款方式?
keyboard_arrow_down
付款透過 Stripe 處理,支援信用卡、Google Pay、PayPal 等多種方式,方便您選擇。
attach_money
儲值後可以開具發票嗎?
keyboard_arrow_down
對於自助詞元購買,Stripe 會在購買時向您 Stripe 帳戶關聯的電子郵件地址發送發票。如果您需要正式的採購訂單、協商合同、採購文件或透過 Elastic 而非 Stripe 處理的合併賬單,請聯絡 Elastic Sales。
attach_money
如何購買商業授權證而不是 API 詞元?
keyboard_arrow_down
在本站購買詞元僅涵蓋使用託管的 Jina API。這些詞元不包含您在自有基礎設施上執行模型權重的許可。為此,Elastic 自 2026 年 8 月 10 日起以商業授權的形式單獨銷售,按年收費,而非按詞元收費。如需報價,請聯絡 Elastic Sales。
attach_money
我可以用發票或採購訂單付款,而不是用信用卡嗎?
keyboard_arrow_down
自助詞元購買透過 Stripe 處理,發票將自動傳送到您的 Stripe 帳戶郵箱。對於採購訂單、採購流程或超出自助儲值支援的交易量,請聯絡 Elastic Sales。
attach_money
我已付款,但餘額或速率限制沒有變化,該檢查什麼?
keyboard_arrow_down
餘額和速率限制屬於 API key,不屬於帳號,所以先查 key 本身而不是帳號頁面:在「API Key & Billing」分頁中輸入該 key,確認餘額和層級。如果帳號下有多個 key,token 都在已儲值的那個 key 上,未必是您應用實際在用的那個。另外,付款後新的層級生效可能有短暫延遲。如果 key 已顯示餘額、但事後仍按原層級限制,請聯絡支援。
attach_money
如何取消、關閉自動儲值或刪除已儲存的付款方式?
keyboard_arrow_down
自助計費在客戶門戶中管理,入口在「API Key & Billing」分頁,可在那裡關閉自動儲值、移除已儲存的付款方式。關閉自動儲值只是停止後續扣款,已購買的餘額仍可繼續使用。如果您還需要刪除帳號及其資料,或希望申請退款,請把請求發給支援;帳號刪除為人工處理,需要幾個工作日,完成後會有書面確認。
當前語言 / 主題
搜尋底座
Reader
向量模型
重排模型
獲取 Jina API 金鑰
速率限制
關於我們
新聞
下載 Jina 徽標
open_in_new
下載 Elastic 徽標
open_in_new
API 狀態
Elastic © 2026.安全條款及條件隱私管理 Cookie請勿出售或分享我的個人資訊
本網站及其所有相關內容、軟體、產品和服務僅供專業人士使用。不面向任何消費者,也不鼓勵任何消費者使用。