Use a computer to access this page
The Developer API portal is designed for desktop use. Please switch to a larger screen.
Playground
Test the Dev API interactively in your browser.
Ctrl+Enter to send  ·  10 messages / minute  ·  pool resets every 12h
Response
Send a request to see the response here.
Token Usage
Loading…

cURL
curl -X POST \
  "https://codercopilot.firesmasher.workers.dev/v1/model/orbus-low?apikey=dak_your_key" \
  -H "Content-Type: application/json" \
  -d '{"message": "Your prompt here"}'

Notes
• Token estimates: ~1 token per 4 characters (input + output).
• All keys & models share one 15,000-token pool per account.
• Message rate limit: 10 / minute per key per model.
• Token pool resets every 12 hours.
• Responses are text only — no file generation.
Full API reference →