anansi_price_advisor
PAID ($0.05 via x402). Answers 'which model should I route to' in one call: returns the cheapest models satisfying hard constraints on price, context window and modality, ranked by prompt price ascending, PLUS every price change and deprecation affecting those candidates in the window. Use it when choosing or re-validating a routing target. Do NOT use it merely to look up one model's price (anansi_price_current, free). Inputs: max_prompt_price in USD per token (e.g. 0.000001); min_context in tokens; modality is a substring of the modality string such as 'text' or 'image'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| modality | No | ||
| window_s | No | ||
| min_context | No | ||
| payment_header | No | ||
| max_prompt_price | No |