Fix for Writing Tools v8 error 404: Gemma model not found / Solução para erro 404 no Writing Tools v8: modelo Gemma não encontrado #265
carlositaloo
started this conversation in
General
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.
-
English
Hi everyone. If you are using Writing Tools v8 and started getting this error:
404 models/gemma-3-27b-it is not found for API version v1beta, or is not supported for generateContentThe fix that worked for me was changing the model to:
gemma-3-27b-itSteps:
gemma-3-27b-itAfter that, it started working normally again.
I also tested alternatives with Gemma 4, but in my case it had issues following the prompt correctly: it corrected the text, but also returned explanations together with the corrected output, even when instructed to return only the corrected text. So for now, the most stable alternative for me was gemma-3-27b-it instead of gemma-4-31b-it.
Português
Pessoal, se alguém estiver usando o Writing Tools v8 e começou a receber este erro:
404 models/gemma-3-27b-it is not found for API version v1beta, or is not supported for generateContentA solução que funcionou para mim foi trocar o modelo para:
gemma-3-27b-itPasso a passo:
gemma-3-27b-itDepois disso voltou a funcionar normalmente.
Também testei alternativas com Gemma 4, mas no meu caso ele teve problema para seguir o prompt corretamente: ele corrigia o texto, mas também retornava explicações junto, mesmo pedindo para responder apenas com o texto corrigido. Então, por enquanto, a alternativa mais estável para mim foi usar gemma-3-27b-it em vez de gemma-4-31b-it.
Beta Was this translation helpful? Give feedback.
All reactions