Unified API Gateway · OpenAI Compatible

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.

Minimal migration

Replace the Base URL and API key. Keep the same OpenAI-style request body.

One gateway, many models

Switch between chat, image, video, and audio models with a consistent integration path.

Usage-based billing

See actual usage and account balance clearly. No opaque virtual-points conversion.

Quick cURL
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"}]
  }'