Skip to main content
Agnes 3.0 Flash is Agnes AI’s all-new next-generation text model for agentic coding and tool-driven tasks, with a focus on stronger end-to-end execution quality. Pricing will be announced separately.

Model

agnes-3.0-flash

API endpoints

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

Model type

New-generation text model with text and image-URL input.

Core focus

Focused on stable execution, reliable tool use, long-task context retention, and high-quality delivery.

Pricing

Pricing will be announced separately.

Overview

Agnes 3.0 Flash is designed for real-world agent tasks and development workflows, covering the full execution path from task understanding and planning to tool use and final delivery. It focuses on stability, instruction following, grounded execution, and output integrity in complex tasks, helping developers build more reliable agent applications. Use the following API information to integrate the model:

Core directions

Agnes Code task execution

Better suited to Agnes Code and coding-agent workflows, strengthening execution from requirements understanding through final delivery.

Tool calling and orchestration

Stronger function calling, tool selection, and multi-step tool orchestration for more stable agent execution.

Instruction and context adherence

Maintains objectives, constraints, and runtime context throughout long-running and multi-turn tasks.

Trustworthy delivery

Strengthens factual grounding, result verification, and output integrity while reducing unsupported conclusions and incorrect completion claims.

Capability highlights

Improved task planning, execution, and result verification help complex agent tasks reach genuine completion with stronger delivery quality.
The model interprets tool definitions, selects appropriate tools, and coordinates multi-step calls more reliably, reducing ineffective calls, repetition, and abnormal loops.
Long-running and multi-turn tasks stay aligned with the original objective, constraints, and runtime context, reducing task drift and missed requirements.
Greater attention to tool results and factual grounding reduces unsupported conclusions and incorrect completion claims, making execution status more transparent and dependable.
Reduced repetition, malformed text, and unnecessary exposure of internal reasoning produce clearer, more coherent responses that are ready for delivery.
Public evaluation and leaderboard information for Agnes 3.0 Flash will be added after its official release.

Chat Completions API

Endpoint and headers

Request fields

Agnes 3.0 Flash supports the following request fields.

Image URL input

Pass public image URLs together with text in messages[].content.

Basic request

Response format

Chat Completions responses use an OpenAI-compatible structure:

Tool-calling request

Read generated text from choices[].message.content. For a tool call, inspect choices[].message.tool_calls, execute the requested function in your application, append its result to messages, and submit the next Chat Completions request.

Responses API

The Responses API accepts text or structured messages through input.
Read generated text from a message item in output where output[].type is message and output[].content[].type is output_text. The response object may also contain usage, error, and incomplete_details.

Messages API

Agnes 3.0 Flash supports the Anthropic-compatible Messages API.
Read generated text from content[] items where content[].type is text.

Thinking mode

Enable Thinking mode when your integration needs more deliberate task decomposition or reasoning.

Best practices

State the task objective, repository or runtime context, constraints, expected output, and tool permissions. Return tool results to the conversation before asking the model for the next action.
Write narrow tool descriptions and JSON schemas. Validate tool arguments in your application before executing side-effecting actions.
Break complex work into verifiable stages, and preserve the objective, constraints, and key tool results across each execution round.
Benchmark results will be announced separately. Model availability, rate limits, and billing are determined by your Agnes AI account and API key.

Limits and pricing

Agnes 3.0 Flash pricing is to be announced. Refer to your Agnes AI account and future platform announcements for availability, rate limits, and billing information.