Expand description
DeepSeek provider.
Targets DeepSeek’s hosted inference API at https://api.deepseek.com,
which exposes the OpenAI /v1/chat/completions shape with Bearer-token auth
(DEEPSEEK_API_KEY keys). It is identical to the cloud openai provider,
so it reuses the shared openai_compat request/response/streaming/tool helpers.