DeepSeek is a platform for providing endpoints for Large Language models.

Authentication

Set your DEEPSEEK_API_KEY environment vairable.

Example

Use DeepSeek with your Agent:

Params

ParameterTypeDefaultDescription
idstr"deepseek-chat"The specific model ID used for generating responses.
namestr"DeepSeekChat"The name identifier for the DeepSeek model.
providerstr"DeepSeek"The provider of the model.
api_keyOptional[str]-The API key used for authenticating requests to the DeepSeek service. Retrieved from the environment variable DEEPSEEK_API_KEY.
base_urlstr"https://api.deepseek.com"The base URL for making API requests to the DeepSeek service.