Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
from phi.agent import Agent from phi.model.deepseek import DeepSeekChat agent = Agent( model=DeepSeekChat(), show_tool_calls=True, markdown=True, ) agent.print_response("Give me in-depth analysis of NVDA and TSLA")
id
str
"deepseek-chat"
name
"DeepSeekChat"
provider
"DeepSeek"
api_key
Optional[str]
DEEPSEEK_API_KEY
base_url
"https://api.deepseek.com"
DeepSeek
Was this page helpful?