Skip to content

Other APIs Overview

This page is a navigation overview for text, model, compatibility, and dedicated routing APIs. Full parameters, examples, and errors are split into individual pages.

Text and Model APIs

Use caseDocumentationEndpoint
Anthropic Messages / Claude CodeMessagesPOST /v1/messages
Token CountMessagesPOST /v1/messages/count_tokens
OpenAI Responses / Codex CLIResponsesPOST /v1/responses
OpenAI Chat CompletionsChat CompletionsPOST /v1/chat/completions
Model listModelsGET /v1/models
Usage and billingUsage and BillingGET /v1/usage

Compatibility and Dedicated Paths

Use caseDocumentationEndpoint
Clients without /v1 prefixAliases/responses, /chat/completions, /images...
Codex-compatible entryAliases/backend-api/codex/responses
Force the Antigravity account poolAntigravity/antigravity/...

Platform Restrictions

  • Image APIs are scoped by key type and protocol: OpenAI synchronous image endpoints require a general OpenAI group; Gemini native paths require a general Gemini group; async image tasks require an image API key bound to an image batch group. See Image APIs Overview.
  • Gemini native text, multimodal, and image calls use /v1beta/models....
  • OpenAI groups do not support POST /v1/messages/count_tokens.
  • The current backend does not register /models or /usage aliases without /v1.