Skip to main content
The DeepSeek model provides access to DeepSeek’s language models.

Parameters

ParameterTypeDefaultDescription
idstr"deepseek-chat"The id of the DeepSeek model to use
namestr"DeepSeek"The name of the model
providerstr"DeepSeek"The provider of the model
api_keyOptional[str]NoneThe API key for DeepSeek (defaults to DEEPSEEK_API_KEY env var)
base_urlstr"https://api.deepseek.com"The base URL for the DeepSeek API
DeepSeek extends the OpenAI-compatible interface and supports most parameters from OpenAI.
I