https://api.withhopper.com.
Get an API key
Create a key at withhopper.com/console/keys. The fullsk_hopper_... key is shown once, at creation.
Export it as HOPPER_API_KEY.
Make a chat completion
Point an OpenAI client at the Hopper base URL and pass the key as a bearer token.Stream the response
Setstream: true to receive the response as Server-Sent Events of chat.completion.chunk objects.
Next
- Models — model ids, endpoints, prices, and credits
- Chat completions — streaming, tool calling, context window
- Text to speech — speech, voices, and voice cloning
- Speech to text — batch and streaming transcription
- Errors — error envelope and codes