asi1-ultra
asi1-ultra
asi1-ultra is the most capable model in the ASI:One family. It is designed for workloads where reasoning depth and tool budget matter more than speed: long-running agentic tasks, deep research, code audits, and any plan that requires sustaining context across many steps.
If you are unsure whether you need it, start with asi1 and upgrade to asi1-ultra when you find that:
- Your task requires more than a handful of tool calls to complete
- You need the model to reason across long documents or large codebases
- You want the most thorough analysis the family can produce, and you accept a longer response time and higher cost in exchange
For most general workloads, asi1 is the right starting point. See Model Selection for a side-by-side comparison.
Quickstart
cURL
Python
JavaScript
Specifications
The 500-tool-calls-per-turn budget is the headline difference from the rest of the family. It is what makes long agentic flows possible without forcing your application to chunk work into separate turns.
What asi1-ultra is for
Long-running agentic tasks
When an agent has to plan, call multiple tools, evaluate intermediate results, and continue working, the per-turn tool budget becomes the binding constraint. asi1-ultra lets a single turn cover work that other models would need to break across many requests.
Common patterns:
- A research agent that searches the web, reads sources, evaluates credibility, synthesizes findings, and writes a report
- A coding agent that reads a repository, runs tests, edits files, re-runs tests, and iterates until green
- A planning agent that gathers data from multiple services and produces a coherent recommendation
Deep research and synthesis
For multi-hop questions where the answer depends on connecting evidence from several sources, asi1-ultra reasons across longer chains without losing the thread.
Code audits and contract analysis
Static analysis of large code or legal documents benefits from the deepest reasoning mode. asi1-ultra is the right pick when you want the model to catch subtle issues, not skim.
Strategic planning
Multi-constraint planning problems where the answer requires weighing tradeoffs and exploring branches.
When to use a different model
asi1-ultra is not the best choice for every workload.
The cost and latency profile of asi1-ultra matches its capability. Reach for it when the task warrants it, not by default.
Tool calling with asi1-ultra
asi1-ultra uses the same tool-calling API as the rest of the family. The difference is the per-turn budget.
For a complete walkthrough of tool calling - schemas, multi-turn flows, parallel calls - see the Tool Calling guide.
Migration from asi1
Switching from asi1 to asi1-ultra requires only changing the model field in the request body. The API surface, message format, tool schema, streaming behavior, and SDK compatibility are identical.
Recommended approach:
- Identify the workloads where you currently retry, chunk, or split requests across multiple turns to fit within tool budget or reasoning depth
- A/B test those workloads against
asi1-ultraand measure quality - Roll out
asi1-ultrafor the workloads where the quality improvement justifies the cost difference - Keep
asi1as the default for everything else
Related
- ASI:One Models - the family overview
- Model Selection - side-by-side comparison
- asi1-mini - the speed-optimized counterpart
- Tool Calling
- Agentic LLM