Routing Controls
Service Tiers
Control how LLMFinder selects hosters — optimize for cost, speed, or reliability.
Add tier to any chat request:
| Tier | Behavior | Best for |
|---|---|---|
"cheapest" | Picks the lowest-priced hoster | Batch processing, cost-sensitive |
"fastest" | Picks the lowest-latency hoster (last 1h) | Interactive chat, real-time apps |
"balanced" | Default — weighted by trust score | General use |
"free" | Only routes to free ($0) models | Testing, zero-cost usage |
{"model": "auto", "messages": [...], "tier": "fastest"}