Skip to main content
AIsa’s Model Gateway routes LLM and media-generation requests through one API key. This guide is the stable Markdown source for agents that read llms.txt and need to understand which AIsa model IDs exist, which endpoint each model uses, and what each model can do. The live catalog is aisa.one/models. The tables below cover all 108 models in the gateway and were refreshed from the live pricing feed on August 5, 2026. Model availability and prices can change, so use the live catalog for the final source of truth before production routing.

How to call models

Use your AISA_API_KEY as a Bearer token. For OpenAI-compatible SDKs, set the base URL to https://api.aisa.one/v1.

Endpoint types

Most text, vision, and coding models accept both OpenAI-style chat/completions and Anthropic-compatible messages, so the same model ID works from either SDK. POST /v1/responses is now served by most text models — the table above counts the routes reported by the live gateway pricing feed on August 5, 2026. Calling a model on a route it does not serve returns 400 model_route_not_supported with the supported routes listed, so probe before switching protocols. Gemini models additionally expose generateContent. Image models use images/generations and images/edits. Video models are asynchronous: submit the job to POST /v1/video/generations, then poll /v1/video/generations/{task_id} for the result. Embedding models use /v1/embeddings. Always pass the exact model string shown below.

Capability vocabulary

Provider summary

Complete model details

Context windows and capability tags come from the last Model Gateway metadata export. Models added since then show for context and only their base type in Capabilities — check aisa.one/models for their current limits and capability tags.

OpenAI

Anthropic

Google Gemini

xAI

DeepSeek

Alibaba

Moonshot

MiniMax

Zhipu GLM

ByteDance

Xiaomi

StepFun

HappyHorse

Other

Choosing a model

Models added after the last capability export — including gpt-5.6-luna, gpt-5.6-sol, gpt-5.6-terra, claude-opus-5, claude-sonnet-5, kimi-k3, kimi-k2.7-code, glm-5.2, and grok-4.5 — are not reflected in this table yet. Check the live catalog before routing production traffic to them.

Notes for agents

  • Do not invent AIsa model IDs. Use the exact model strings in the tables.
  • Do not assume a model supports every modality its upstream family supports. Use the capability tags listed here or check the live model page.
  • If a model appears in aisa.one/models but not in a static table, the pricing API has likely enabled it at runtime; prefer the live catalog.
  • Pricing tables are informational. The final billed amount appears in AIsa Usage Logs and may include workspace-level pricing rules.
  • A in the Context column means the current metadata export does not publish that model’s context window. Do not assume a default; read the live catalog.