Artificial Analysis Launches Search Index Benchmark for AI Agent Search APIs

Artificial Analysis has released the Search Index, a benchmark suite designed to evaluate web search APIs for autonomous AI agents across retrieval quality, query latency, and end-to-end task economics. The initial evaluation tests seven dedicated search providers: Parallel, Exa, Firecrawl, You.com, Tavily, Keenable, and Brave. Benchmark Setup and Evaluation Methodology To isolate search API performance from model variance, the evaluation executes all tests with GPT-5.6 Luna inside Stirrup,

2 min
Artificial Analysis Launches Search Index Benchmark for AI Agent Search APIs

Artificial Analysis has released the Search Index, a benchmark suite designed to evaluate web search APIs for autonomous AI agents across retrieval quality, query latency, and end-to-end task economics.

The initial evaluation tests seven dedicated search providers: Parallel, Exa, Firecrawl, You.com, Tavily, Keenable, and Brave.

Benchmark Setup and Evaluation Methodology

To isolate search API performance from model variance, the evaluation executes all tests with GPT-5.6 Luna inside Stirrup, an open-source benchmarking framework for tool-using agents. Each agent run allows up to 25 consecutive search and retrieval steps per task.

Benchmark methodology and token cost dynamics

The Search Index evaluates providers across 1,700 structured tasks spanning three distinct test distributions:

  • DeepSearchQA (900 tasks): Complex multi-query research questions requiring iterative information synthesis across disparate sources.
  • BrowseComp Subset (200 tasks): Hard-to-find factual queries demanding multi-step site navigation and nested link traversal.
  • AA-Omniscience (600 tasks): Deep-domain factual recall across six technical and scientific subject areas.
  • Tool-Free Baseline: Direct model answering without search tools to measure net accuracy lift from web grounding.

Search Precision Lowers Total Inference Cost

A primary finding of the benchmark is that higher per-call search quality reduces total agent execution cost by decreasing downstream LLM token consumption. When search APIs return concise, highly relevant context, models require fewer reasoning steps, fewer clarifying searches, and fewer prompt tokens to reach an answer.

For instance, using Parallel Search Advanced reduced token consumption by more than 40% compared to the Basic version. Even though the advanced API charges a higher fee per query, the reduction in LLM inference tokens brought total cost per task down from $0.11 to $0.084.

Query Latency vs. End-to-End Task Duration

The benchmark highlights that raw API response times do not correlate directly with total task speed. In testing, faster endpoints with lower precision increased the overall number of reasoning loops:

  • Parallel Turbo: 0.51 seconds per individual query, but a lower quality score of 67 forced additional search attempts, resulting in an end-to-end task duration equivalent to slower endpoints.
  • Parallel Basic: 1.03 seconds per individual query, but a quality score of 73 yielded faster resolution in fewer tool cycles.

Artificial Analysis reported that Parallel and Firecrawl established the current efficiency frontier for combined cost and accuracy across multi-step agent workloads.

Sources

Written by

More to read

  • GLM-5.3 Scores 60 on Artificial Analysis Intelligence Index, Matching Kimi K3

    Independent AI evaluation platform Artificial Analysis has published its benchmark results for Z.ai's GLM-5.3, awarding the reasoning model a score of 60 on its Intelligence Index v4.1.1. The result places GLM-5.3 level with Moonshot AI's Kimi K3 and three points behind frontier leader Claude Opus 5 (63). The evaluation tested GLM-5.3 at its maximum reasoning effort configuration across a nine-part battery that measures agentic tool execution, terminal coding, graduate-level scientific problem-

    1 min
  • Block Open-Sources Berd: Apache 2.0 Desktop Workspace for Multi-Model AI Agents

    Block has open-sourced Berd, an Apache 2.0-licensed desktop application designed to serve as a unified workspace for managing AI agents across different foundation models, toolsets, and execution harnesses. Originally built for internal use across Square, Cash App, and Tidal, the desktop client reached version 0.6.2 on August 18, 2026, with builds available for macOS, Windows, and Linux. The release addresses growing operational fragmentation as developers juggle specialized agent environments

    1 min
  • Self-Hosted Embedding and Reranking Serving in Production: TEI vs. Infinity vs. vLLM Architecture, Dynamic Batching, and Serving Economics

    While generative large language models dominate inference infrastructure discussions, vector embeddings and cross-encoder rerankers handle order-of-magnitude higher request volumes in production retrieval-augmented generation (RAG) and search pipelines. Serving embedding and reranking models presents fundamentally different computational characteristics than auto-regressive text generation. Without auto-regressive token generation loops or key-value (KV) cache state management, the primary engin

    1 min