Available Models
Overview of all models available through AKI.IO: LLMs, embedding models, and image generation models. All models use the same API key, and model IDs are identical across OpenAI-compatible and Anthropic-compatible endpoints. For the live list, call GET /v1/models.
Available Models
All AKI.IO models are accessible with a single API key. The model IDs listed below work identically across OpenAI-compatible and Anthropic-compatible endpoints, so you can use the same value for the model parameter no matter which SDK format you prefer.
You can always retrieve the current live list via GET https://aki.io/openai/v1/models (requires an API key).
LLMs
The following chat models are available through /v1/chat/completions (OpenAI format) and /v1/messages (Anthropic format).
| Model Title | OpenAI/Anthropic Model Name | Context Limit | Output Limit |
|---|---|---|---|
| Apertus 70B | apertus-chat-70b | 65536 | 16384 |
| Deepseek V4 Flash 0731 284B | deepseek-v4-flash-0731-284b | 1048576 | 81920 |
| Gemma 4 26B | gemma4-26b | 256000 | 32768 |
| GLM 5.3 754B | glm5.3-754b | 524288 | 81920 |
| GPT-OSS 120B | gpt-oss-120b | 128000 | 32768 |
| Llama 3.1 8B | llama3-chat-8b | 65536 | 32768 |
| Llama 3.3 70B | llama3-chat-70b | 128000 | 32768 |
| Mistral 4 119B | mistral4-119b | 262144 | 81920 |
| Qwen 3.6 35B A3B | qwen3.6-35b | 256000 | 32768 |
| Qwen 3.8 27B | qwen3.8-27b | 262144 | 32768 |
Embedding Models
Text embeddings are available through /v1/embeddings. The exact model IDs are not yet documented in the public docs; retrieve them via GET /v1/models or contact support. A placeholder table is shown below.
| Model Title | Model Name |
|---|---|
| BGE-M3 (Test) | bge-m3-embedding |
| Qwen 3 VL Embedding 8B (Test) | qwen3-vl-embedding |
Image Models
The following image generation and editing models are available through /v1/images/generations and /v1/images/edits.
| Model Title | Model Name |
|---|---|
| Flux.2 [klein] | flux2-klein |
| Qwen Image | qwen-image |
| Qwen Image Edit | qwen-image-edit |
| Z-Image Turbo | z-image-turbo |