-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodels_output.txt
More file actions
478 lines (475 loc) · 22.5 KB
/
models_output.txt
File metadata and controls
478 lines (475 loc) · 22.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
Loaded cached credentials.
I will read `scripts/check_models.py` to understand how it lists models.
I will check if a `.env` file exists to ensure the API key is available.
Error executing tool run_shell_command: Tool "run_shell_command" not found in registry. Tools must use the exact names that are registered. Did you mean one of: "search_file_content", "read_file", "save_memory"?
Attempt 1 failed with status 429. Retrying with backoff... GaxiosError: [{
"error": {
"code": 429,
"message": "No capacity available for model gemini-3-flash-preview on the server",
"errors": [
{
"message": "No capacity available for model gemini-3-flash-preview on the server",
"domain": "global",
"reason": "rateLimitExceeded"
}
],
"status": "RESOURCE_EXHAUSTED",
"details": [
{
"@type": "type.googleapis.com/google.rpc.ErrorInfo",
"reason": "MODEL_CAPACITY_EXHAUSTED",
"domain": "cloudcode-pa.googleapis.com",
"metadata": {
"model": "gemini-3-flash-preview"
}
}
]
}
}
]
at Gaxios._request (/opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/gaxios/build/src/gaxios.js:142:23)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async OAuth2Client.requestAsync (/opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/google-auth-library/build/src/auth/oauth2client.js:429:18)
at async CodeAssistServer.requestStreamingPost (file:///opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/code_assist/server.js:166:21)
at async CodeAssistServer.generateContentStream (file:///opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/code_assist/server.js:27:27)
at async file:///opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/loggingContentGenerator.js:132:26
at async retryWithBackoff (file:///opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/utils/retry.js:108:28)
at async GeminiChat.makeApiCallAndProcessStream (file:///opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/geminiChat.js:429:32)
at async GeminiChat.streamWithRetries (file:///opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/geminiChat.js:254:40)
at async Turn.run (file:///opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/turn.js:64:30) {
config: {
url: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse',
method: 'POST',
params: { alt: 'sse' },
headers: {
'Content-Type': 'application/json',
'User-Agent': 'GeminiCLI/0.25.0/gemini-3-pro-preview (darwin; arm64) google-api-nodejs-client/9.15.1',
Authorization: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',
'x-goog-api-client': 'gl-node/24.2.0'
},
responseType: 'stream',
body: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',
signal: AbortSignal { aborted: false },
paramsSerializer: [Function: paramsSerializer],
validateStatus: [Function: validateStatus],
errorRedactor: [Function: defaultErrorRedactor]
},
response: {
config: {
url: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse',
method: 'POST',
params: [Object],
headers: [Object],
responseType: 'stream',
body: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',
signal: [AbortSignal],
paramsSerializer: [Function: paramsSerializer],
validateStatus: [Function: validateStatus],
errorRedactor: [Function: defaultErrorRedactor]
},
data: '[{\n' +
' "error": {\n' +
' "code": 429,\n' +
' "message": "No capacity available for model gemini-3-flash-preview on the server",\n' +
' "errors": [\n' +
' {\n' +
' "message": "No capacity available for model gemini-3-flash-preview on the server",\n' +
' "domain": "global",\n' +
' "reason": "rateLimitExceeded"\n' +
' }\n' +
' ],\n' +
' "status": "RESOURCE_EXHAUSTED",\n' +
' "details": [\n' +
' {\n' +
' "@type": "type.googleapis.com/google.rpc.ErrorInfo",\n' +
' "reason": "MODEL_CAPACITY_EXHAUSTED",\n' +
' "domain": "cloudcode-pa.googleapis.com",\n' +
' "metadata": {\n' +
' "model": "gemini-3-flash-preview"\n' +
' }\n' +
' }\n' +
' ]\n' +
' }\n' +
'}\n' +
']',
headers: {
'alt-svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000',
'content-length': '630',
'content-type': 'application/json; charset=UTF-8',
date: 'Wed, 21 Jan 2026 16:19:47 GMT',
server: 'ESF',
'server-timing': 'gfet4t7; dur=806',
vary: 'Origin, X-Origin, Referer',
'x-cloudaicompanion-trace-id': '6dbce4cdcf96149c',
'x-content-type-options': 'nosniff',
'x-frame-options': 'SAMEORIGIN',
'x-xss-protection': '0'
},
status: 429,
statusText: 'Too Many Requests',
request: {
responseURL: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse'
}
},
error: undefined,
status: 429,
Symbol(gaxios-gaxios-error): '6.7.1'
}
I will use `list_directory` to check for the existence of the `.env` file.
I will read `agent_night_shift.py` to see how it handles API keys and if it has any model-related logic.
I will read `models_output.txt` to see if it contains the list of available models.
Attempt 1 failed with status 429. Retrying with backoff... GaxiosError: [{
"error": {
"code": 429,
"message": "No capacity available for model gemini-3-flash-preview on the server",
"errors": [
{
"message": "No capacity available for model gemini-3-flash-preview on the server",
"domain": "global",
"reason": "rateLimitExceeded"
}
],
"status": "RESOURCE_EXHAUSTED",
"details": [
{
"@type": "type.googleapis.com/google.rpc.ErrorInfo",
"reason": "MODEL_CAPACITY_EXHAUSTED",
"domain": "cloudcode-pa.googleapis.com",
"metadata": {
"model": "gemini-3-flash-preview"
}
}
]
}
}
]
at Gaxios._request (/opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/gaxios/build/src/gaxios.js:142:23)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async OAuth2Client.requestAsync (/opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/google-auth-library/build/src/auth/oauth2client.js:429:18)
at async CodeAssistServer.requestStreamingPost (file:///opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/code_assist/server.js:166:21)
at async CodeAssistServer.generateContentStream (file:///opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/code_assist/server.js:27:27)
at async file:///opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/loggingContentGenerator.js:132:26
at async retryWithBackoff (file:///opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/utils/retry.js:108:28)
at async GeminiChat.makeApiCallAndProcessStream (file:///opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/geminiChat.js:429:32)
at async GeminiChat.streamWithRetries (file:///opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/geminiChat.js:254:40)
at async Turn.run (file:///opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/turn.js:64:30) {
config: {
url: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse',
method: 'POST',
params: { alt: 'sse' },
headers: {
'Content-Type': 'application/json',
'User-Agent': 'GeminiCLI/0.25.0/gemini-3-pro-preview (darwin; arm64) google-api-nodejs-client/9.15.1',
Authorization: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',
'x-goog-api-client': 'gl-node/24.2.0'
},
responseType: 'stream',
body: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',
signal: AbortSignal { aborted: false },
paramsSerializer: [Function: paramsSerializer],
validateStatus: [Function: validateStatus],
errorRedactor: [Function: defaultErrorRedactor]
},
response: {
config: {
url: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse',
method: 'POST',
params: [Object],
headers: [Object],
responseType: 'stream',
body: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',
signal: [AbortSignal],
paramsSerializer: [Function: paramsSerializer],
validateStatus: [Function: validateStatus],
errorRedactor: [Function: defaultErrorRedactor]
},
data: '[{\n' +
' "error": {\n' +
' "code": 429,\n' +
' "message": "No capacity available for model gemini-3-flash-preview on the server",\n' +
' "errors": [\n' +
' {\n' +
' "message": "No capacity available for model gemini-3-flash-preview on the server",\n' +
' "domain": "global",\n' +
' "reason": "rateLimitExceeded"\n' +
' }\n' +
' ],\n' +
' "status": "RESOURCE_EXHAUSTED",\n' +
' "details": [\n' +
' {\n' +
' "@type": "type.googleapis.com/google.rpc.ErrorInfo",\n' +
' "reason": "MODEL_CAPACITY_EXHAUSTED",\n' +
' "domain": "cloudcode-pa.googleapis.com",\n' +
' "metadata": {\n' +
' "model": "gemini-3-flash-preview"\n' +
' }\n' +
' }\n' +
' ]\n' +
' }\n' +
'}\n' +
']',
headers: {
'alt-svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000',
'content-length': '630',
'content-type': 'application/json; charset=UTF-8',
date: 'Wed, 21 Jan 2026 16:20:18 GMT',
server: 'ESF',
'server-timing': 'gfet4t7; dur=258',
vary: 'Origin, X-Origin, Referer',
'x-cloudaicompanion-trace-id': '4137bfad2871e009',
'x-content-type-options': 'nosniff',
'x-frame-options': 'SAMEORIGIN',
'x-xss-protection': '0'
},
status: 429,
statusText: 'Too Many Requests',
request: {
responseURL: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse'
}
},
error: undefined,
status: 429,
Symbol(gaxios-gaxios-error): '6.7.1'
}
I will use the `cli_help` agent to find out how to list available models in the Gemini CLI.
Error executing tool delegate_to_agent: Tool execution denied by policy.
Attempt 1 failed with status 429. Retrying with backoff... GaxiosError: [{
"error": {
"code": 429,
"message": "No capacity available for model gemini-3-flash-preview on the server",
"errors": [
{
"message": "No capacity available for model gemini-3-flash-preview on the server",
"domain": "global",
"reason": "rateLimitExceeded"
}
],
"status": "RESOURCE_EXHAUSTED",
"details": [
{
"@type": "type.googleapis.com/google.rpc.ErrorInfo",
"reason": "MODEL_CAPACITY_EXHAUSTED",
"domain": "cloudcode-pa.googleapis.com",
"metadata": {
"model": "gemini-3-flash-preview"
}
}
]
}
}
]
at Gaxios._request (/opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/gaxios/build/src/gaxios.js:142:23)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async OAuth2Client.requestAsync (/opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/google-auth-library/build/src/auth/oauth2client.js:429:18)
at async CodeAssistServer.requestStreamingPost (file:///opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/code_assist/server.js:166:21)
at async CodeAssistServer.generateContentStream (file:///opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/code_assist/server.js:27:27)
at async file:///opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/loggingContentGenerator.js:132:26
at async retryWithBackoff (file:///opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/utils/retry.js:108:28)
at async GeminiChat.makeApiCallAndProcessStream (file:///opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/geminiChat.js:429:32)
at async GeminiChat.streamWithRetries (file:///opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/geminiChat.js:254:40)
at async Turn.run (file:///opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/turn.js:64:30) {
config: {
url: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse',
method: 'POST',
params: { alt: 'sse' },
headers: {
'Content-Type': 'application/json',
'User-Agent': 'GeminiCLI/0.25.0/gemini-3-pro-preview (darwin; arm64) google-api-nodejs-client/9.15.1',
Authorization: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',
'x-goog-api-client': 'gl-node/24.2.0'
},
responseType: 'stream',
body: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',
signal: AbortSignal { aborted: false },
paramsSerializer: [Function: paramsSerializer],
validateStatus: [Function: validateStatus],
errorRedactor: [Function: defaultErrorRedactor]
},
response: {
config: {
url: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse',
method: 'POST',
params: [Object],
headers: [Object],
responseType: 'stream',
body: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',
signal: [AbortSignal],
paramsSerializer: [Function: paramsSerializer],
validateStatus: [Function: validateStatus],
errorRedactor: [Function: defaultErrorRedactor]
},
data: '[{\n' +
' "error": {\n' +
' "code": 429,\n' +
' "message": "No capacity available for model gemini-3-flash-preview on the server",\n' +
' "errors": [\n' +
' {\n' +
' "message": "No capacity available for model gemini-3-flash-preview on the server",\n' +
' "domain": "global",\n' +
' "reason": "rateLimitExceeded"\n' +
' }\n' +
' ],\n' +
' "status": "RESOURCE_EXHAUSTED",\n' +
' "details": [\n' +
' {\n' +
' "@type": "type.googleapis.com/google.rpc.ErrorInfo",\n' +
' "reason": "MODEL_CAPACITY_EXHAUSTED",\n' +
' "domain": "cloudcode-pa.googleapis.com",\n' +
' "metadata": {\n' +
' "model": "gemini-3-flash-preview"\n' +
' }\n' +
' }\n' +
' ]\n' +
' }\n' +
'}\n' +
']',
headers: {
'alt-svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000',
'content-length': '630',
'content-type': 'application/json; charset=UTF-8',
date: 'Wed, 21 Jan 2026 16:20:29 GMT',
server: 'ESF',
'server-timing': 'gfet4t7; dur=194',
vary: 'Origin, X-Origin, Referer',
'x-cloudaicompanion-trace-id': '5431afb770aa1a1e',
'x-content-type-options': 'nosniff',
'x-frame-options': 'SAMEORIGIN',
'x-xss-protection': '0'
},
status: 429,
statusText: 'Too Many Requests',
request: {
responseURL: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse'
}
},
error: undefined,
status: 429,
Symbol(gaxios-gaxios-error): '6.7.1'
}
I will read `CLAUDE.md` to see if it contains any instructions on listing models or other project-specific commands.
I will search for the term "model" in the codebase to identify any predefined lists of models.
I will use `google_web_search` to find the command for listing models in the Gemini CLI.
Attempt 1 failed with status 429. Retrying with backoff... GaxiosError: [{
"error": {
"code": 429,
"message": "No capacity available for model gemini-3-flash-preview on the server",
"errors": [
{
"message": "No capacity available for model gemini-3-flash-preview on the server",
"domain": "global",
"reason": "rateLimitExceeded"
}
],
"status": "RESOURCE_EXHAUSTED",
"details": [
{
"@type": "type.googleapis.com/google.rpc.ErrorInfo",
"reason": "MODEL_CAPACITY_EXHAUSTED",
"domain": "cloudcode-pa.googleapis.com",
"metadata": {
"model": "gemini-3-flash-preview"
}
}
]
}
}
]
at Gaxios._request (/opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/gaxios/build/src/gaxios.js:142:23)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async OAuth2Client.requestAsync (/opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/google-auth-library/build/src/auth/oauth2client.js:429:18)
at async CodeAssistServer.requestStreamingPost (file:///opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/code_assist/server.js:166:21)
at async CodeAssistServer.generateContentStream (file:///opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/code_assist/server.js:27:27)
at async file:///opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/loggingContentGenerator.js:132:26
at async retryWithBackoff (file:///opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/utils/retry.js:108:28)
at async GeminiChat.makeApiCallAndProcessStream (file:///opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/geminiChat.js:429:32)
at async GeminiChat.streamWithRetries (file:///opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/geminiChat.js:254:40)
at async Turn.run (file:///opt/homebrew/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/turn.js:64:30) {
config: {
url: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse',
method: 'POST',
params: { alt: 'sse' },
headers: {
'Content-Type': 'application/json',
'User-Agent': 'GeminiCLI/0.25.0/gemini-3-pro-preview (darwin; arm64) google-api-nodejs-client/9.15.1',
Authorization: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',
'x-goog-api-client': 'gl-node/24.2.0'
},
responseType: 'stream',
body: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',
signal: AbortSignal { aborted: false },
paramsSerializer: [Function: paramsSerializer],
validateStatus: [Function: validateStatus],
errorRedactor: [Function: defaultErrorRedactor]
},
response: {
config: {
url: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse',
method: 'POST',
params: [Object],
headers: [Object],
responseType: 'stream',
body: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',
signal: [AbortSignal],
paramsSerializer: [Function: paramsSerializer],
validateStatus: [Function: validateStatus],
errorRedactor: [Function: defaultErrorRedactor]
},
data: '[{\n' +
' "error": {\n' +
' "code": 429,\n' +
' "message": "No capacity available for model gemini-3-flash-preview on the server",\n' +
' "errors": [\n' +
' {\n' +
' "message": "No capacity available for model gemini-3-flash-preview on the server",\n' +
' "domain": "global",\n' +
' "reason": "rateLimitExceeded"\n' +
' }\n' +
' ],\n' +
' "status": "RESOURCE_EXHAUSTED",\n' +
' "details": [\n' +
' {\n' +
' "@type": "type.googleapis.com/google.rpc.ErrorInfo",\n' +
' "reason": "MODEL_CAPACITY_EXHAUSTED",\n' +
' "domain": "cloudcode-pa.googleapis.com",\n' +
' "metadata": {\n' +
' "model": "gemini-3-flash-preview"\n' +
' }\n' +
' }\n' +
' ]\n' +
' }\n' +
'}\n' +
']',
headers: {
'alt-svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000',
'content-length': '630',
'content-type': 'application/json; charset=UTF-8',
date: 'Wed, 21 Jan 2026 16:21:05 GMT',
server: 'ESF',
'server-timing': 'gfet4t7; dur=294',
vary: 'Origin, X-Origin, Referer',
'x-cloudaicompanion-trace-id': '1b3a25e29772ce8c',
'x-content-type-options': 'nosniff',
'x-frame-options': 'SAMEORIGIN',
'x-xss-protection': '0'
},
status: 429,
statusText: 'Too Many Requests',
request: {
responseURL: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse'
}
},
error: undefined,
status: 429,
Symbol(gaxios-gaxios-error): '6.7.1'
}
I will read the last 100 lines of `models_output.txt` to see if there is any more relevant information.
I will read `requirements.txt` to see if there are any other libraries that might give a clue about available models.
Based on the project's configuration and scripts, the following models are primarily used or referenced:
### **Gemini Models**
* **`gemini-2.0-flash-exp`**: The default model used in `agent_night_shift.py`.
* **`gemini-3-flash-preview`**: Mentioned as a preferred model in `README.md` and `CLAUDE.md`.
* **`gemini-1.5-pro`** & **`gemini-1.5-flash`**: Commonly supported by the `google-generativeai` library used in the project.
### **Other Providers**
* **Claude**: `claude-3-5-sonnet-20241022` (Configured as a failover provider).
* **OpenRouter**: `meta-llama/llama-3.3-70b-instruct:free` (Default fallback for OpenRouter).
The script `scripts/check_models.py` is available to dynamically list models that support content generation via the Gemini API, provided a valid `GEMINI_API_KEY` is configured in the environment.