OpenAI-compatible API

Use China AI models through an OpenAI-compatible API

Point compatible clients at the gogogoapi base URL, send standard chat messages, and manage billing through one prepaid USD credit balance.

Use gogogoapi as a compatible provider

For tools that ask for an OpenAI-compatible provider, use the gogogoapi base URL and your dashboard API key.

OPENAI_BASE_URL=https://www.gogogoapi.com/api/v1
OPENAI_API_KEY=$GOGOGOAPI_KEY

# Chat path
/chat/deepseek

One base URL

Use a single API base for supported China model routes instead of managing each provider account separately.

Backend-safe bearer keys

Create and revoke server-side keys from the dashboard as your integration grows.

Usage ledger

Review credit movement and request settlement in one place after model calls complete.

Decision guide

Where it fits

Use this snapshot to decide whether the route matches your first production or smoke-test use case.

Agent tools
OpenAI-compatible provider fields

Good fit for OpenClaw and similar BYOK tools.

Backend apps
fetch, OpenAI SDK adapters, or serverless functions

Good fit for summaries, coding helpers, and structured output.

Billing model
Prepaid USD credits

Useful when a team wants USDT or USDC top-ups instead of card billing.

FAQ

Questions before you test

Short answers for the questions developers usually ask before creating the first API key.

Does every OpenAI SDK work without changes?

Many clients work when they allow a custom base URL and bearer key. If a tool requires a fixed provider path, use the documented chat endpoint directly.

Which model should I test first?

Start with deepseek-v4-flash for a short prompt, then move to higher-output or premium routes after the first smoke test succeeds.

Can I use one balance for more models later?

Yes. The product is designed around one prepaid balance across supported China model routes as they pass integration checks.

Ready to build

Sign in, buy credits, create an API key.

Use the dashboard to fund USD credits with USDT or USDC, create a backend key, and send your first China model API request.

Open dashboard