Boyemma Trucking Services

Reference

API

OpenAI-compatible. Send the company master key as a bearer token. Do not put HyperAI or OpenRouter keys in clients.

Base

URL https://llmrouter.boyemma.com/v1
Auth Authorization: Bearer
Default model flash

Endpoints

Method Path Use
POST /v1/chat/completions Chat
GET /v1/models Listed aliases
GET /health Liveness (key required)
GET /docs Swagger UI
GET /ui Admin console

Models

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

Example

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.