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
Describe the bug
Some models / embedders error out when invoked from the Dev UI.
Eg: (in goolgeai):
gemini-1.5-flash, run fine
gemini-1.0-pro, errors out
Error running action key='/model/googleai/gemini-1.0-pro'.
TRPCClientError: Error running action key='/model/googleai/gemini-1.0-pro'.
at t.from (http://localhost:4000/main-NFBO5FJZ.js:47:24050)
at http://localhost:4000/main-NFBO5FJZ.js:47:28053
at f.invoke (http://localhost:4000/polyfills-YTAVFQFU.js:16:6443)
at Object.onInvoke (http://localhost:4000/chunk-NGM4UZCW.js:22:29800)
at f.invoke (http://localhost:4000/polyfills-YTAVFQFU.js:16:6383)
at t.run (http://localhost:4000/polyfills-YTAVFQFU.js:16:1735)
at http://localhost:4000/polyfills-YTAVFQFU.js:17:553
at f.invokeTask (http://localhost:4000/polyfills-YTAVFQFU.js:16:7068)
at Object.onInvokeTask (http://localhost:4000/chunk-NGM4UZCW.js:22:29616)
at f.invokeTask (http://localhost:4000/polyfills-YTAVFQFU.js:16:6989)
Same for embedding-001 vs text-embedding-004
To Reproduce
Select embedding-001 in the embedder runner or gemini-1.0-pro in the model runner and invoke on a simple input, it should fail with an error like above.
Expected behavior
The action runs successfully without errors
Screenshots
Runtime (please complete the following information):
OS: Linux
** Go version
go version go1.25-20250216-RC00 cl/727547642 +d524e1eccd X:fieldtrack,boringcrypto linux/amd64
The text was updated successfully, but these errors were encountered:
Describe the bug
Some models / embedders error out when invoked from the Dev UI.
Eg: (in
goolgeai
):gemini-1.5-flash
, run finegemini-1.0-pro
, errors outSame for
embedding-001
vstext-embedding-004
To Reproduce
Select
embedding-001
in the embedder runner orgemini-1.0-pro
in the model runner and invoke on a simple input, it should fail with an error like above.Expected behavior
The action runs successfully without errors
Screenshots

Runtime (please complete the following information):
** Go version
The text was updated successfully, but these errors were encountered: