Anyone configuring zeroclaw with fallback config? #5678
Unanswered
leonardorey1992
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there is just install zeroclaw with docker and it's amazing, love it so far!
But my question is, im using gemini as provider and i know there are several models there that i could work with for most of the cases like gemma ones and so
But at the moment i config it, it only allows me to use one
since free tier gemini is so short in RPM i think it could be great to have a fallback-rotating within the same provider.
It's this possible right now and im missing something? If not i think is the kind of config that for free tiers could be great to have, not like defining agents with an specific version, but to give them a subset so they van rotate
I check the doc about something like this
[reliability]
model_fallbacks = { "claude-opus-4-20250514" = ["claude-sonnet-4-20250514", "gpt-4o"] }
but dunno how to do it properly
thank u for the project and also for the effort :D
so far im trying with
[reliability.model_fallbacks]
gemma-4-26b-a4b-it = [ "gemini-2.5-flash", "gemini-2.5-flash-lite", "gemini-2.5-pro", "gemini-2.0-flash", "gemini-2.0-flash-lite", "gemma-3-1b-it", "gemma-3-4b-it", "gemma-3-12b-it", "gemma-3-27b-it", "gemma-3-2b-it", "gemma-4-26b-a4b-it", "gemma-4-31b-it", "text-embedding-004", "gemini-3-flash", "gemini-3.1-flash-lite", "gemini-3.1-pro", "text-embedding-005", "gemini-robotics-er-1.5-preview" ]
But not sure is the way...
Beta Was this translation helpful? Give feedback.
All reactions