Skip to main content
The Agnes AI hosted API for Agnes 2.5 Pro Alpha is deprecated and is no longer recommended for new integrations. Its official open-source weights remain available on Hugging Face under the Apache 2.0 license.
The hosted agnes-2.5-pro-alpha API is deprecated. This page is retained for historical endpoint, parameter, and benchmark reference only. Use the stable agnes-2.5-pro model for new API integrations. The open-source model weights are unaffected.

Model

agnes-2.5-pro-alpha

Historical API Endpoints

Chat Completions: POST /v1/chat/completions
Responses: POST /v1/responses
Messages: POST /v1/messages

API Status

Deprecated; migrate to agnes-2.5-pro.

Model Type

Open-source reasoning model with text and image input.

Open-Source Weights

View the official model weights and model card on Hugging Face.

Overview

Agnes 2.5 Pro Alpha is intended for 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 official Agnes 2.5 Pro Alpha weights are now open source under Apache 2.0. Artificial Analysis is a third-party benchmark source and may retain older model metadata until its listing is updated.

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 metrics are based on the Artificial Analysis data provided for Agnes 2.5 Pro Alpha.

Artificial Analysis Model Page

View the model profile, summary, and pricing analysis.

Artificial Analysis Leaderboard

Compare Agnes 2.5 Pro Alpha with other listed models.

API Reference

Endpoint

Headers

Request Parameters

Image URL Input

Agnes 2.5 Pro Alpha supports text and image URL inputs in the same messages request.

Request Examples

Response Format

Response Fields

Responses API

In addition to Chat Completions, this model supports the OpenAI Responses API. Use input instead of messages.

Responses endpoint

Responses request parameters

Responses output format

The current response does not include a top-level output_text convenience field. Extract generated text from message items where output[].type is message and output[].content[].type is output_text.
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.
If status is incomplete, inspect incomplete_details and retry with a larger max_output_tokens value. Reasoning models can consume part of the output budget before producing assistant text.

Messages API

This model also supports the Anthropic-compatible Messages API. Send conversation input in messages 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

The Agnes 2.5 Pro Alpha hosted API is deprecated. The prices below are retained as historical billing records.
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

Use the stable Agnes 2.5 Pro model 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.
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.
Use structured sections, filenames, or document labels inside the prompt so the model can refer to sources and produce traceable conclusions.

Integration Checklist

Stop using the deprecated hosted agnes-2.5-pro-alpha API and migrate to agnes-2.5-pro.
If you need self-hosting, the Agnes 2.5 Pro Alpha open-source weights remain available on Hugging Face.
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.