Recommended Profile Settings
| Setting | Value | Reason |
|---|---|---|
| Tier floor | SIMPLE | Handles greetings, short Q&A - avoids NANO for public-facing responses |
| Tier ceiling | STANDARD | Caps at Claude Sonnet 4.6 / GPT-5.4 for complex turns |
| Cost cap | $0.005/request | Avoids runaway costs on unexpectedly long conversations |
| Vision | Off | Unless users can send images |
| Tool calling | Off | Unless the bot calls APIs |
| Tool quality | Any | Only relevant if tool calling is on |
Step 1 - Create the profile
- Go to Playground → Configure
- Name it
Chatbot Production - Set tier floor: SIMPLE, ceiling: STANDARD
- Set cost cap:
$0.005 - Leave Vision and Tool calling unchecked
- Click Save & get API key
Step 2 - Use the profile key in your app
Replace your existing OpenAI key with the profile key from step 1.Node.js
Python
Step 3 - Check routing decisions
After running a few messages, open Dashboard → Overview to see:- Which tier each message routed to
- Cost per request
- Savings vs baseline
Streaming
For a better user experience, enable streaming to show responses word-by-word. Routor supports streaming identically to the OpenAI API.Cost estimate
On a chatbot handling 10,000 messages/day with a typical mix of short and medium messages:| Scenario | Daily cost |
|---|---|
| All requests to Claude Sonnet 4.6 | ~$150 |
| With Routor (SIMPLE→STANDARD profile) | ~$45–60 |
| Savings | ~$90–105/day |