API documentation
Endpoints
Public endpoint reference for AIGate API routes.
All paths below are relative to https://api.aigate.shop/v1.
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/models | List available models. Key is optional. |
| GET | /v1/balance | Account balance and key spend. |
| GET | /v1/models/{model} | Retrieve model information when supported. |
| POST | /v1/chat/completions | Main chat endpoint. |
| POST | /v1/responses | Responses API. |
| POST | /v1/responses/compact | Compact Responses route. |
| POST | /v1/messages | Anthropic Messages compatible. |
| POST | /v1/embeddings | Embeddings. |
| POST | /v1/images/generations | GPT Image/OpenAI-style image generation. |
| POST | /v1/images/edits | GPT Image/OpenAI-style image editing. |
| POST | /v1/video/generations | Video generation. Main route for new integrations. |
| POST | /v1/videos | OpenAI-style video route for compatible clients. |
| GET | /v1/videos/{task_id}/content | Temporary generated mp4 file link, no key required, 20 minutes. |
| POST | /v1beta/models/{model}:generateContent | Gemini-compatible route. |