Quotaflow Docs
Quotaflow provides managed, official-style AI API endpoints for OpenAI-compatible, Anthropic-compatible, and Gemini-compatible clients. Use it when you want one Quotaflow API key, one shared organization or project balance, familiar SDK request shapes, usage tracking, quota protection, and production-ready capacity controls.
When to use this page
Use this page to understand the product surface before configuring an SDK or agent.
Core endpoints
- API base URL:
https://api.quotaflow.ai - OpenAI-compatible base URL:
https://api.quotaflow.ai/openai/v1 - All-in-one OpenAI-compatible base URL:
https://api.quotaflow.ai/openai/v1 - Anthropic-compatible Messages:
https://api.quotaflow.ai/v1/messages - Gemini-compatible generateContent:
https://api.quotaflow.ai/v1beta/models/{model}:generateContent
Product model
Most customers use one qf_... key with all enabled models and a shared organization or project balance. Product-scoped keys are available for accounting or permission boundaries, but they still spend from the same shared balance unless your contract says otherwise. The requested model determines product category, pricing terms, routing, fallback, and usage reporting.
What Quotaflow handles
- API key authentication
- Official-style request and response shapes
- Model discovery for your key
- Session continuity for cache-friendly agent traffic
- Capacity protection, bounded queueing, and retry-safe errors
- Usage and cost accounting against your shared balance
- Model-specific endpoint discovery for text, embeddings, images, and videos
What you need
- A Quotaflow API key.
- The API base URL for the protocol you are using.
- A compatible client, SDK, Codex configuration, Claude-style configuration, Gemini-style configuration, or direct HTTP call.
AI agent note
If you are an AI coding agent, start with /llms.txt, then fetch /llms-full.txt for full context, and use /openapi.yaml for endpoint schemas.