diff --git a/README.md b/README.md index f5b78d3b..58fffb74 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Not a seat, not a subscription, not a monthly minimum you keep paying while the | | | | ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | **Every LLM** | 78 chat models across 9 providers, behind one endpoint and one balance | -| **Every tool** | 10 image models, 8 video models, music, 5 voices, img2img editing, and outbound phone calls that come back as transcripts | +| **Every tool** | 12 image models, 8 video models, music, 5 voices, img2img editing, and outbound phone calls that come back as transcripts | | **Every data source** | web, news and neural search; prediction markets; live crypto and equity quotes; on-chain SQL over 100M+ labeled wallets; DEX routing; RPC across 40 chains | | **Best value per dollar** | 15-dimension local routing sends each request to the cheapest model that can actually do it — 84% below pinning Claude Opus 5 on the same traffic, computed from a published workload mix rather than estimated | @@ -916,7 +916,7 @@ Python plugin that wraps the ClawRouter proxy for `hermes-agent`. Same 10 models | +| [Image Generation & Editing](docs/image-generation.md) | API examples, 12 models | | [Routing Profiles](docs/routing-profiles.md) | ECO/AUTO/PREMIUM/AGENTIC tiers, fallback chains, ranking weights | | [Architecture](docs/architecture.md) | Technical deep dive | | [Configuration](docs/configuration.md) | Environment variables | diff --git a/brand-numbers.json b/brand-numbers.json index 17fe83c5..44998662 100644 --- a/brand-numbers.json +++ b/brand-numbers.json @@ -3,10 +3,10 @@ "version": 1, "models": { "chatVisible": 78, - "totalVisible": 103, + "totalVisible": 105, "free": 6, "freeWithheld": 27, - "image": 10, + "image": 12, "video": 8, "music": 1, "speech": 5,