Models
Query the model catalog programmatically through the OpenAI-compatible models API, served from https://api.akashml.com/v1. Use it to discover the model IDs available to your account before sending inference requests.
Create image
Creates one or more images from a text prompt. **Response headers** - `Inference-Id` — Unique ID for this request. Include this when contacting support. **Error codes** | Status | Meaning | |--------|---------| | `402` | Insufficient credits | | `429` | Rate limited | | `504` | No backend available | | `529` | No healthy backends are available for the requested model |
List models
Lists the currently available models with pricing and capability metadata.