Unknown model key MODEL_PLACEHOLDER_M35: model not found

Hi,

After suffering several weeks the quota issue, now we have the ‘model issue’

Today Antigravity stopped working with any of the models because it does not find them, tried all of them Gemini Pro (High and Low), Gemini Lite, Opus, Sonnet and OSS

And the log only says it can find them:

```
2026-03-27 13:02:27.917 [info] W0327 13:02:27.916658 5049 log_context.go:118] Cache(availableModels): Singleflight refresh failed: failed to get load code assist response: Post “https://daily-cloudcode-pa.googleapis.com/v1internal:loadCodeAssist”: dial tcp: lookup daily-cloudcode-pa.googleapis.com on [::1]:53: read udp [::1]:53031->[::1]:53: read: connection refused

2026-03-27 13:02:27.917 [info] E0327 13:02:27.916681 5049 server.go:1350] Language Server: failed to get model infos from API server: failed to get load code assist response: Post “https://daily-cloudcode-pa.googleapis.com/v1internal:loadCodeAssist”: dial tcp: lookup daily-cloudcode-pa.googleapis.com on [::1]:53: read udp [::1]:53031->[::1]:53: read: connection refused

2026-03-27 13:02:27.917 [info] E0327 13:02:27.917544 5049 log.go:398] unknown model key MODEL_PLACEHOLDER_M35: model not found

2026-03-27 13:02:29.616 [info] E0327 13:02:29.615994 5049 client.go:55] Post “https://play.googleapis.com/log”: dial tcp: lookup play.googleapis.com on [::1]:53: read udp [::1]:50489->[::1]:53: read: connection refused
```

Any hint?