Skip to main content
Hopper serves open-source speech and language models behind an OpenAI-compatible API at https://api.withhopper.com.

Get an API key

Create a key at withhopper.com/console/keys. The full sk_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

Set stream: true to receive the response as Server-Sent Events of chat.completion.chunk objects.

Next