mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-01 18:22:53 +00:00
- Fix URL construction in Gemini image generation to strip 'gemini/' prefix - Google AI API expects base model name without the prefix - Update model references and pricing information for consistency - Remove outdated image generation pricing entries Fixes issue where models like 'gemini/imagen-4.0-fast-generate-preview-06-06' were being rejected by the Google AI API due to incorrect URL formatting.
In total litellm runs 1000+ tests
[02/20/2025] Update:
To make it easier to contribute and map what behavior is tested,
we've started mapping the litellm directory in tests/litellm
This folder can only run mock tests.