DeepSeek
Adapter key deepseek. Built-in base URL.
{ "publicModel": "deepseek", "adapterKey": "deepseek", "upstreamModel": "deepseek-v4-flash", "credentials": { "apiKey": "..." } }- Credentials:
apiKeyonly. NobaseUrlneeded — defaults tohttps://api.deepseek.com/v1. - Default transport: Chat Completions.
- Reasoning:
openai_body(nativethinking/effort controls), per model in the catalog. deepseek-chatanddeepseek-reasonerare retired compatibility aliases. New deployments should usedeepseek-v4-flashordeepseek-v4-pro.- Catalog:
src/adapters/deepseek/catalog.json.
What to read next
- Reasoning — the
openai_bodykind in detail. - Creating deployments — the full request shape.