New users get free credits — no credit card requiredGet started

APIAny Docs

Build on one AI model API

Use one OpenAI-compatible gateway for chat, image, video, and audio models. Create an API key, choose a model, and track every request through usage and credit logs.

Authenticate requests

Send API keys with Authorization: Bearer sk-your-api-key. The gateway also accepts x-api-key during migration.

Discover models

GET /api/v1/models returns active models with type, capability, pricing, and parameter metadata.

Use credits

Calls are prechecked against balance and API key budget, then usage records store credits, latency, request id, provider, and upstream cost.

Core endpoints

GET/api/v1/modelsList public models
POST/api/v1/chat/completionsOpenAI-compatible chat completions
POST/api/v1/images/generateCreate image generation task
POST/api/v1/video/generateCreate video generation task
GET/api/v1/tasks/{task_id}Poll async media task
POST/api/v1/api/generateGRS-style media generation compatibility endpoint
POST/api/v1beta/models/{model}:generateContentGemini-compatible generateContent endpoint