paid_llm_route
LLM routing catalog: given an optional need keyword and a budget, returns provider:model options with sourced prices (USD per 1M tokens), free-tier flags and signup links, cheapest first. Public catalog data; no local context. Paid per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| need | No | Optional keyword matching provider id or model id (e.g. code, llama, qwen) | |
| limit | No | Max results (1-25, default 10) | |
| free_only | No | Only free-tier models/providers | |
| max_price_usd | No | Optional cap on blended price (input+output USD per 1M tokens) |