Recommended Profile Settings
Step 1 - Create the profile
- Go to Playground → Configure
- Name it
Code Assistant - Set tier floor: STANDARD, ceiling: COMPLEX
- Set cost cap:
$0.05 - Enable Tool calling if your assistant uses tools
- If tool calling is on, set tool quality to 70% minimum
- Click Save & get API key
Step 2 - Use the profile key in your app
Node.js - with tool calling
Python
How routing looks for code tasks
Streaming for autocomplete
If you’re building an IDE extension or real-time autocomplete, enable streaming:Cost estimate
On a coding assistant handling 2,000 requests/day:
Savings are lower than a chatbot because code tasks are genuinely harder and route to higher tiers. But the STANDARD floor means quality never drops below a capable model.
Related
- Create a routing profile
- Understanding routing tiers
- Cline / Roo Code integration - if you’re using AI coding assistants
- LangChain integration - if you’re using agents with tool calling