Superwhisper
Superwhisper
Feb 4

Deepseek api integration

Hey, I'm GoPro within the discord. I was looking to see if there's any possibility you could add in the deepseek api key to the 'add your model' tab. Allowing us to use the API for both the reasoning or the non reasoning model would be great. These past few weeks they've gotten a lot of traffic but since its extra anyways people shouldn't complain too much. I think it would be a pretty good addition, especially for the price and ease. - Technicals: (for devs and those who are interested) I've used it a few times and just to give a heads up there's 2 versions, r1 ('deepseek-reasoner'=official name) & v3 ('deepseek-chat'=official name in api). Overall it's similar to chatgpt setup, using the OpenAI library but that depends on the coding language. As far as I know you sometimes have to use: "base_url="https://api.deepseek.com/v1" v1 doesn't mean anything here, I just found it to work better. The rest of the details should just be on the api docs page: https://api-docs.deepseek.com/ Note for devs: If you're experiencing any issues at all, reach out to me on discord (go_pr0), I'm mostly familiar with python but any cross-platform issues and I'd be more than willing to help out.
PendingPending

This post was merged intoAzure OpenAI API