Default Tetrate model fails
First startup has broken model selected with Tetrate.
To Reproduce Steps to reproduce the behavior:
- Unpack zip and start it initially
- follow the recommended tetrate default provider signup (with github login)
- make no changes on tetrate
- see green model selection with haiku-4-5-xxxxxx (some date)
- Entering "Who are you" and receiving
Ran into this error: Request failed: The specified model is not enabled for this > mode or does not exist (code: bad_request, type: invalid_request_error) (status 400).
- switching in settings to the more generic haiku model (4-5 with no date) worked.
Expected behavior Should run out of the box with no need to fix models when using the default signup method.
Please provide following information:
- OS & Arch: Windows 11, x64
- Interface: ui
- Version: 1.12.1
- Extensions enabled: out of the box
- Provider & Model: Tetrate - claude-haiku-4-5-2025xxxx
Additional context I am not quite sure which model date it was. When i switch to the 20251001 which is currently listed it works, so I asume it was not that.
Maybe related to #5500 ?
I think they had an outage /cc @michaelneale ?
Oh ok that must have been a quite unfortunate luck, because I fixed the model name only seconds later when it worked. I try a fresh install (also for the dark theme issue) will see if it happens again.
that or it was just flaky at the time and you got unlucky the first time and lucky the second. closing this for now but keep us posted
I think this is the issue here, that model is outdated (and probably using a generic model without version timestamp is better if you cannot discover it automatically)
https://github.com/block/goose/blob/9086438fca87ac8d6d8686951b4b214ec102fb6d/crates/goose/src/config/signup_tetrate/mod.rs#L17
I can actually confirm after deleting %APPDATA%\Block\goose\ and starting Goose again I was asked to re-login to Tetrate and when I do it starts with that outdated default model, so this is the issue:
Please re-open, I can also provide a fix.