Releases: AnswerDotAI/fastllm
v0.0.19
v0.0.18
v0.0.17
v0.0.16
v0.0.15
New Features
- Resize images returned from tool call (Anthropic) (#41)
Bugs Squashed
- Anthropic
messages: text content blocks must be non-empty(#44) - Invalid 'input[95].
call_id': string too long. Expected a string with maximum length 64, but got a string with length 116 instead. (#45) - Fireworks generates
tool_call.ids that result in Anthropic API calls failing (#42) - Claude server
tool_resultyield bug (#40) - fix truncation (#39), thanks to @RensDimmendaal
v0.0.14
New Features
- Resize images returned from tool call (Anthropic) (#41)
Bugs Squashed
-
Anthropic
messages: text content blocks must be non-empty(#44) -
Invalid 'input[95].call_id': string too long. Expected a string with maximum length 64, but got a string with length 116 instead. (#45)
-
Fireworks generates tool_call.ids that result in Anthropic API calls failing (#42)
-
Claude server
tool_resultyield bug (#40) -
fix truncation (#39), thanks to @RensDimmendaal
v0.0.12
v0.0.11
New Features
-
rename tools to be as safepyrun/safecmd expects (#36), thanks to @RensDimmendaal
-
Add Mimo vendor, Opus 4-8, modern_llm preset, and fix Anthropic cache cost fallback (#35)
Bugs Squashed
v0.0.10
New Features
-
MediaUrlfor direct url handling without byte reading (#31) -
Add timeout to
mk_client(#26) -
Add retry logic with exponential backoff to acomplete (#25), thanks to @ncoop57
-
Yield tool calls JIT (#19)
Bugs Squashed
- force enable web_search for codex models (#22), thanks to @jackhogan
- The litellm metadata file is missing
supports_web_searchfor GPT-5.4 so the Codex version wasn't getting it. Explicitly set it to True like we do for non-codex gpt models.
- The litellm metadata file is missing
v0.0.9
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-k2p5registration (#23) -
force enable web_search for codex models (#22), thanks to @jackhogan
- The litellm metadata file is missing
supports_web_searchfor GPT-5.4 so the Codex version wasn't getting it. Explicitly set it to True like we do for non-codex gpt models.
- The litellm metadata file is missing


