DeepSeek¶
Setup¶
Get your API key from the DeepSeek Platform, and export it as an environment variable:
Examples¶
from toolfront import Database
db = Database("postgresql://user:pass@host/db")
# Latest DeepSeek Chat version
result = db.ask(..., model="deepseek:deepseek-chat")
DeepSeek Model Names
Always specify a DeepSeek model with the deepseek:
prefix.