ZipFlow Docs
ZipFlow model API service documentation.
Welcome to the ZipFlow documentation. ZipFlow is a model API service: one
account and one Base URL (https://api.zipflow.xyz/v1) that accepts multiple
API formats — OpenAI, Anthropic, Google Gemini, DeepSeek, and more —
across chat, embeddings, rerank, image, audio, music, and video.
Get an API key from the ZipFlow console, then start calling:
curl https://api.zipflow.xyz/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $ZIPFLOW_API_KEY" \
-d '{"model": "gpt-4.1", "messages": [{"role": "user", "content": "Hello!"}]}'