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.
Related APIs

Anthropic Web Search
Anthropic Web Search
Answer-grounding / GEO: ask a question and get a Claude-written answer produced after a live web search, returned with the underlying search results and inline citations. The model and web_search tool are server-pinned; billed pay-as-you-go at exact cost (search count + model tokens, no markup).

OpenAI Web Search
OpenAI Web Search
Answer-grounding / GEO: ask a question and get an OpenAI-model answer produced after a live web search, returned with the underlying search results and URL citations. The model and web_search tool are server-pinned; billed pay-as-you-go at exact cost (search count + model tokens, no markup).
Agent Mail
Agent Mail
Create and operate email inboxes for AI agents through AIsa's AgentMail integration. Manage inbox identities, send and reply to messages, inspect threads and attachments, prepare drafts, control allow/block lists, and query email activity metrics.