Agnes 2.5 Pro Beta is now available through the Agnes AI API. It uses the same request parameters, response formats, supported text protocols, and context limits as the other Agnes 2.5 Pro models. Its pricing is listed below.
Model
agnes-2.5-pro-betaAPI Endpoints
Chat Completions:
Responses:
Messages:
POST /v1/chat/completionsResponses:
POST /v1/responsesMessages:
POST /v1/messagesModel Type
Paid reasoning model with text and image input.
Benchmark Reference
Evaluated on the Artificial Analysis intelligence and agentic benchmark suite.
Overview
Agnes 2.5 Pro Beta is intended for production workloads that need stronger reasoning depth than flash-class models, including complex code tasks, science and math reasoning, long-context understanding, knowledge-intensive Q&A, and agentic terminal or workflow tasks. It uses the same base integration pattern as other Agnes text models:The request and response examples on this page use the live model ID
agnes-2.5-pro-beta. Before calling it, confirm that the model is enabled for your Agnes AI account.Core Capabilities
Advanced Reasoning
Suitable for scientific reasoning, knowledge-intensive questions, and multi-step analysis.
Coding and Terminal Tasks
Designed for code generation, debugging, refactoring, test generation, and agentic coding workflows.
Long-context Analysis
Handles long documents, structured context, and multi-turn reasoning tasks.
Image Understanding
Accepts image URL inputs for visual analysis and multimodal reasoning.
Tool Calling
Supports OpenAI-compatible function calling and external tool orchestration.
Streaming
Supports streaming responses for interactive product experiences.
Artificial Analysis Results
The following launch snapshot was measured by Artificial Analysis. Leaderboard positions and scores may change as the evaluation suite and competing models are updated.
Agentic Index
Agentic Index

GDPval-AA v2 Elo leaderboard
GDPval-AA v2 Elo leaderboard

Intelligence evaluation breakdown
Intelligence evaluation breakdown

AA-Omniscience metrics
AA-Omniscience metrics

Output tokens per Intelligence Index task
Output tokens per Intelligence Index task

Artificial Analysis Leaderboard
View the current Artificial Analysis leaderboard. Live scores and ordering may differ from this launch snapshot.
API Reference
Endpoint
Headers
Request Parameters
Image URL Input
Agnes 2.5 Pro Beta supports text and image URL inputs in the samemessages request.
Request Examples
- Basic Chat
- Coding
- Streaming
- Image Understanding
Response Format
Response Fields
Responses API
In addition to Chat Completions, this model supports the OpenAI Responses API. Useinput instead of messages.
Responses endpoint
Responses request parameters
- Text Input
- Structured Input
Responses output format
Reasoning items are optional and can use either
content[].reasoning_text or summary[].summary_text. Token usage field names can also vary by model: support both input_tokens / output_tokens and prompt_tokens / completion_tokens.Messages API
This model also supports the Anthropic-compatible Messages API. Send conversation input inmessages and authenticate with x-api-key.
Messages endpoint
Messages headers
Messages request parameters
Messages request example
Messages response format
Read generated text from content blocks where
content[].type is text. If stop_reason is max_tokens, retry with a larger max_tokens value.Limits and Pricing
Agnes 2.5 Pro Beta is a paid model. Its token prices are the same as the other Agnes 2.5 Pro models, and usage is billed by cache read, input, and output tokens.The cached-input price is 10% of the regular input-token price. Pricing and availability may vary by account, region, billing configuration, or later pricing updates. Use the Agnes AI platform dashboard as the source of truth for your account.
Best Practices
Reasoning-heavy Tasks
Reasoning-heavy Tasks
Use Agnes 2.5 Pro Beta for tasks where correctness and multi-step reasoning matter more than raw latency, such as scientific reasoning, complex policy analysis, and long-form technical planning.
Coding Tasks
Coding Tasks
Provide the target language, framework, existing code, error messages, expected behavior, and constraints. Ask for root-cause analysis before the patch when debugging complex issues.
Long-context Tasks
Long-context Tasks
Use structured sections, filenames, or document labels inside the prompt so the model can refer to sources and produce traceable conclusions.
Integration Checklist
Use
agnes-2.5-pro-beta as the model name.Confirm that your Agnes AI account has access to Agnes 2.5 Pro Beta.
Basic chat completion requests must include
model and messages.Use publicly accessible
image_url values for image inputs.Track cache read, input, and output token usage because this is a paid model.