BIFROST
Dashboard
Available

DeepSeek

DeepSeek models via the official DeepSeek API. Free tier available.

Models

deepseek-chat
deepseek-reasoner

Capabilities

TextReasoningToolsStreaming

Setup

  1. Create an account at platform.deepseek.com
  2. Free tier is available with usage limits
  3. Generate an API key from the dashboard

Configuration

Base URL: https://api.deepseek.com/v1
Environment variable:
DEEPSEEK_API_KEY=...

Or configure via dashboard:
Dashboard → Provider Keys → Add Key → deepseek

Example

curl https://your-bifrost-url/api/chat/completions \
  -H "Authorization: Bearer $BIFROST_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek-chat",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
← Previous
Mistral
Next →
Cohere