Releases: pydantic/genai-prices
Releases · pydantic/genai-prices
v0.0.56
What's Changed
- feat: add gpt-5.3-codex pricing by @sigglep in #301
- feat: add Gemini 3.1 Flash Lite (Preview) pricing by @rian-dolphin in #302
- feat: refactor python cli with rich output and pydantic-settings by @Else00 in #278
- Loosen matchers for regional-only AWS Claude 3.* models by @alexmojaki in #305
- Allow leaving out AWS model version suffix (e.g.
-v1) and/or regional prefix (e.g.us.anthropic) by @alexmojaki in #306 - Adding GPT 5.4 pricing by @adtyavrdhn in #308
- adding snapshotted ids, dated by @adtyavrdhn in #310
- Update anthropic sonnet/opus 4.6 to reflect no long context costs by @Yun-Kim in #314
- feat: add pricing for GPT 5.4 mini and nano by @mathislucka in #315
- feat: add GPT-5.4 mini and nano snapshot aliases by @miguel436 in #317
- Adding api-flavor for xAI native SDK by @adtyavrdhn in #307
- feat: add Gemini 3.1 Flash Image Preview pricing by @adtyavrdhn in #303
- feat: moonshot ai prices file by @kazmer97 in #313
- Add openrouter qwen/qwen3.5-plus-02-15 price by @bbkgh in #299
- Add Qwen3 VL 235B A22B by @mahiuchun in #285
- feat: add Qwen3 Max Thinking to OpenRouter by @dsfaccini in #279
- Add OpenRouter pricing for claude-sonnet-4.6 by @ZacharyHampton in #296
- Prep 0.0.56 release by @alexmojaki in #318
New Contributors
- @sigglep made their first contribution in #301
- @rian-dolphin made their first contribution in #302
- @Else00 made their first contribution in #278
- @adtyavrdhn made their first contribution in #308
- @Yun-Kim made their first contribution in #314
- @miguel436 made their first contribution in #317
- @kazmer97 made their first contribution in #313
- @bbkgh made their first contribution in #299
- @mahiuchun made their first contribution in #285
- @ZacharyHampton made their first contribution in #296
Full Changelog: v0.0.55...v0.0.56
v0.0.55
What's Changed
- Loosen AWS model matchers to support inference profiles by @alexmojaki in #292
- Add AWS Bedrock pricing for Claude Opus 4.5, Opus 4.6, Sonnet 4.6 by @EmilioEsposito in #294
- feat: add Gemini 3.1 Pro (Preview) by @mathislucka in #293
- Prep 0.0.55 release by @alexmojaki in #298
New Contributors
- @EmilioEsposito made their first contribution in #294
- @mathislucka made their first contribution in #293
Full Changelog: v0.0.54...v0.0.55
v0.0.54
v0.0.53
What's Changed
- feat: add Claude Opus 4.6 pricing by @dsfaccini in #277
- fix: add missing OpenAI GPT-5.x model name aliases by @atsaplin in #281
- fix new qwen3-max (thinking) model name by @dsfaccini in #275
- feat: Adding support for additional Fireworks.ai models by @jlegewie in #276
New Contributors
Full Changelog: v0.0.52...v0.0.53
v0.0.52
What's Changed
- Add Python tests for model fallback matching by @Copilot in #263
- feat: add gpt-5.2-codex by @ddanielcruzz in #267
- feat: Adding grok-4-fast in addition to grok-4-1-fast by @brightsparc in #268
- Specially handle litellm provider so that price calculation is possible by @vikigenius in #271
- feat: add Kimi K2.5 and Qwen 3 Max Thinking to OpenRouter by @dsfaccini in #273
- Prep 0.0.52 release by @alexmojaki in #274
New Contributors
- @Copilot made their first contribution in #263
- @ddanielcruzz made their first contribution in #267
- @vikigenius made their first contribution in #271
Full Changelog: v0.0.51...v0.0.52
v0.0.51
What's Changed
- Update js sdk docs with custom provider instructions by @saeedesmaili in #257
- Add Claude 4.5 models to OpenRouter pricing by @nirnaim in #261
- Enforce unique model matching by @alexmojaki in #262
- Fallback model providers by @samuelcolvin in #255
- Prep 0.0.51 release by @alexmojaki in #264
New Contributors
- @saeedesmaili made their first contribution in #257
- @nirnaim made their first contribution in #261
Full Changelog: v0.0.50...v0.0.51
v0.0.50
What's Changed
- add prices for gemini 3 flash and pro image preview by @dsfaccini in #254
- Adding prices for grok-4-1-fast and grok-code-fast-1 by @brightsparc in #256
- Fix #241 Tiered pricing calculation by @hilikpaz in #242
- Prep 0.0.50 release by @alexmojaki in #258
New Contributors
- @dsfaccini made their first contribution in #254
- @brightsparc made their first contribution in #256
- @hilikpaz made their first contribution in #242
Full Changelog: v0.0.49...v0.0.50
v0.0.49
What's Changed
- feat: add Qwen3-Coder-480B-A35B-Instruct model with pricing details by @iyehuda in #248
- feat: Update Hugging Face prices by @eliasto in #249
- Add OVHcloud AI Endpoints provider prices and auto-script by @eliasto in #250
- Prep 0.0.49 release by @alexmojaki in #252
New Contributors
Full Changelog: v0.0.48...v0.0.49
v0.0.48
What's Changed
- fix: broken link to openrouter in readme by @juanfabrega in #227
- feat: adding latest x-ai models by @juanfabrega in #228
- Update OpenAI models by @juanfabrega in #231
- Test dataset misc enhancements by @alexmojaki in #230
- AWS prices automation by @alexmojaki in #233
- feat: added usage
__add__method for easy usage accumulation when streaming by @monkeyusage in #234 - Allow gpt-5-1 as well as gpt-5.1 by @alexmojaki in #237
- Fix
eval-type-backportPython version constraint by @Viicos in #238 - Fix context windows for OpenAI embedding models by @DouweM in #229
- Add Cohere Embed v4.0 by @DouweM in #240
- feat: add gpt-5.2 and gpt-5.2-pro by @pedrurrego in #243
- Prep 0.0.48 release by @alexmojaki in #246
New Contributors
- @juanfabrega made their first contribution in #227
- @monkeyusage made their first contribution in #234
- @Viicos made their first contribution in #238
- @DouweM made their first contribution in #229
Full Changelog: v0.0.47...v0.0.48
v0.0.47
What's Changed
- chore(*): soften httpx python dependency by @forforeach in #226
New Contributors
- @forforeach made their first contribution in #226
Full Changelog: v0.0.46...v0.0.47