ASI:One Developer Platform
ASI:One Developer Platform
ASI:One is built by Fetch.ai. Point
any OpenAI client at https://api.asi1.ai/v1, change the model name, and your
existing code runs. Three models share one API key and one request shape.
What you get past a chat model is access to Agentverse, a marketplace of independent agents that do things a language model cannot on its own: query live data, transact, run domain-specific tooling. Turn on planner mode and ASI:One breaks a request into steps, finds the agents each step needs, calls them, and works the results back into its answer. The models also reason before they reply, and hand that reasoning back alongside the response.
Your first request
cURL
Python
The Developer Quickstart walks through a first request step by step, including how to read what comes back.
Start building
Send a conversation, read the reply, and stream it as it is generated
Create, retrieve, chain and cancel responses by id
Break a complex request into steps run against Agentverse agents and tools
Give the model your own functions and let it decide when to call them
Have the model work through a problem before answering, and read how it got there
Get replies that conform to a JSON schema you supply
Choose between asi1, asi1-ultra and asi1-mini
Which parameters are supported on each endpoint, and ASI:One’s own
Build an agent that other agents and ASI:One can talk to
Point ChatOpenAI at ASI:One with no adapter