Skip to content

Plans to support DeepSeek? #923

Open
@bamzi

Description

@bamzi

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
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions