-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More other models supported #260
Comments
Hi @Kejiasir , thanks for the question/request! I wanted to take a look at their API reference before answering, so that I'd see what would be required to add such support and if we'd do that. But API Ref site is down, so I will have to wait |
Hey @nezhyborets , Thank you for your reply. Yes, I also noticed that deepseek's open platform is currently inaccessible. I will continue to pay attention and look forward to your follow-up processing. |
Hey @nezhyborets ,You can access the DeepSeek API Docs documentation. |
@Kejiasir I've just tried to init OpenAI with
If you have a balance, could you try the above and see if it works for you? |
Sorry, like you, I don’t have an API balance available for testing. However, I read the DeepSeek API Docs, which states:
To implement this, I extended the extension Model {
static let deepseek_v3 = "deepseek-chat"
static let deepseek_r1 = "deepseek-reasoner"
} I will test this later. |
Have you considered supporting the deepseek model?
The text was updated successfully, but these errors were encountered: