API documentation

Endpoints

Public endpoint reference for AIGate API routes.

All paths below are relative to https://api.aigate.shop/v1.

MethodEndpointDescription
GET/v1/modelsList available models. Key is optional.
GET/v1/balanceAccount balance and key spend.
GET/v1/models/{model}Retrieve model information when supported.
POST/v1/chat/completionsMain chat endpoint.
POST/v1/responsesResponses API.
POST/v1/responses/compactCompact Responses route.
POST/v1/messagesAnthropic Messages compatible.
POST/v1/embeddingsEmbeddings.
POST/v1/images/generationsGPT Image/OpenAI-style image generation.
POST/v1/images/editsGPT Image/OpenAI-style image editing.
POST/v1/video/generationsVideo generation. Main route for new integrations.
POST/v1/videosOpenAI-style video route for compatible clients.
GET/v1/videos/{task_id}/contentTemporary generated mp4 file link, no key required, 20 minutes.
POST/v1beta/models/{model}:generateContentGemini-compatible route.