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_KEYOpenAI-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.
LiteLLM setup checklist
Use this snapshot to decide whether the route matches your first production or smoke-test use case.
Use this as the custom OpenAI-compatible provider base.
Start with the low-cost live DeepSeek route.
Keep the dashboard API key in server-side environment variables.
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.
More setup paths.
Move sideways into the next setup path if you are comparing tools, payment options, or model coverage before creating a production key.
Use DeepSeek through an OpenAI-compatible API route with prepaid USD credits, USDT or USDC top-ups, API keys, and clear usage history.
Connect agent tools and backend apps to China AI models with an OpenAI-compatible API base URL, bearer API key, and prepaid credits.
Top up prepaid USD API credits with USDT or USDC and spend them on supported China AI model API routes from one dashboard.
Use gogogoapi when you need a focused China AI model gateway with DeepSeek routes, prepaid stablecoin credits, API keys, and usage history.
Call DeepSeek from LangChain through an OpenAI-compatible gogogoapi endpoint with prepaid credits, API keys, and usage history.
Point OpenAI SDK-compatible code at gogogoapi to call DeepSeek with a custom base URL, bearer key, and prepaid API credits.
View all guidesSign 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.