It seemed that there are no docs
It seemed that there are no docs specifying how to use gemini in the AI agent component. So, I tried to integrate it using an action, but always there is the model overloaded 503 error from the gemini side.
any suggestions on what model to use?
4 Replies
gemini flash 2.5 api has been super robust for me. Try again today maybe?
It is always throwing a 503 overloaded error if I use that
gemini-1.5-flash-8b, this model gave me an output atleast. I have added a few models in the fallback
aah whoopsies my thing is running on 1.5
yeah gemini 2.5 seems actually down, classic ai
it looks like we gonna have to literally build a fallback into our apps if they use live ai
"retry with dumber model"
i would def. just develop my app with 1.5 for now, least hassle. You don't have to specify the 8b part, maybe there is gemini 1.5 with more bits available.
I think probably tomorrow google will have gotten their model running again or whatever is happenign right now.
Did you use the open ai models using the ai agent component?
is it free to use? unlimited?