• CriticalResist8@lemmygrad.ml
      link
      fedilink
      arrow-up
      11
      ·
      8 hours ago

      They have an API: https://platform.deepseek.com/usage; log in with your deepseek account and everything is on the left sidebar (including documentation and creating the key).

      I use the API with crush which is an agent, which is made to solve tasks/code, but can also just chat like the web interface. I posted an install guide for it in the sidebar of [email protected] because it’s that easy to set up lol, literally just 7 steps and it should work. With crush you just need to give it your deepseek API key when you first start crush and it should work.

      Deepseek’s API is also very cheap, I put 5$ in a couple months ago and I haven’t finished them yet, and I used literally hundreds of millions of tokens lol. On GPT or Claude this would have lasted me all of 10 minutes.

      • durduramayacaklar@lemmygrad.ml
        link
        fedilink
        arrow-up
        2
        ·
        2 hours ago

        So, No frontend available? If there’s no frontend available for this coding such a frontend to reach more audience would be helpful

        • CriticalResist8@lemmygrad.ml
          link
          fedilink
          arrow-up
          3
          ·
          1 hour ago

          setting up an API connection is definitely a bit more involved, but it allows people to use it for their specific needs that the API devs may not have thought of. For example to translate all of prolewiki english to french, I set up an API access to mistral to use their servers/models to do the actual translation. Basically I sent a chunk of text through the API, it did its magic on mistral’s servers side of things, and then their servers return the translated chunk of text. My script saves that returned text to a document, without ever caring what was going on mistral’s side.

          There are other programs for agent coding though I don’t have experience with them, but they might make it a bit easier for people to adopt the tools. I know Claude (Anthropic) has one that apparently works with models other than their own, and is a bit more graphical, i.e. you can use it with the mouse while crush is keyboard-only.

          But try out crush, it works on any computer and I promise it’s not as scary as it looks haha (if that’s what’s holding you back). Once you’re connected it works every time you’ll use it from then on.