You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We needed to call the DeepSeek API from one of our Go services but couldn't find a complete and reliable Go client, so we built our own.
18
+
We were looking for `Dedicated` & `Simple` Go Client for Deepseek API but we didn't find it so we build this one 😃
19
19
20
20
## What's special about this Go client?
21
21
22
+
-**Simple** – Below is the Go package structure with all exported entities. It is as simple as possible. Also, it's Go's idiomatic way - request is under request pkg, response is under response.
-**Complete** – It offers full support for all APIs, including their complete request and response payloads. (Note: Beta feature support coming soon.)
23
27
24
28
-**Reliable** – We have implemented numerous Go tests to ensure that all features work correctly at all times.
25
29
26
-
-**Simple** – The client is organized into multiple Go packages to ensure that each package contains only relevant and necessary features, making it easy to use.
27
-
28
30
-**Performant** – Speed is crucial when working with AI models. We have optimized this client to deliver the fastest possible performance.
0 commit comments