Model selection quick guide
SpeedAlter#lightOpenAI#gpt-5-nanoGemini#gemini-2.5-flash-lite
Alter#bestOpenAI#gpt-5Gemini#gemini-2.5-proClaude#claude-sonnet-4-6
OpenAI#gpt-5Mistral#codestral-2501Claude#claude-sonnet-4-6
Perplexity#sonarPerplexity#sonar-pro
Usage limits
Under fair use:- Daily limit:
200requests/day - After limit: throttled to
1 request / 10 minutes - For steady higher volume: top up budget
API Router is designed for personal and low-volume workloads. For multi-user products or heavy agentic traffic, use dedicated provider infrastructure.
Common issues
Models not listed
- Manually set the model to
Provider#Model-name - Verify API key is valid
- Check client supports model listing endpoints
Authentication errors
- Confirm
Authorization: Bearer YOUR_API_KEY - Confirm endpoint is
https://alterhq.com/apior/api/v1 - Confirm your account is active
Connection issues
- Use an OpenAI-compatible client
- Verify network access to
alterhq.com
High latency
- Try lighter models (
OpenAI#gpt-5-nano,Alter#light) - Use streaming for long outputs
Best practices
- Keep API keys in env vars (never hardcode)
- Monitor request volume and error rates
- Match model capability to task complexity
- Implement retries with backoff
- Use lower-cost models for routine workloads