Highlights
- Native
googleprovider — adds first-class Google Gemini provider support to the cllama provider registry. Operators can now route models throughgoogle/<model>refs (e.g.google/gemini-2.5-flash) using a nativeGEMINI_API_KEY(withGOOGLE_API_KEYaccepted as a lower-priority alias) instead of going through OpenRouter. Default API format is OpenAI-compatible against the Gemini OpenAI endpoint. - Gemini cost tracking — pricing entries for Gemini 2.5 Flash and Gemini 2.5 Pro are now wired into the cost telemetry path so direct-Google routing carries accurate per-token accounting alongside the existing OpenRouter route.
Companion to mostlydev/clawdapus#119.