https://tokendog.io
to call OpenAI, Claude, Gemini, plus Zhipu GLM and MiniMax chat models, all through one
interface — reusing each vendor’s existing clients and ecosystem.
OpenAI-compatible
Reuse the OpenAI SDK; paths like
/v1/chat/completions, /v1/responses.
Zhipu GLM and MiniMax models also use this format.Claude Messages
Native
/v1/messages with tool use and multimodal input.Gemini
Native
/v1beta/models/:generateContent.Supported models
One base URL and one key reach many providers’ chat models — append the endpoint for the right format and setmodel in your request:
- OpenAI-compatible (
/v1/chat/completions,/v1/responses): OpenAI (e.g.gpt-5,gpt-5.1), plus Zhipu GLM (glm-5.1) and MiniMax (MiniMax-M2.7). - Claude Messages (
/v1/messages): Anthropic Claude (e.g.claude-sonnet-4-6). - Gemini (
/v1beta/models/{'{model}'}:generateContent): Google Gemini (e.g.gemini-2.5-flash).
For the complete, up-to-date model list, see the Model Marketplace in the console.
What it solves
It consolidates many vendor APIs behind one base URL and one key: unified auth, billing, and rate limiting, so clients don’t integrate each vendor separately.Next
Quickstart
Send your first request in three steps.
