Docs
⚙️ Configuration
librechat.yaml
Custom AI Endpoints
Deepseek

Deepseek

Deepseek API key: platform.deepseek.com

Notes:

  • Known: icon provided.
  • deepseek-chat and deepseek-coder are compatible with Agents + tools.
  • deepseek-reasoner, codenamed “R1,” is supported and will stream its “thought process”; however, certain OpenAI API parameters may not be supported by this specific model.
  • ”R1” may also be compatible with Agents when not using tools.
  • deepseek-chat is preferred for title generation.
librechat.yaml
    - name: "Deepseek"
      apiKey: "${DEEPSEEK_API_KEY}"
      baseURL: "https://api.deepseek.com/v1"
      models:
        default: ["deepseek-chat", "deepseek-coder", "deepseek-reasoner"]
        fetch: false
      titleConvo: true
      titleModel: "deepseek-chat"
      modelDisplayLabel: "Deepseek"
Deepseek Generation