# ZipFlow ZipFlow provides one API relay for advanced models at lower prices — pay-as-you-go model access, billed in USD, from a single account and one Base URL. One account and one API key work across many API formats, not just OpenAI. ## What ZipFlow provides ZipFlow has two surfaces: 1. Model API — a relay at https://api.zipflow.xyz that accepts multiple upstream API formats. One Base URL and one API key work across every supported model and format. 2. Account console — a web application at https://zipflow.xyz for creating and revoking API keys, reviewing usage analytics (requests, tokens, latency, and cost), topping up balance, viewing billing transactions, and editing account settings. ## Supported API formats The Base URL https://api.zipflow.xyz/v1 is OpenAI-compatible, and the relay also accepts other upstream formats: - OpenAI Chat Completions — POST /v1/chat/completions. - OpenAI Responses — POST /v1/responses. - OpenAI Embeddings — POST /v1/embeddings. - OpenAI Realtime — WebRTC and WebSocket. - OpenAI Image — POST /v1/images/generations. - OpenAI Audio — POST /v1/audio/speech and /v1/audio/transcriptions. - OpenAI Video (Sora) — POST /v1/videos, which also drives Kling, Jimeng, and Vidu. - Anthropic Messages — POST /v1/messages with x-api-key authentication and the anthropic-version header. - Google Gemini — /v1beta/models/{model}:generateContent. - DeepSeek reasoning — deepseek-reasoner via the chat format. - Rerank — Cohere, Jina AI, and Xinference formats, normalized to the Jina response structure at /v1/rerank. - Midjourney image — a Midjourney-compatible proxy alongside the OpenAI image format. - Suno music — Suno-compatible generation at /suno/submit/music. - Video generation — dedicated generate-video and query-video endpoints in addition to the Sora format. Every format is documented at https://docs.zipflow.xyz/en under the API reference. ## Docs - https://docs.zipflow.xyz/en — API reference for every format above and app integration guides (Claude Code, OpenAI Codex CLI, Cherry Studio, LangBot, FluentRead, LunaTranslator, and Factory Droid CLI). - https://docs.zipflow.xyz/llms.txt — machine-readable index of every documented endpoint. ## Key facts - Base URL: https://api.zipflow.xyz/v1 - Pricing: per 1M tokens, in USD; advanced models at lower prices - Model catalog: served on the pricing page; availability follows the API key permissions - Account system: the ZipFlow account service authenticates credentials; the console does not store passwords - Registration: https://zipflow.xyz/en/register ## Supported languages The console is localized into 38 locales, including English (en), Simplified Chinese (zh-CN), Traditional Chinese (zh-TW), Spanish (es), Portuguese (pt-BR), Hindi (hi), Arabic (ar), Russian (ru), Japanese (ja), Thai (th), Vietnamese (vi), Turkish (tr), Persian (fa), Urdu (ur), Bengali (bn), French (fr), Ukrainian (uk), Polish (pl), and many more. Locale-scoped URLs follow the pattern https://zipflow.xyz/{locale}. ## Site structure - https://zipflow.xyz/{locale} — public homepage - https://zipflow.xyz/{locale}/pricing — model price table - https://zipflow.xyz/{locale}/register — account registration - https://zipflow.xyz/{locale}/login — sign in - https://zipflow.xyz/{locale}/dash — usage dashboard - https://zipflow.xyz/{locale}/dash/keys — API key management - https://zipflow.xyz/{locale}/dash/billing — transaction history - https://zipflow.xyz/{locale}/dash/topup — balance top-up - https://zipflow.xyz/{locale}/dash/account — account settings