recommend_bedrock_model_routing
Analyzes Bedrock model usage to identify invocations that can use cheaper models without quality loss and estimates monthly savings from routing.
Instructions
Analyzes Bedrock model usage to find invocations that could route to cheaper models without quality loss. Sonnet costs 20x more than Haiku. Classification, extraction, and short-context tasks rarely need Sonnet.
Identifies which Lambda functions are using Sonnet for tasks that Haiku handles equally well, and estimates monthly savings from routing.
Use this when: - Bedrock is a top cost driver - User asks about LLM costs or AI spend - User asks how to reduce Bedrock costs - User wants to optimize model usage - "Why is my Bedrock bill so high?" - "Can I use a cheaper model?"
Args: days: Number of days to analyze (default 30).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No |