Are you an LLM? You can read better optimized documentation at /hyper/api/anthropic-messages.md for this page in Markdown format
Anthropic Messages
Hyper supports the Anthropic Messages API.
Endpoint: POST https://hyper.charm.land/v1/messages
bash
curl https://hyper.charm.land/v1/messages \
-H "x-api-key: sk-hyper-xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek-v4-pro",
"max_tokens": 1024,
"messages": [{"role": "user", "content": "Hello!"}]
}'