One base_url for all models on gpt88.cc
Use GPT, Claude, Gemini, DeepSeek, Qwen, image models, and more through one OpenAI-compatible API. Replace the Base URL and API key, then keep your existing SDK.
Get Started
Make your first gpt88.cc API request in 5 minutes by replacing only the Base URL and API key.
Replace the Base URL and API key. Keep the same OpenAI-style request body.
Switch between chat, image, video, and audio models with a consistent integration path.
See actual usage and account balance clearly. No opaque virtual-points conversion.
curl https://api.gpt88.cc/v1/chat/completions \
-H "Authorization: Bearer $GPT88_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5.6-sol",
"messages": [{"role": "user", "content": "Hello from gpt88.cc"}]
}'