OpenAI Responses
Hyper supports the OpenAI Responses API.
Endpoint: POST https://hyper.charm.land/v1/responses
bash
curl https://hyper.charm.land/v1/responses \
-H "Authorization: Bearer sk-hyper-xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek-v4-pro",
"input": "What is bubble tea?"
}'