Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs-v1.agno.com/llms.txt

Use this file to discover all available pages before exploring further.

The DeepSeek model provides access to DeepSeek’s language models.
ParameterTypeDefaultDescription
idstr"deepseek-chat"The specific model ID used for generating responses.
namestr"DeepSeek"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.