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 were refreshed from live Model Gateway metadata on June 4, 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, audio, coding, and multimodal models use POST /v1/chat/completions. Claude models can also expose Anthropic-compatible POST /v1/messages. Selected models expose POST /v1/responses, Gemini-compatible POST /v1beta/models/{model}:generateContent, or image-generation routes. Always pass the exact model string shown below.

Capability vocabulary

Provider summary

Complete model details

OpenAI

Anthropic

Google Gemini

xAI

DeepSeek

Alibaba

Moonshot

MiniMax

Zhipu GLM

ByteDance

Choosing a model

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.