LiteLLM setup

Use DeepSeek through LiteLLM with gogogoapi

LiteLLM teams can route DeepSeek requests through gogogoapi by setting a custom OpenAI-compatible API base and a server-side dashboard key.

LiteLLM provider config

Use gogogoapi as an OpenAI-compatible provider in LiteLLM, then start with a short DeepSeek smoke test before routing agent workloads.

model_list:
  - model_name: deepseek-v4-flash
    litellm_params:
      model: openai/deepseek-v4-flash
      api_base: https://www.gogogoapi.com/api/v1
      api_key: os.environ/GOGOGOAPI_KEY

OpenAI-compatible base URL

LiteLLM already supports custom OpenAI-style providers, so the first test is mostly configuration.

Centralized prepaid balance

Spend from one gogogoapi USD credit balance instead of wiring separate provider billing into each test.

Simple smoke testing

Send a low-token request first, verify the ledger, then raise budgets for longer agent runs.

Decision guide

LiteLLM setup checklist

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

API base
https://www.gogogoapi.com/api/v1

Use this as the custom OpenAI-compatible provider base.

Model
deepseek-v4-flash

Start with the low-cost live DeepSeek route.

Key
GOGOGOAPI_KEY

Keep the dashboard API key in server-side environment variables.

FAQ

Questions before you test

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

Do I need a separate DeepSeek key in LiteLLM?

No. Use your gogogoapi dashboard key when routing through gogogoapi. The provider route and billing are handled behind the gateway.

Should I start with Flash or Pro?

Start with deepseek-v4-flash for integration tests, then use premium routes when output quality matters more than cost.

Can LiteLLM use one key for future China model routes?

That is the intended flow. More model routes become selectable after integration, billing, and reliability checks pass.

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