AI News AI资讯 3d ago Updated 3d ago 更新于 3天前 46

New benchmark ranks search APIs for AI agents on quality, cost, and speed 新基准测试对AI代理的搜索API进行质量、成本和速度排名

Artificial Analysis released the "Search Index," a benchmark evaluating search API providers for AI agents across quality, cost, and speed using a standardized setup with GPT-5.6 Luna and the open-source Stirrup framework Parallel, Exa, and Firecrawl lead the benchmark with scores of 75, 74, and 73 respectively, significantly outperforming the tool-free baseline of 33 points Better search quality directly reduces total costs by lowering token consumption; Parallel Search (advanced) cuts token us Artificial Analysis发布"Search Index"基准测试,从质量、成本、速度三个维度评估搜索API对AI代理的支持能力 测试覆盖Parallel、Exa、Firecrawl、You.com、Tavily、Keenable、Brave七家提供商,使用GPT-5.6 Luna模型和Stirrup开源框架 无搜索时模型得分33分,有搜索后提升至65-75分;Parallel(75分)、Exa(74分)、Firecrawl(73分)领先 搜索质量直接影响总成本:高质量搜索减少token消耗,Parallel Search高级版比基础版节省超40% token,总成本从$0.11降

65
Hot 热度
70
Quality 质量
60
Impact 影响力

Analysis 深度分析

TL;DR

  • Artificial Analysis released the "Search Index," a benchmark evaluating search API providers for AI agents across quality, cost, and speed using a standardized setup with GPT-5.6 Luna and the open-source Stirrup framework
  • Parallel, Exa, and Firecrawl lead the benchmark with scores of 75, 74, and 73 respectively, significantly outperforming the tool-free baseline of 33 points
  • Better search quality directly reduces total costs by lowering token consumption; Parallel Search (advanced) cuts token use by over 40% compared to its Basic version, bringing total cost down to $0.084 vs $0.11
  • Raw query speed does not guarantee faster overall results; Parallel Search (turbo) has the shortest per-query latency (0.51s) but its lower quality forces additional passes, resulting in similar total task time
  • The benchmark combines three equally weighted tests—DeepSearchQA (900 research questions), BrowseComp subset (200 hard-to-find facts), and AA-Omniscience (600 questions across six domains)—with full methodology made public

Why It Matters

This benchmark provides AI practitioners with an objective, standardized way to evaluate and compare search API providers specifically for agent workflows, addressing a critical gap as search integration becomes essential for capable AI agents. The finding that search quality directly correlates with cost efficiency offers a practical framework for optimizing agent deployments, while the public methodology invites ongoing community validation and improvement.

Technical Details

  • Benchmark Framework: The Search Index uses Artificial Analysis's open-source Stirrup agent framework, running each provider through 25 runs per task with a fixed model (GPT-5.6 Luna) to ensure fair comparison
  • Three-Part Evaluation: DeepSearchQA (900 multi-query research questions), BrowseComp subset (200 hard-to-find facts requiring multi-step browsing), and AA-Omniscience (600 questions across six knowledge domains), all equally weighted with a tool-free baseline for comparison
  • Initial Providers Tested: Parallel, Exa, Firecrawl, You.com, Tavily, Keenable, and Brave, with Parallel (75), Exa (74), and Firecrawl (73) leading the quality rankings
  • Cost Analysis: Demonstrated that higher-quality search reduces total token usage by over 40% in advanced tiers, lowering per-task total cost despite higher per-query search fees
  • Speed-Quality Tradeoff: Parallel Search (turbo) achieves 0.51s per-query latency versus 1.03s for Basic, but lower quality (67 vs 73) requires more iterative passes, neutralizing the speed advantage in total task time

Industry Insight

  • AI agent developers should prioritize search API quality over raw speed or per-query cost when selecting providers, as better results reduce total token consumption and overall deployment costs
  • The benchmark's open methodology and public leaderboard create a competitive pressure point that will likely drive rapid improvement across search API providers, with Parallel, Firecrawl, and Parallel (turbo) currently setting the standard for cost-performance balance
  • Organizations building production agent systems should adopt similar standardized evaluation practices rather than relying on provider marketing claims, and consider applying for inclusion in ongoing benchmark cycles to track provider evolution

TL;DR

  • Artificial Analysis发布"Search Index"基准测试,从质量、成本、速度三个维度评估搜索API对AI代理的支持能力
  • 测试覆盖Parallel、Exa、Firecrawl、You.com、Tavily、Keenable、Brave七家提供商,使用GPT-5.6 Luna模型和Stirrup开源框架
  • 无搜索时模型得分33分,有搜索后提升至65-75分;Parallel(75分)、Exa(74分)、Firecrawl(73分)领先
  • 搜索质量直接影响总成本:高质量搜索减少token消耗,Parallel Search高级版比基础版节省超40% token,总成本从$0.11降至$0.084
  • 查询速度不等于整体效率:Parallel Search (turbo)单次查询仅0.51秒,但质量较低导致需更多轮次,总耗时与基础版相当

为什么值得看

本文为AI代理搜索工具选型提供了首个公开、标准化的量化评估基准,帮助开发者和企业避免"唯速度论"的选型误区。测试方法论完全公开,为行业建立了可复现、可迭代的评估框架,对构建搜索增强型AI应用具有直接参考价值。

技术解析

  • 测试架构:使用Artificial Analysis开源框架Stirrup,以GPT-5.6 Luna为统一模型,仅更换搜索API提供商,每项任务运行25次取平均,确保结果可比性。
  • 三大基准测试:DeepSearchQA(900个需多轮搜索的研究问题)、BrowseComp子集(200个需多步浏览的难题)、AA-Omniscience(600个覆盖六大学科的常识问题),并设置无工具基线(模型仅凭自身知识作答)。
  • 质量-成本关联:搜索质量越高,模型获取有效信息越快,token消耗越低。Parallel Search (advanced)虽单次搜索成本更高,但总成本因token节省而降低。
  • 速度悖论:Parallel Search (turbo)单次查询速度最快(0.51秒 vs 基础版1.03秒),但因质量评分较低(67 vs 73),需更多轮次补偿,最终任务总耗时与基础版相近。
  • 最佳性价比组合:Parallel、Firecrawl、Parallel (turbo)在质量、成本、速度三者间取得最优平衡,被推荐为首选方案。

行业启示

  • 搜索API正成为AI代理基础设施的关键组件,行业需要像ImageNet之于CV、GLUE之于NLP那样的标准化基准,Search Index填补了这一空白,将推动搜索工具从"黑盒服务"走向"可量化选型"。
  • 质量优先于速度的选型策略:单纯追求低延迟可能适得其反,高质量搜索能减少多轮重试,从系统层面降低总成本和总耗时,开发者应建立"端到端效率"而非"单点性能"的评估视角。
  • 开源基准+公开方法论是可信评估的前提:Artificial Analysis公开完整测试方法和申请机制,为后续迭代和第三方验证奠定基础,这种开放姿态有助于建立行业信任,值得其他AI评估项目效仿。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Benchmark 基准测试 Agent Agent Evaluation 评测 LLM 大模型