Bases: Provider
DeepSeek's OpenAI-compatible endpoint.
Source code in teff/provider/builtin/deepseek.py
| class DeepSeek(Provider):
"""DeepSeek's OpenAI-compatible endpoint."""
name = "deepseek"
base_url = "https://api.deepseek.com/v1"
api_key_env = "DEEPSEEK_API_KEY"
|