While there are a lot of network mocking libraries, they tend to use request interception as an implementation detail, giving you a high-level API that includes request matching, timeouts, recording, ...
This library provides convenient access to the Groq REST API from server-side TypeScript or JavaScript. The REST API documentation can be found on console.groq.com. The full API of this library can be ...