Default model
Supported models
Any model available through the DeepSeek API:deepseek-v3(default)deepseek-chatdeepseek-reasoner- Any other model ID the API accepts
Authentication
Environment variable:Example usage
Tool-use support
No. The DeepSeek provider does not currently support tool-use attacks. Single-turn and multi-turn attacks work.Notes
- The provider uses the OpenAI SDK pointed at DeepSeek’s API (
base_url="https://api.deepseek.com") - Max output tokens per request: 4,096
- System prompts are passed as a
systemrole message - Retry with exponential backoff is automatic on API failures (3 attempts)
- The OpenAI-compatible API means you can use any model ID that DeepSeek’s endpoint supports