Unified model access
Call public model IDs with one API key and one stable API surface.
Async media tasks
Use task IDs for long-running image, video, and future audio generation jobs.
OpenAI-compatible chat
Start with
/v1/chat/completions, then add Anthropic or Gemini-compatible endpoints when needed.Credits and traceability
Every request can be tied to credits, task history, normalized results, and usage records.
Base URL
Production API base URL:Public API shape
APIAny.AI exposes a small set of public calling patterns:- Chat:
/v1/chat/completions - Anthropic-compatible messages:
/v1/messages - Gemini-compatible content generation:
/v1beta/models/{model}:generateContent - Image generation:
/v1/images/generations - Video generation:
/v1/videos/generations - Task lookup:
/v1/tasks/{task_id}