Reference
OpenAI-compatible. Send the company master key as a bearer token. Do not put HyperAI or OpenRouter keys in clients.
| URL | https://llmrouter.boyemma.com/v1 |
|---|---|
| Auth | Authorization: Bearer |
| Default model | flash |
| Method | Path |
|---|---|
| POST | /v1/chat/completions |
| GET | /v1/models |
| GET | /health |
| GET | /docs |
| GET | /ui |
| Name | Upstream | Spend map / 1M tokens |
|---|---|---|
| flash | HyperAI first, then OpenRouter 0731 | $0 on HyperAI · OpenRouter $0.04 in / $0.08 out / $0.008 cache |
| deepseek-v4-flash-0731 | Same as flash | Same as flash |
| openrouter/deepseek/deepseek-v4-flash-0731 | OpenRouter 0731 (Relace list price) | $0.04 in / $0.08 out / $0.008 cache read |
| openrouter/deepseek/deepseek-v4-flash | OpenRouter 0423 (StreamLake list) | $0.0574 in / $0.1148 out / $0.01148 cache read |
curl https://llmrouter.boyemma.com/v1/chat/completions \
-H "Authorization: Bearer $BOYEMMA_LLM_MASTER_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "flash",
"messages": [{"role":"user","content":"OK"}]
}'
Sampling from the DeepSeek card: temperature 1.0, agentic top_p 0.95. Full schema lives in Swagger.