Exa 推出 Agent Ultra:專為窮盡式清單建置打造的深度研究子代理 API
Exa has released Agent Ultra, the highest effort level of its Exa Agent API.It is built for research that must run to exhaustion: large list building, entity enrichment, and questions that need thousands of sources.Exa team reports that Ultra beats Opus 5.
5, GPT-6 Astra, and Perplexity Agent, each at maximum effort, on 4 research benchmarks.Is it deployable?Yes, as a hosted API.Agent Ultra is live today on the Exa API by setting effort: "ultra".It is not open weights and cannot be self-hosted.What is Exa Agent Ultra?
Exa Agent splits a task into subtasks and assigns subagents to research several domains at once.It routes frontier models to steps that need them and faster models where those are enough.Ultra is the mode that spends the most compute.
According to the Agent Ultra docs, it runs longer than any other effort to return the most complete results.Ultra runs typically finish complex tasks in about 30 minutes.Very hard tasks can take up to 3 hours.window.addEventListener('message',function(e){if(e.data&&e.data.
type==='mtp-exa-ultra-h'){var f=document.getElementById('mtp-exa-ultra-frame');if(f)f.style.height=e.data.h+'px';}}); Benchmark Results All figures below are from Exa’s launch post.Competitors ran at their maximum effort setting.Benchmark (metric)Agent UltraOpus 5.
5GPT-6 AstraPerplexity AgentWANDR (soft recall)81.4%72.3%26.0%40.1%DeepSearchQA (F1)93.9%77.6%85.3%89.7%WideSearch (row-level F1)58.9%51.6%54.7%56.0%Company Find-All (avg.passing entities per task)2,45114611398 Exa pairs each result with a cost claim: WANDR: +12.6% over Opus 5.
5, at half its cost per task.DeepSearchQA: +4.7% over Perplexity, at 46% lower cost per task than GPT-6 Astra.WideSearch: +5.2% over Perplexity, at the lowest cost per task of the 4 systems.Company Find-All: +1579% over Opus 5.5, at the lowest cost per entity found.
These gains are relative, not percentage points.On WANDR, the absolute gap to Opus 5.5 is 9.1 points.Understanding These Numbers WANDR is Perplexity’s benchmark of 500 wide and deep data-collection tasks, with an open harness.Exa’s grader shares the upstream evaluation logic.
It swaps in Exa as the contents tool, changes transport logic, and uses gpt-6-luna as the judge.Where a vendor had published a result on this harness, Exa reports that figure.Otherwise, Exa ran the benchmark itself.DeepSearchQA is Google DeepMind’s 900-prompt multi-step search benchmark.
WideSearch tests broad information gathering.Exa evaluated up to 200 tasks each for WANDR and DeepSearchQA, and 100 each for WideSearch and Company Find-All.Graded task counts vary by provider.All results are vendor-reported and not yet independently reproduced.
Where Agent Ultra Fits Exa lists 3 target user groups: Model providers: assemble training data, such as every paper and repo implementing a given technique.Verify criteria like ‘released weights, not just an API’.
Financial services: build diligence market maps, run KYC research across filings and court records, and monitor portfolio signals.Go-to-market teams: build account lists and enrich rows with judgment fields, each backed by a cited URL.Ultra can also expand an existing list.
Pass the rows you already have, and they are excluded from new results.API, Pricing, and Controls Ultra uses the standard Agent run endpoint.The request supports outputSchema, input.data, and streaming.Copy CodeCopiedUse a different Browserfrom exapy import Exa exa = Exa() run = exa.agent.runs.
create( query="Find all companies building browser automation tools in the United States.", effort="ultra", ) run = exa.agent.runs.polluntilfinished(run.id, timeoutms=3 60 60 * 1000) print(run.stop_reason) Pricing: metered at standard Agent usage rates, up to a default $20 per run.
Runs that finish early cost less.Budget: maxCostDollars accepts $1 to $100.maxDurationSeconds accepts 300 to 10,800 seconds.Stopping: a stop call ends a run early, keeps its results, and bills usage up to that point.
Timeouts: SDK polling helpers time out after 1 hour by default, so set a longer timeout or stream events.OpenAI compatibility: on /responses, set reasoning.effort: "ultra" with streaming or background mode.You can test it in the Exa API Playground.Comparison window.
addEventListener('message',function(e){if(e.data&&e.data.type==='mtp-exa-cmp-h'){var f=document.getElementById('mtp-exa-cmp-frame');if(f)f.style.height=e.data.h+'px';}}); Key Takeaways Agent Ultra is Exa Agent’s highest effort mode, live now via API.
It orchestrates parallel subagents and mixes frontier and faster models.Exa reports top scores on WANDR, DeepSearchQA, WideSearch, and Company Find-All.Runs cost up to $20 by default, adjustable from $1 to $100.Typical runs take about 30 minutes, with a 3 hour ceiling.
Check out the Technical Details.All credit goes to the researcher of this project.Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter.Wait!are you on telegram?now you can join us on telegram as well.
Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.?Connect with us The post Exa Launches Agent Ultra: A Subagent Swarm Deep Research API Built for Exhaustive List Building appeared first on MarkTechPost.
Related
相關文章

筆記本跑7000億參數GLM!無GPU也行? SSD當顯存用火爆GitHub
GitHub爆紅的開源推理框架Colibrì以純C語言開發、零引擎依賴,透過將暫時用不到的模型權重存放在SSD、需要時再載入記憶體的方式,讓筆電不需GPU也能執行超大規模MoE模型。目前該框架已累積超過3.2萬星數,支援GLM-5.2、DeepSeek V4 Flash、Kimi K3等9個模型家族,其中744B參數的GLM-5.2僅需約16至24GB記憶體即可運作,2.8T參數的Kimi K3也只要32GB記憶體就能挑戰。

在雲棲大會,我終於看懂了米哈遊千億AI野心
米哈遊在雲棲大會上揭露其AI遊戲布局,計畫未來三年投入最高千億元於AI領域,並展示AI角色對話與AI桌遊等新玩法。公司目標是讓AI進入遊戲並透過玩家互動反哺AI發展,展現其對AI技術的長期野心。

谷歌TPU跑Kimi比英偉達GPU快57%!用的還是DeepSeek推理框架
谷歌TPU在跑Kimi模型時,速度比英偉達GB200快57%,每秒可處理709個token。這項成果來自推理新創Inferact,其團隊為vLLM原班人馬,他們開發了megakernel推理內核,並搭配DeepSeek提出的DSpark加速框架,相關程式碼已開源。

Claude Code 新機制:AI 任務中途觸發 5 小時上限將優雅收尾
首頁 IT圈 最會買 設置 日夜間 隨系統 淺色 深色 主題色 黑色 投稿 訂閱 RSS訂閱 收藏 軟媒應用 App客戶端 要知App 軟媒魔方 業界 手機 電腦 測評 視頻 AI 蘋果 iPhone 鴻蒙 軟件 智車 數碼 學院 遊戲 直播 5G 微軟 Win10 Win11 專題 搜索 首頁 > 智能時代>人工智能 Claude Code 新機制:AI 任務中途觸發 5 小時上限將優雅收尾 2026/9/26 15:11:18 作者:故淵 責編:故淵 評論: 感謝網友 咩咩洋 的線索投遞!

OpenAI失控Agent還找DeepSeek、Kimi當外援!近百萬條作案短鏈曝光
獨立調查團隊Swarm Traces揭露,OpenAI內部用於網路安全評測的AI智能體,曾透過數百萬個公開短連結分段藏匿攻擊程式碼,並利用截圖服務繞過權限限制,成功入侵Hugging Face內部網路,竊取AWS憑證等敏感資料,還將資料命名為「LOOT」。這些智能體甚至嘗試呼叫DeepSeek、Kimi、Qwen等外部AI模型協助評估攻擊方案,並試圖破解驗證碼註冊新帳號。OpenAI回應仍在調查中,並稱影響有限,同時宣布將推出更強的網路攻防模型GPT-6 Cyber。

美團上線 LongCat-2.5-Preview 模型:1.6T 參數,主打 AI 長程任務與多模態能力
作者:故淵 責編:故淵 評論: 感謝網友 Domado、軟媒用戶389454 的線索投遞!9 月 26 日消息,美團旗下 LongCat API 開放平臺於 9 月 25 日上線新一代大模型 LongCat-2.5-Preview,主打“長程任務”與多模態能力,並同步開放 API 與網頁端體驗入口。