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-flashAPI endpoints
Chat Completions:
Responses:
Messages:
POST /v1/chat/completionsResponses:
POST /v1/responsesMessages:
POST /v1/messagesModel 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
More reliable end-to-end delivery
More reliable end-to-end delivery
Improved task planning, execution, and result verification help complex agent tasks reach genuine completion with stronger delivery quality.
More stable tool orchestration
More stable tool orchestration
The model interprets tool definitions, selects appropriate tools, and coordinates multi-step calls more reliably, reducing ineffective calls, repetition, and abnormal loops.
Stronger instruction and context adherence
Stronger instruction and context adherence
Long-running and multi-turn tasks stay aligned with the original objective, constraints, and runtime context, reducing task drift and missed requirements.
More trustworthy execution results
More trustworthy execution results
Greater attention to tool results and factual grounding reduces unsupported conclusions and incorrect completion claims, making execution status more transparent and dependable.
Cleaner, more complete output
Cleaner, more complete output
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 inmessages[].content.
Basic request
Response format
Chat Completions responses use an OpenAI-compatible structure:Tool-calling request
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 throughinput.
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.- OpenAI-compatible format
- Anthropic-compatible format
Best practices
Agnes Code and agent tasks
Agnes Code and agent tasks
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.
Tool calling
Tool calling
Write narrow tool descriptions and JSON schemas. Validate tool arguments in your application before executing side-effecting actions.
Long-running tasks
Long-running tasks
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.