Minimize LLM costs with intelligent routing, response caching, and cost monitoring. Routes to the cheapest provider that meets quality thresholds, caches similar prompts to avoid redundant calls, and tracks spend with anomaly detection.
Render it
# CLI
npx @nanohype/sdk render-composite cost-optimized-ai --out ./my-app
# SDK
import { LocalSource, renderComposite } from "@nanohype/sdk";
const result = await renderComposite(source, "cost-optimized-ai", variables);
# MCP — from an agent
get_composite({ name: "cost-optimized-ai" })
What it draws together
Variables
Required
ProjectName string- Project name used across all templates Must be lowercase kebab-case.
Optional
LlmProvider string — defaults to anthropic- Default LLM provider for the gateway