Balance
--
Billing History
| Date | Type | Amount | Status | Receipt |
|---|---|---|---|---|
|
| ||||
Your API Key
Quick Start
Prefer a UI? Try BEAST in the Chat UI.
curl --max-time 7200 https://api.beastlab.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "beast-mini",
"messages": [{"role": "user", "content": "Hello, BEAST!"}]
}'
Available Models
| Model | Best For | Multimodal |
|---|---|---|
| beast-mini | Fast quality at low cost | Images |
| beast-nano | Lightweight, ultra-fast responses | Images |
| beast-max | Maximum quality, critical reasoning | Images + files |
Just change the "model" field in your request: "beast-mini", "beast-nano", "beast-max".
Responses API
curl --max-time 7200 https://api.beastlab.ai/v1/responses \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "beast-mini",
"input": "Hello, BEAST!"
}'
Tips
openai, etc.)"stream": true for streaming responsesUsage History
| Time | Model | In | Out | Cost | Time | Speed | Finish |
|---|---|---|---|---|---|---|---|
| Loading usage data... | |||||||
Min $5 · Max $500