You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> RubyLLM.models.refresh!.count
I, [2025-07-09T22:14:47.882309 #70250] INFO -- RubyLLM: Fetching models from providers: gemini, bedrock
I, [2025-07-09T22:14:49.328030 #70250] INFO -- RubyLLM: Fetching models from Parsera API...
=> 70
> RubyLLM.models.map(&:provider).uniq
=> ["anthropic", "deepseek", "gemini", "openai"]
The Bedrock models are no longer there, and they're not in the current Parsera data at https://api.parsera.org/v1/llm-specs either. Is this intended behavior?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
After calling
refresh!
I get this:The Bedrock models are no longer there, and they're not in the current Parsera data at https://api.parsera.org/v1/llm-specs either. Is this intended behavior?
Beta Was this translation helpful? Give feedback.
All reactions