API Reference
AiMo Network’s request and response schemas are very similar to the OpenAI Chat API, with a few small differences. At a high level, AiMo Network normalizes the schema across models and providers so you only need to learn one.
Requests
- Base URL:
https://devnet.aimo.network/api/v1 - Authenticate with
Authorization: Bearer <API_KEY> - Default content type is
application/json modelfield always usesprovider_pubkey:model_name- Optional tracing headers such as
X-Request-IDare respected
Responses
- Successful calls return JSON objects with
id,created, and themodelused - Result payloads surface
choices(data),usage(token counters), and anymetadata - Streaming endpoints emit Server-Sent Events terminating with
data: [DONE] - Error objects include
error.type,error.message, and align with standard HTTP status codes