Chat
Unified access to AIsa's model gateway endpoints for text, Claude-native messages, Gemini generateContent, and image generation. Use these five POST APIs to route OpenAI-compatible chats, Anthropic-compatible messages, Gemini content calls, Wan image generation through chat completions, and Seedream image generation through the OpenAI Images format.
API Sections
OpenAI Chat
/v1/chat/completionsCreate a model response for a chat conversation, including streaming SSE responses.
Claude Messages
/v1/messagesCreate a Claude model response using Anthropic's native Messages API format.
Google Gemini Chat
/v1/models/{model}:generateContentGenerate content using the specified Gemini model with Gemini's contents/parts schema.
Image Generation via Chat
/v1/chat/completionsGenerate images with the Wan 2.7 family through OpenAI multimodal chat messages.
OpenAI-Compatible Image Generations
/v1/images/generationsGenerate Seedream images through the OpenAI-compatible Images API format.