Open
Description
Reviewing the documentation of DeepSeek, the example codes use python OpenAi library which indicates API parity with OpenAI.
Is there a plan to support DeepSeek models and endpoint?
Example: DeepSeek Structured output
from openai import OpenAI
client = OpenAI(
api_key="<your api key>",
base_url="https://api.deepseek.com", # <--- deepseek api endpoint
)