DeepSeek

Configure DeepSeek models in BraceKit.

DeepSeek

DeepSeek offers powerful models at competitive prices, with DeepSeek-V4 powering both chat and reasoning modes.

Setup

1. Get an API Key

  1. Go to platform.deepseek.com
  2. Sign in or create an account
  3. Navigate to API Keys
  4. Create a new key

2. Configure in BraceKit

  1. Open Settings โ†’ AI Provider
  2. Select DeepSeek from the provider dropdown
  3. Paste your API key
  4. Select a model

Settings are saved automatically as you type.

Available Models

DeepSeekโ€™s current lineup is powered by DeepSeek-V4:

ModelModeBest ForContextMax Output
deepseek-v4-flashThinking / Non-thinkingGeneral chat, code, high-throughput tasks1M384K tokens
deepseek-v4-proThinking / Non-thinkingComplex reasoning, agentic coding, analysis1M384K tokens

Note: the legacy deepseek-chat and deepseek-reasoner names were retired on July 24, 2026 โ€” they now route to deepseek-v4-flash.

Features

Reasoning (Thinking Mode)

The deepseek-v4-pro model shows its Chain-of-Thought reasoning process when thinking mode is enabled:

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚ ๐Ÿง  Thinking...                    โ–พ โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚ Let me analyze this problem...      โ”‚
โ”‚                                     โ”‚
โ”‚ Step 1: Identify the key variables  โ”‚
โ”‚ Step 2: Consider edge cases         โ”‚
โ”‚ Step 3: Formulate solution          โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

Based on my analysis...

This happens automatically with the reasoner model.

Function Calling

DeepSeek supports tool calling for:

  • MCP server tools
  • Built-in tools (Google Search)

Cost-Effective

DeepSeek offers very competitive pricing while maintaining high quality.

Model Parameters

Configure in Settings โ†’ AI Provider under the Advanced section:

ParameterRangeEffect
Temperature0-2Higher = more creative
Max Tokens1-8K (chat) / 1-64K (reasoner)Maximum response length
Use CaseModelTemperature
Code generationdeepseek-v4-flash0.3
General chatdeepseek-v4-flash0.7
Complex reasoningdeepseek-v4-pro0.5
Math/Logicdeepseek-v4-pro0.0

Pricing

DeepSeek V4 offers unified pricing for both models with automatic context caching:

TypePrice (per 1M tokens)
Input (Cache Hit)$0.028
Input (Cache Miss)$0.28
Output$0.42

Cache Benefits:

  • Automatic context caching (enabled by default)
  • 90% discount on cached input tokens
  • Shared prefix across requests triggers caching

Note: Check DeepSeek pricing for current rates.

Troubleshooting

โ€œRate limit exceededโ€

  • Wait a moment and retry
  • Check your usage limits in the console

Reasoning not showing

  • Ensure youโ€™re using deepseek-v4-pro (not the flash variant) for complex reasoning
  • The thinking mode is optimized for complex queries (math, logic, code)
  • Simple queries may not trigger extended Chain-of-Thought

Slow responses

  • The reasoner model takes longer to โ€œthinkโ€
  • For faster responses, use deepseek-v4-flash
  • OpenAI โ€” Alternative with reasoning models
  • Anthropic โ€” Alternative with extended thinking
  • Ollama โ€” Free local alternative