Skip to content

v0.0.9

Choose a tag to compare

@KeremTurgutlu KeremTurgutlu released this 20 May 15:16
· 61 commits to main since this release

New Features

  • Add approx_pricing helper and fix Fireworks Kimi k2p6 model registration with pricing (#21)

  • Refactor model info into registry; add get_model_pricing; add new gemini models (#20)

Bugs Squashed

  • Fix accounts/fireworks/models/kimi-k2p5 registration (#23)

  • force enable web_search for codex models (#22), thanks to @jackhogan

    • The litellm metadata file is missing supports_web_search for GPT-5.4 so the Codex version wasn't getting it. Explicitly set it to True like we do for non-codex gpt models.