@hebo-ai/gateway 0.5.2 → 0.6.0-rc0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (180) hide show
  1. package/README.md +32 -1
  2. package/package.json +17 -12
  3. package/src/endpoints/chat-completions/converters.test.ts +85 -1
  4. package/src/endpoints/chat-completions/converters.ts +139 -18
  5. package/src/endpoints/chat-completions/handler.test.ts +2 -0
  6. package/src/endpoints/chat-completions/index.ts +1 -0
  7. package/src/endpoints/chat-completions/otel.ts +1 -0
  8. package/src/endpoints/chat-completions/schema.ts +38 -4
  9. package/src/endpoints/embeddings/index.ts +1 -0
  10. package/src/lifecycle.ts +2 -2
  11. package/src/models/anthropic/middleware.test.ts +45 -1
  12. package/src/models/anthropic/middleware.ts +21 -1
  13. package/src/models/google/middleware.test.ts +30 -1
  14. package/src/models/google/middleware.ts +20 -1
  15. package/src/models/openai/middleware.test.ts +32 -1
  16. package/src/models/openai/middleware.ts +25 -1
  17. package/src/providers/bedrock/middleware.test.ts +121 -1
  18. package/src/providers/bedrock/middleware.ts +61 -1
  19. package/src/telemetry/fetch.ts +31 -4
  20. package/src/telemetry/index.ts +1 -0
  21. package/dist/config.d.ts +0 -2
  22. package/dist/config.js +0 -81
  23. package/dist/endpoints/chat-completions/converters.d.ts +0 -43
  24. package/dist/endpoints/chat-completions/converters.js +0 -551
  25. package/dist/endpoints/chat-completions/handler.d.ts +0 -2
  26. package/dist/endpoints/chat-completions/handler.js +0 -145
  27. package/dist/endpoints/chat-completions/index.d.ts +0 -3
  28. package/dist/endpoints/chat-completions/index.js +0 -3
  29. package/dist/endpoints/chat-completions/otel.d.ts +0 -6
  30. package/dist/endpoints/chat-completions/otel.js +0 -134
  31. package/dist/endpoints/chat-completions/schema.d.ts +0 -946
  32. package/dist/endpoints/chat-completions/schema.js +0 -257
  33. package/dist/endpoints/embeddings/converters.d.ts +0 -10
  34. package/dist/endpoints/embeddings/converters.js +0 -31
  35. package/dist/endpoints/embeddings/handler.d.ts +0 -2
  36. package/dist/endpoints/embeddings/handler.js +0 -101
  37. package/dist/endpoints/embeddings/index.d.ts +0 -3
  38. package/dist/endpoints/embeddings/index.js +0 -3
  39. package/dist/endpoints/embeddings/otel.d.ts +0 -6
  40. package/dist/endpoints/embeddings/otel.js +0 -35
  41. package/dist/endpoints/embeddings/schema.d.ts +0 -38
  42. package/dist/endpoints/embeddings/schema.js +0 -26
  43. package/dist/endpoints/models/converters.d.ts +0 -6
  44. package/dist/endpoints/models/converters.js +0 -42
  45. package/dist/endpoints/models/handler.d.ts +0 -2
  46. package/dist/endpoints/models/handler.js +0 -29
  47. package/dist/endpoints/models/index.d.ts +0 -3
  48. package/dist/endpoints/models/index.js +0 -3
  49. package/dist/endpoints/models/schema.d.ts +0 -42
  50. package/dist/endpoints/models/schema.js +0 -31
  51. package/dist/errors/ai-sdk.d.ts +0 -2
  52. package/dist/errors/ai-sdk.js +0 -52
  53. package/dist/errors/gateway.d.ts +0 -5
  54. package/dist/errors/gateway.js +0 -13
  55. package/dist/errors/openai.d.ts +0 -20
  56. package/dist/errors/openai.js +0 -40
  57. package/dist/errors/utils.d.ts +0 -22
  58. package/dist/errors/utils.js +0 -44
  59. package/dist/gateway.d.ts +0 -9
  60. package/dist/gateway.js +0 -34
  61. package/dist/index.d.ts +0 -14
  62. package/dist/index.js +0 -13
  63. package/dist/lifecycle.d.ts +0 -2
  64. package/dist/lifecycle.js +0 -94
  65. package/dist/logger/default.d.ts +0 -4
  66. package/dist/logger/default.js +0 -81
  67. package/dist/logger/index.d.ts +0 -14
  68. package/dist/logger/index.js +0 -25
  69. package/dist/middleware/common.d.ts +0 -12
  70. package/dist/middleware/common.js +0 -145
  71. package/dist/middleware/matcher.d.ts +0 -27
  72. package/dist/middleware/matcher.js +0 -112
  73. package/dist/middleware/utils.d.ts +0 -2
  74. package/dist/middleware/utils.js +0 -27
  75. package/dist/models/amazon/index.d.ts +0 -2
  76. package/dist/models/amazon/index.js +0 -2
  77. package/dist/models/amazon/middleware.d.ts +0 -3
  78. package/dist/models/amazon/middleware.js +0 -65
  79. package/dist/models/amazon/presets.d.ts +0 -2390
  80. package/dist/models/amazon/presets.js +0 -80
  81. package/dist/models/anthropic/index.d.ts +0 -2
  82. package/dist/models/anthropic/index.js +0 -2
  83. package/dist/models/anthropic/middleware.d.ts +0 -4
  84. package/dist/models/anthropic/middleware.js +0 -111
  85. package/dist/models/anthropic/presets.d.ts +0 -4802
  86. package/dist/models/anthropic/presets.js +0 -135
  87. package/dist/models/catalog.d.ts +0 -4
  88. package/dist/models/catalog.js +0 -4
  89. package/dist/models/cohere/index.d.ts +0 -2
  90. package/dist/models/cohere/index.js +0 -2
  91. package/dist/models/cohere/middleware.d.ts +0 -3
  92. package/dist/models/cohere/middleware.js +0 -60
  93. package/dist/models/cohere/presets.d.ts +0 -2918
  94. package/dist/models/cohere/presets.js +0 -134
  95. package/dist/models/google/index.d.ts +0 -2
  96. package/dist/models/google/index.js +0 -2
  97. package/dist/models/google/middleware.d.ts +0 -7
  98. package/dist/models/google/middleware.js +0 -103
  99. package/dist/models/google/presets.d.ts +0 -2553
  100. package/dist/models/google/presets.js +0 -83
  101. package/dist/models/meta/index.d.ts +0 -1
  102. package/dist/models/meta/index.js +0 -1
  103. package/dist/models/meta/presets.d.ts +0 -3254
  104. package/dist/models/meta/presets.js +0 -95
  105. package/dist/models/openai/index.d.ts +0 -2
  106. package/dist/models/openai/index.js +0 -2
  107. package/dist/models/openai/middleware.d.ts +0 -3
  108. package/dist/models/openai/middleware.js +0 -62
  109. package/dist/models/openai/presets.d.ts +0 -6634
  110. package/dist/models/openai/presets.js +0 -213
  111. package/dist/models/types.d.ts +0 -20
  112. package/dist/models/types.js +0 -84
  113. package/dist/models/voyage/index.d.ts +0 -2
  114. package/dist/models/voyage/index.js +0 -2
  115. package/dist/models/voyage/middleware.d.ts +0 -2
  116. package/dist/models/voyage/middleware.js +0 -18
  117. package/dist/models/voyage/presets.d.ts +0 -3471
  118. package/dist/models/voyage/presets.js +0 -85
  119. package/dist/providers/anthropic/canonical.d.ts +0 -3
  120. package/dist/providers/anthropic/canonical.js +0 -9
  121. package/dist/providers/anthropic/index.d.ts +0 -1
  122. package/dist/providers/anthropic/index.js +0 -1
  123. package/dist/providers/bedrock/canonical.d.ts +0 -17
  124. package/dist/providers/bedrock/canonical.js +0 -61
  125. package/dist/providers/bedrock/index.d.ts +0 -2
  126. package/dist/providers/bedrock/index.js +0 -2
  127. package/dist/providers/bedrock/middleware.d.ts +0 -3
  128. package/dist/providers/bedrock/middleware.js +0 -55
  129. package/dist/providers/cohere/canonical.d.ts +0 -3
  130. package/dist/providers/cohere/canonical.js +0 -17
  131. package/dist/providers/cohere/index.d.ts +0 -1
  132. package/dist/providers/cohere/index.js +0 -1
  133. package/dist/providers/groq/canonical.d.ts +0 -3
  134. package/dist/providers/groq/canonical.js +0 -12
  135. package/dist/providers/groq/index.d.ts +0 -1
  136. package/dist/providers/groq/index.js +0 -1
  137. package/dist/providers/openai/canonical.d.ts +0 -3
  138. package/dist/providers/openai/canonical.js +0 -8
  139. package/dist/providers/openai/index.d.ts +0 -1
  140. package/dist/providers/openai/index.js +0 -1
  141. package/dist/providers/registry.d.ts +0 -24
  142. package/dist/providers/registry.js +0 -100
  143. package/dist/providers/types.d.ts +0 -7
  144. package/dist/providers/types.js +0 -11
  145. package/dist/providers/vertex/canonical.d.ts +0 -3
  146. package/dist/providers/vertex/canonical.js +0 -8
  147. package/dist/providers/vertex/index.d.ts +0 -1
  148. package/dist/providers/vertex/index.js +0 -1
  149. package/dist/providers/voyage/canonical.d.ts +0 -3
  150. package/dist/providers/voyage/canonical.js +0 -7
  151. package/dist/providers/voyage/index.d.ts +0 -1
  152. package/dist/providers/voyage/index.js +0 -1
  153. package/dist/telemetry/ai-sdk.d.ts +0 -2
  154. package/dist/telemetry/ai-sdk.js +0 -31
  155. package/dist/telemetry/baggage.d.ts +0 -1
  156. package/dist/telemetry/baggage.js +0 -24
  157. package/dist/telemetry/fetch.d.ts +0 -2
  158. package/dist/telemetry/fetch.js +0 -24
  159. package/dist/telemetry/gen-ai.d.ts +0 -5
  160. package/dist/telemetry/gen-ai.js +0 -60
  161. package/dist/telemetry/http.d.ts +0 -3
  162. package/dist/telemetry/http.js +0 -54
  163. package/dist/telemetry/memory.d.ts +0 -2
  164. package/dist/telemetry/memory.js +0 -27
  165. package/dist/telemetry/span.d.ts +0 -13
  166. package/dist/telemetry/span.js +0 -60
  167. package/dist/telemetry/stream.d.ts +0 -3
  168. package/dist/telemetry/stream.js +0 -51
  169. package/dist/types.d.ts +0 -176
  170. package/dist/types.js +0 -1
  171. package/dist/utils/env.d.ts +0 -2
  172. package/dist/utils/env.js +0 -5
  173. package/dist/utils/headers.d.ts +0 -4
  174. package/dist/utils/headers.js +0 -22
  175. package/dist/utils/preset.d.ts +0 -9
  176. package/dist/utils/preset.js +0 -41
  177. package/dist/utils/request.d.ts +0 -2
  178. package/dist/utils/request.js +0 -14
  179. package/dist/utils/response.d.ts +0 -3
  180. package/dist/utils/response.js +0 -68
@@ -1,2553 +0,0 @@
1
- export declare const geminiEmbedding001: <const O extends {
2
- name?: string | undefined;
3
- created?: string | undefined;
4
- knowledge?: string | undefined;
5
- modalities?: {
6
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
7
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
8
- } | undefined;
9
- context?: number | undefined;
10
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
11
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
12
- readonly [x: number]: string | undefined;
13
- toString?: (() => string) | undefined;
14
- charAt?: {} | undefined;
15
- charCodeAt?: {} | undefined;
16
- concat?: {} | undefined;
17
- indexOf?: {} | undefined;
18
- lastIndexOf?: {} | undefined;
19
- localeCompare?: {} | undefined;
20
- match?: {} | undefined;
21
- replace?: {} | undefined;
22
- search?: {} | undefined;
23
- slice?: {} | undefined;
24
- split?: {} | undefined;
25
- substring?: {} | undefined;
26
- toLowerCase?: (() => string) | undefined;
27
- toLocaleLowerCase?: {} | undefined;
28
- toUpperCase?: (() => string) | undefined;
29
- toLocaleUpperCase?: {} | undefined;
30
- trim?: (() => string) | undefined;
31
- readonly length?: number | undefined;
32
- substr?: {} | undefined;
33
- valueOf?: (() => string) | undefined;
34
- codePointAt?: {} | undefined;
35
- includes?: {} | undefined;
36
- endsWith?: {} | undefined;
37
- normalize?: {} | undefined;
38
- repeat?: {} | undefined;
39
- startsWith?: {} | undefined;
40
- anchor?: {} | undefined;
41
- big?: (() => string) | undefined;
42
- blink?: (() => string) | undefined;
43
- bold?: (() => string) | undefined;
44
- fixed?: (() => string) | undefined;
45
- fontcolor?: {} | undefined;
46
- fontsize?: {} | undefined;
47
- italics?: (() => string) | undefined;
48
- link?: {} | undefined;
49
- small?: (() => string) | undefined;
50
- strike?: (() => string) | undefined;
51
- sub?: (() => string) | undefined;
52
- sup?: (() => string) | undefined;
53
- padStart?: {} | undefined;
54
- padEnd?: {} | undefined;
55
- trimEnd?: (() => string) | undefined;
56
- trimStart?: (() => string) | undefined;
57
- trimLeft?: (() => string) | undefined;
58
- trimRight?: (() => string) | undefined;
59
- matchAll?: {} | undefined;
60
- replaceAll?: {} | undefined;
61
- at?: {} | undefined;
62
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
63
- })[] | undefined;
64
- additionalProperties?: {
65
- [x: string]: unknown;
66
- } | undefined;
67
- }>(override?: O | undefined) => Record<"google/embedding-001", {
68
- name: string;
69
- created: string;
70
- context: number;
71
- modalities: {
72
- input: readonly ["text"];
73
- output: readonly ["embedding"];
74
- };
75
- providers: readonly ["vertex"];
76
- } & O>;
77
- export declare const gemini3FlashPreview: <const O extends {
78
- name?: string | undefined;
79
- created?: string | undefined;
80
- knowledge?: string | undefined;
81
- modalities?: {
82
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
83
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
84
- } | undefined;
85
- context?: number | undefined;
86
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
87
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
88
- readonly [x: number]: string | undefined;
89
- toString?: (() => string) | undefined;
90
- charAt?: {} | undefined;
91
- charCodeAt?: {} | undefined;
92
- concat?: {} | undefined;
93
- indexOf?: {} | undefined;
94
- lastIndexOf?: {} | undefined;
95
- localeCompare?: {} | undefined;
96
- match?: {} | undefined;
97
- replace?: {} | undefined;
98
- search?: {} | undefined;
99
- slice?: {} | undefined;
100
- split?: {} | undefined;
101
- substring?: {} | undefined;
102
- toLowerCase?: (() => string) | undefined;
103
- toLocaleLowerCase?: {} | undefined;
104
- toUpperCase?: (() => string) | undefined;
105
- toLocaleUpperCase?: {} | undefined;
106
- trim?: (() => string) | undefined;
107
- readonly length?: number | undefined;
108
- substr?: {} | undefined;
109
- valueOf?: (() => string) | undefined;
110
- codePointAt?: {} | undefined;
111
- includes?: {} | undefined;
112
- endsWith?: {} | undefined;
113
- normalize?: {} | undefined;
114
- repeat?: {} | undefined;
115
- startsWith?: {} | undefined;
116
- anchor?: {} | undefined;
117
- big?: (() => string) | undefined;
118
- blink?: (() => string) | undefined;
119
- bold?: (() => string) | undefined;
120
- fixed?: (() => string) | undefined;
121
- fontcolor?: {} | undefined;
122
- fontsize?: {} | undefined;
123
- italics?: (() => string) | undefined;
124
- link?: {} | undefined;
125
- small?: (() => string) | undefined;
126
- strike?: (() => string) | undefined;
127
- sub?: (() => string) | undefined;
128
- sup?: (() => string) | undefined;
129
- padStart?: {} | undefined;
130
- padEnd?: {} | undefined;
131
- trimEnd?: (() => string) | undefined;
132
- trimStart?: (() => string) | undefined;
133
- trimLeft?: (() => string) | undefined;
134
- trimRight?: (() => string) | undefined;
135
- matchAll?: {} | undefined;
136
- replaceAll?: {} | undefined;
137
- at?: {} | undefined;
138
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
139
- })[] | undefined;
140
- additionalProperties?: {
141
- [x: string]: unknown;
142
- } | undefined;
143
- }>(override?: O | undefined) => Record<"google/gemini-3-flash-preview", {
144
- name: string;
145
- created: string;
146
- knowledge: string;
147
- modalities: {
148
- input: readonly ["text", "image", "pdf", "file", "audio", "video"];
149
- output: readonly ["text"];
150
- };
151
- capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"];
152
- context: number;
153
- providers: readonly ["vertex"];
154
- } & O>;
155
- export declare const gemini3ProPreview: <const O extends {
156
- name?: string | undefined;
157
- created?: string | undefined;
158
- knowledge?: string | undefined;
159
- modalities?: {
160
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
161
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
162
- } | undefined;
163
- context?: number | undefined;
164
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
165
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
166
- readonly [x: number]: string | undefined;
167
- toString?: (() => string) | undefined;
168
- charAt?: {} | undefined;
169
- charCodeAt?: {} | undefined;
170
- concat?: {} | undefined;
171
- indexOf?: {} | undefined;
172
- lastIndexOf?: {} | undefined;
173
- localeCompare?: {} | undefined;
174
- match?: {} | undefined;
175
- replace?: {} | undefined;
176
- search?: {} | undefined;
177
- slice?: {} | undefined;
178
- split?: {} | undefined;
179
- substring?: {} | undefined;
180
- toLowerCase?: (() => string) | undefined;
181
- toLocaleLowerCase?: {} | undefined;
182
- toUpperCase?: (() => string) | undefined;
183
- toLocaleUpperCase?: {} | undefined;
184
- trim?: (() => string) | undefined;
185
- readonly length?: number | undefined;
186
- substr?: {} | undefined;
187
- valueOf?: (() => string) | undefined;
188
- codePointAt?: {} | undefined;
189
- includes?: {} | undefined;
190
- endsWith?: {} | undefined;
191
- normalize?: {} | undefined;
192
- repeat?: {} | undefined;
193
- startsWith?: {} | undefined;
194
- anchor?: {} | undefined;
195
- big?: (() => string) | undefined;
196
- blink?: (() => string) | undefined;
197
- bold?: (() => string) | undefined;
198
- fixed?: (() => string) | undefined;
199
- fontcolor?: {} | undefined;
200
- fontsize?: {} | undefined;
201
- italics?: (() => string) | undefined;
202
- link?: {} | undefined;
203
- small?: (() => string) | undefined;
204
- strike?: (() => string) | undefined;
205
- sub?: (() => string) | undefined;
206
- sup?: (() => string) | undefined;
207
- padStart?: {} | undefined;
208
- padEnd?: {} | undefined;
209
- trimEnd?: (() => string) | undefined;
210
- trimStart?: (() => string) | undefined;
211
- trimLeft?: (() => string) | undefined;
212
- trimRight?: (() => string) | undefined;
213
- matchAll?: {} | undefined;
214
- replaceAll?: {} | undefined;
215
- at?: {} | undefined;
216
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
217
- })[] | undefined;
218
- additionalProperties?: {
219
- [x: string]: unknown;
220
- } | undefined;
221
- }>(override?: O | undefined) => Record<"google/gemini-3-pro-preview", {
222
- name: string;
223
- created: string;
224
- knowledge: string;
225
- modalities: {
226
- input: readonly ["text", "image", "pdf", "file", "audio", "video"];
227
- output: readonly ["text"];
228
- };
229
- capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"];
230
- context: number;
231
- providers: readonly ["vertex"];
232
- } & O>;
233
- export declare const gemini31ProPreview: <const O extends {
234
- name?: string | undefined;
235
- created?: string | undefined;
236
- knowledge?: string | undefined;
237
- modalities?: {
238
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
239
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
240
- } | undefined;
241
- context?: number | undefined;
242
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
243
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
244
- readonly [x: number]: string | undefined;
245
- toString?: (() => string) | undefined;
246
- charAt?: {} | undefined;
247
- charCodeAt?: {} | undefined;
248
- concat?: {} | undefined;
249
- indexOf?: {} | undefined;
250
- lastIndexOf?: {} | undefined;
251
- localeCompare?: {} | undefined;
252
- match?: {} | undefined;
253
- replace?: {} | undefined;
254
- search?: {} | undefined;
255
- slice?: {} | undefined;
256
- split?: {} | undefined;
257
- substring?: {} | undefined;
258
- toLowerCase?: (() => string) | undefined;
259
- toLocaleLowerCase?: {} | undefined;
260
- toUpperCase?: (() => string) | undefined;
261
- toLocaleUpperCase?: {} | undefined;
262
- trim?: (() => string) | undefined;
263
- readonly length?: number | undefined;
264
- substr?: {} | undefined;
265
- valueOf?: (() => string) | undefined;
266
- codePointAt?: {} | undefined;
267
- includes?: {} | undefined;
268
- endsWith?: {} | undefined;
269
- normalize?: {} | undefined;
270
- repeat?: {} | undefined;
271
- startsWith?: {} | undefined;
272
- anchor?: {} | undefined;
273
- big?: (() => string) | undefined;
274
- blink?: (() => string) | undefined;
275
- bold?: (() => string) | undefined;
276
- fixed?: (() => string) | undefined;
277
- fontcolor?: {} | undefined;
278
- fontsize?: {} | undefined;
279
- italics?: (() => string) | undefined;
280
- link?: {} | undefined;
281
- small?: (() => string) | undefined;
282
- strike?: (() => string) | undefined;
283
- sub?: (() => string) | undefined;
284
- sup?: (() => string) | undefined;
285
- padStart?: {} | undefined;
286
- padEnd?: {} | undefined;
287
- trimEnd?: (() => string) | undefined;
288
- trimStart?: (() => string) | undefined;
289
- trimLeft?: (() => string) | undefined;
290
- trimRight?: (() => string) | undefined;
291
- matchAll?: {} | undefined;
292
- replaceAll?: {} | undefined;
293
- at?: {} | undefined;
294
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
295
- })[] | undefined;
296
- additionalProperties?: {
297
- [x: string]: unknown;
298
- } | undefined;
299
- }>(override?: O | undefined) => Record<"google/gemini-3.1-pro-preview", {
300
- name: string;
301
- created: string;
302
- knowledge: string;
303
- modalities: {
304
- input: readonly ["text", "image", "pdf", "file", "audio", "video"];
305
- output: readonly ["text"];
306
- };
307
- capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"];
308
- context: number;
309
- providers: readonly ["vertex"];
310
- } & O>;
311
- export declare const gemini25FlashLite: <const O extends {
312
- name?: string | undefined;
313
- created?: string | undefined;
314
- knowledge?: string | undefined;
315
- modalities?: {
316
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
317
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
318
- } | undefined;
319
- context?: number | undefined;
320
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
321
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
322
- readonly [x: number]: string | undefined;
323
- toString?: (() => string) | undefined;
324
- charAt?: {} | undefined;
325
- charCodeAt?: {} | undefined;
326
- concat?: {} | undefined;
327
- indexOf?: {} | undefined;
328
- lastIndexOf?: {} | undefined;
329
- localeCompare?: {} | undefined;
330
- match?: {} | undefined;
331
- replace?: {} | undefined;
332
- search?: {} | undefined;
333
- slice?: {} | undefined;
334
- split?: {} | undefined;
335
- substring?: {} | undefined;
336
- toLowerCase?: (() => string) | undefined;
337
- toLocaleLowerCase?: {} | undefined;
338
- toUpperCase?: (() => string) | undefined;
339
- toLocaleUpperCase?: {} | undefined;
340
- trim?: (() => string) | undefined;
341
- readonly length?: number | undefined;
342
- substr?: {} | undefined;
343
- valueOf?: (() => string) | undefined;
344
- codePointAt?: {} | undefined;
345
- includes?: {} | undefined;
346
- endsWith?: {} | undefined;
347
- normalize?: {} | undefined;
348
- repeat?: {} | undefined;
349
- startsWith?: {} | undefined;
350
- anchor?: {} | undefined;
351
- big?: (() => string) | undefined;
352
- blink?: (() => string) | undefined;
353
- bold?: (() => string) | undefined;
354
- fixed?: (() => string) | undefined;
355
- fontcolor?: {} | undefined;
356
- fontsize?: {} | undefined;
357
- italics?: (() => string) | undefined;
358
- link?: {} | undefined;
359
- small?: (() => string) | undefined;
360
- strike?: (() => string) | undefined;
361
- sub?: (() => string) | undefined;
362
- sup?: (() => string) | undefined;
363
- padStart?: {} | undefined;
364
- padEnd?: {} | undefined;
365
- trimEnd?: (() => string) | undefined;
366
- trimStart?: (() => string) | undefined;
367
- trimLeft?: (() => string) | undefined;
368
- trimRight?: (() => string) | undefined;
369
- matchAll?: {} | undefined;
370
- replaceAll?: {} | undefined;
371
- at?: {} | undefined;
372
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
373
- })[] | undefined;
374
- additionalProperties?: {
375
- [x: string]: unknown;
376
- } | undefined;
377
- }>(override?: O | undefined) => Record<"google/gemini-2.5-flash-lite", {
378
- name: string;
379
- created: string;
380
- knowledge: string;
381
- modalities: {
382
- input: readonly ["text", "image", "pdf", "file", "audio", "video"];
383
- output: readonly ["text"];
384
- };
385
- capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"];
386
- context: number;
387
- providers: readonly ["vertex"];
388
- } & O>;
389
- export declare const gemini25Flash: <const O extends {
390
- name?: string | undefined;
391
- created?: string | undefined;
392
- knowledge?: string | undefined;
393
- modalities?: {
394
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
395
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
396
- } | undefined;
397
- context?: number | undefined;
398
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
399
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
400
- readonly [x: number]: string | undefined;
401
- toString?: (() => string) | undefined;
402
- charAt?: {} | undefined;
403
- charCodeAt?: {} | undefined;
404
- concat?: {} | undefined;
405
- indexOf?: {} | undefined;
406
- lastIndexOf?: {} | undefined;
407
- localeCompare?: {} | undefined;
408
- match?: {} | undefined;
409
- replace?: {} | undefined;
410
- search?: {} | undefined;
411
- slice?: {} | undefined;
412
- split?: {} | undefined;
413
- substring?: {} | undefined;
414
- toLowerCase?: (() => string) | undefined;
415
- toLocaleLowerCase?: {} | undefined;
416
- toUpperCase?: (() => string) | undefined;
417
- toLocaleUpperCase?: {} | undefined;
418
- trim?: (() => string) | undefined;
419
- readonly length?: number | undefined;
420
- substr?: {} | undefined;
421
- valueOf?: (() => string) | undefined;
422
- codePointAt?: {} | undefined;
423
- includes?: {} | undefined;
424
- endsWith?: {} | undefined;
425
- normalize?: {} | undefined;
426
- repeat?: {} | undefined;
427
- startsWith?: {} | undefined;
428
- anchor?: {} | undefined;
429
- big?: (() => string) | undefined;
430
- blink?: (() => string) | undefined;
431
- bold?: (() => string) | undefined;
432
- fixed?: (() => string) | undefined;
433
- fontcolor?: {} | undefined;
434
- fontsize?: {} | undefined;
435
- italics?: (() => string) | undefined;
436
- link?: {} | undefined;
437
- small?: (() => string) | undefined;
438
- strike?: (() => string) | undefined;
439
- sub?: (() => string) | undefined;
440
- sup?: (() => string) | undefined;
441
- padStart?: {} | undefined;
442
- padEnd?: {} | undefined;
443
- trimEnd?: (() => string) | undefined;
444
- trimStart?: (() => string) | undefined;
445
- trimLeft?: (() => string) | undefined;
446
- trimRight?: (() => string) | undefined;
447
- matchAll?: {} | undefined;
448
- replaceAll?: {} | undefined;
449
- at?: {} | undefined;
450
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
451
- })[] | undefined;
452
- additionalProperties?: {
453
- [x: string]: unknown;
454
- } | undefined;
455
- }>(override?: O | undefined) => Record<"google/gemini-2.5-flash", {
456
- name: string;
457
- created: string;
458
- knowledge: string;
459
- modalities: {
460
- input: readonly ["text", "image", "pdf", "file", "audio", "video"];
461
- output: readonly ["text"];
462
- };
463
- capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"];
464
- context: number;
465
- providers: readonly ["vertex"];
466
- } & O>;
467
- export declare const gemini25Pro: <const O extends {
468
- name?: string | undefined;
469
- created?: string | undefined;
470
- knowledge?: string | undefined;
471
- modalities?: {
472
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
473
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
474
- } | undefined;
475
- context?: number | undefined;
476
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
477
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
478
- readonly [x: number]: string | undefined;
479
- toString?: (() => string) | undefined;
480
- charAt?: {} | undefined;
481
- charCodeAt?: {} | undefined;
482
- concat?: {} | undefined;
483
- indexOf?: {} | undefined;
484
- lastIndexOf?: {} | undefined;
485
- localeCompare?: {} | undefined;
486
- match?: {} | undefined;
487
- replace?: {} | undefined;
488
- search?: {} | undefined;
489
- slice?: {} | undefined;
490
- split?: {} | undefined;
491
- substring?: {} | undefined;
492
- toLowerCase?: (() => string) | undefined;
493
- toLocaleLowerCase?: {} | undefined;
494
- toUpperCase?: (() => string) | undefined;
495
- toLocaleUpperCase?: {} | undefined;
496
- trim?: (() => string) | undefined;
497
- readonly length?: number | undefined;
498
- substr?: {} | undefined;
499
- valueOf?: (() => string) | undefined;
500
- codePointAt?: {} | undefined;
501
- includes?: {} | undefined;
502
- endsWith?: {} | undefined;
503
- normalize?: {} | undefined;
504
- repeat?: {} | undefined;
505
- startsWith?: {} | undefined;
506
- anchor?: {} | undefined;
507
- big?: (() => string) | undefined;
508
- blink?: (() => string) | undefined;
509
- bold?: (() => string) | undefined;
510
- fixed?: (() => string) | undefined;
511
- fontcolor?: {} | undefined;
512
- fontsize?: {} | undefined;
513
- italics?: (() => string) | undefined;
514
- link?: {} | undefined;
515
- small?: (() => string) | undefined;
516
- strike?: (() => string) | undefined;
517
- sub?: (() => string) | undefined;
518
- sup?: (() => string) | undefined;
519
- padStart?: {} | undefined;
520
- padEnd?: {} | undefined;
521
- trimEnd?: (() => string) | undefined;
522
- trimStart?: (() => string) | undefined;
523
- trimLeft?: (() => string) | undefined;
524
- trimRight?: (() => string) | undefined;
525
- matchAll?: {} | undefined;
526
- replaceAll?: {} | undefined;
527
- at?: {} | undefined;
528
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
529
- })[] | undefined;
530
- additionalProperties?: {
531
- [x: string]: unknown;
532
- } | undefined;
533
- }>(override?: O | undefined) => Record<"google/gemini-2.5-pro", {
534
- name: string;
535
- created: string;
536
- knowledge: string;
537
- modalities: {
538
- input: readonly ["text", "image", "pdf", "file", "audio", "video"];
539
- output: readonly ["text"];
540
- };
541
- capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"];
542
- context: number;
543
- providers: readonly ["vertex"];
544
- } & O>;
545
- export declare const gemini: {
546
- readonly latest: readonly [<const O extends {
547
- name?: string | undefined;
548
- created?: string | undefined;
549
- knowledge?: string | undefined;
550
- modalities?: {
551
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
552
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
553
- } | undefined;
554
- context?: number | undefined;
555
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
556
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
557
- readonly [x: number]: string | undefined;
558
- toString?: (() => string) | undefined;
559
- charAt?: {} | undefined;
560
- charCodeAt?: {} | undefined;
561
- concat?: {} | undefined;
562
- indexOf?: {} | undefined;
563
- lastIndexOf?: {} | undefined;
564
- localeCompare?: {} | undefined;
565
- match?: {} | undefined;
566
- replace?: {} | undefined;
567
- search?: {} | undefined;
568
- slice?: {} | undefined;
569
- split?: {} | undefined;
570
- substring?: {} | undefined;
571
- toLowerCase?: (() => string) | undefined;
572
- toLocaleLowerCase?: {} | undefined;
573
- toUpperCase?: (() => string) | undefined;
574
- toLocaleUpperCase?: {} | undefined;
575
- trim?: (() => string) | undefined;
576
- readonly length?: number | undefined;
577
- substr?: {} | undefined;
578
- valueOf?: (() => string) | undefined;
579
- codePointAt?: {} | undefined;
580
- includes?: {} | undefined;
581
- endsWith?: {} | undefined;
582
- normalize?: {} | undefined;
583
- repeat?: {} | undefined;
584
- startsWith?: {} | undefined;
585
- anchor?: {} | undefined;
586
- big?: (() => string) | undefined;
587
- blink?: (() => string) | undefined;
588
- bold?: (() => string) | undefined;
589
- fixed?: (() => string) | undefined;
590
- fontcolor?: {} | undefined;
591
- fontsize?: {} | undefined;
592
- italics?: (() => string) | undefined;
593
- link?: {} | undefined;
594
- small?: (() => string) | undefined;
595
- strike?: (() => string) | undefined;
596
- sub?: (() => string) | undefined;
597
- sup?: (() => string) | undefined;
598
- padStart?: {} | undefined;
599
- padEnd?: {} | undefined;
600
- trimEnd?: (() => string) | undefined;
601
- trimStart?: (() => string) | undefined;
602
- trimLeft?: (() => string) | undefined;
603
- trimRight?: (() => string) | undefined;
604
- matchAll?: {} | undefined;
605
- replaceAll?: {} | undefined;
606
- at?: {} | undefined;
607
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
608
- })[] | undefined;
609
- additionalProperties?: {
610
- [x: string]: unknown;
611
- } | undefined;
612
- }>(override?: O | undefined) => Record<"google/gemini-2.5-flash-lite", {
613
- name: string;
614
- created: string;
615
- knowledge: string;
616
- modalities: {
617
- input: readonly ["text", "image", "pdf", "file", "audio", "video"];
618
- output: readonly ["text"];
619
- };
620
- capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"];
621
- context: number;
622
- providers: readonly ["vertex"];
623
- } & O>, <const O extends {
624
- name?: string | undefined;
625
- created?: string | undefined;
626
- knowledge?: string | undefined;
627
- modalities?: {
628
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
629
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
630
- } | undefined;
631
- context?: number | undefined;
632
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
633
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
634
- readonly [x: number]: string | undefined;
635
- toString?: (() => string) | undefined;
636
- charAt?: {} | undefined;
637
- charCodeAt?: {} | undefined;
638
- concat?: {} | undefined;
639
- indexOf?: {} | undefined;
640
- lastIndexOf?: {} | undefined;
641
- localeCompare?: {} | undefined;
642
- match?: {} | undefined;
643
- replace?: {} | undefined;
644
- search?: {} | undefined;
645
- slice?: {} | undefined;
646
- split?: {} | undefined;
647
- substring?: {} | undefined;
648
- toLowerCase?: (() => string) | undefined;
649
- toLocaleLowerCase?: {} | undefined;
650
- toUpperCase?: (() => string) | undefined;
651
- toLocaleUpperCase?: {} | undefined;
652
- trim?: (() => string) | undefined;
653
- readonly length?: number | undefined;
654
- substr?: {} | undefined;
655
- valueOf?: (() => string) | undefined;
656
- codePointAt?: {} | undefined;
657
- includes?: {} | undefined;
658
- endsWith?: {} | undefined;
659
- normalize?: {} | undefined;
660
- repeat?: {} | undefined;
661
- startsWith?: {} | undefined;
662
- anchor?: {} | undefined;
663
- big?: (() => string) | undefined;
664
- blink?: (() => string) | undefined;
665
- bold?: (() => string) | undefined;
666
- fixed?: (() => string) | undefined;
667
- fontcolor?: {} | undefined;
668
- fontsize?: {} | undefined;
669
- italics?: (() => string) | undefined;
670
- link?: {} | undefined;
671
- small?: (() => string) | undefined;
672
- strike?: (() => string) | undefined;
673
- sub?: (() => string) | undefined;
674
- sup?: (() => string) | undefined;
675
- padStart?: {} | undefined;
676
- padEnd?: {} | undefined;
677
- trimEnd?: (() => string) | undefined;
678
- trimStart?: (() => string) | undefined;
679
- trimLeft?: (() => string) | undefined;
680
- trimRight?: (() => string) | undefined;
681
- matchAll?: {} | undefined;
682
- replaceAll?: {} | undefined;
683
- at?: {} | undefined;
684
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
685
- })[] | undefined;
686
- additionalProperties?: {
687
- [x: string]: unknown;
688
- } | undefined;
689
- }>(override?: O | undefined) => Record<"google/gemini-2.5-flash", {
690
- name: string;
691
- created: string;
692
- knowledge: string;
693
- modalities: {
694
- input: readonly ["text", "image", "pdf", "file", "audio", "video"];
695
- output: readonly ["text"];
696
- };
697
- capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"];
698
- context: number;
699
- providers: readonly ["vertex"];
700
- } & O>, <const O extends {
701
- name?: string | undefined;
702
- created?: string | undefined;
703
- knowledge?: string | undefined;
704
- modalities?: {
705
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
706
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
707
- } | undefined;
708
- context?: number | undefined;
709
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
710
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
711
- readonly [x: number]: string | undefined;
712
- toString?: (() => string) | undefined;
713
- charAt?: {} | undefined;
714
- charCodeAt?: {} | undefined;
715
- concat?: {} | undefined;
716
- indexOf?: {} | undefined;
717
- lastIndexOf?: {} | undefined;
718
- localeCompare?: {} | undefined;
719
- match?: {} | undefined;
720
- replace?: {} | undefined;
721
- search?: {} | undefined;
722
- slice?: {} | undefined;
723
- split?: {} | undefined;
724
- substring?: {} | undefined;
725
- toLowerCase?: (() => string) | undefined;
726
- toLocaleLowerCase?: {} | undefined;
727
- toUpperCase?: (() => string) | undefined;
728
- toLocaleUpperCase?: {} | undefined;
729
- trim?: (() => string) | undefined;
730
- readonly length?: number | undefined;
731
- substr?: {} | undefined;
732
- valueOf?: (() => string) | undefined;
733
- codePointAt?: {} | undefined;
734
- includes?: {} | undefined;
735
- endsWith?: {} | undefined;
736
- normalize?: {} | undefined;
737
- repeat?: {} | undefined;
738
- startsWith?: {} | undefined;
739
- anchor?: {} | undefined;
740
- big?: (() => string) | undefined;
741
- blink?: (() => string) | undefined;
742
- bold?: (() => string) | undefined;
743
- fixed?: (() => string) | undefined;
744
- fontcolor?: {} | undefined;
745
- fontsize?: {} | undefined;
746
- italics?: (() => string) | undefined;
747
- link?: {} | undefined;
748
- small?: (() => string) | undefined;
749
- strike?: (() => string) | undefined;
750
- sub?: (() => string) | undefined;
751
- sup?: (() => string) | undefined;
752
- padStart?: {} | undefined;
753
- padEnd?: {} | undefined;
754
- trimEnd?: (() => string) | undefined;
755
- trimStart?: (() => string) | undefined;
756
- trimLeft?: (() => string) | undefined;
757
- trimRight?: (() => string) | undefined;
758
- matchAll?: {} | undefined;
759
- replaceAll?: {} | undefined;
760
- at?: {} | undefined;
761
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
762
- })[] | undefined;
763
- additionalProperties?: {
764
- [x: string]: unknown;
765
- } | undefined;
766
- }>(override?: O | undefined) => Record<"google/gemini-2.5-pro", {
767
- name: string;
768
- created: string;
769
- knowledge: string;
770
- modalities: {
771
- input: readonly ["text", "image", "pdf", "file", "audio", "video"];
772
- output: readonly ["text"];
773
- };
774
- capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"];
775
- context: number;
776
- providers: readonly ["vertex"];
777
- } & O>];
778
- readonly preview: readonly [<const O extends {
779
- name?: string | undefined;
780
- created?: string | undefined;
781
- knowledge?: string | undefined;
782
- modalities?: {
783
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
784
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
785
- } | undefined;
786
- context?: number | undefined;
787
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
788
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
789
- readonly [x: number]: string | undefined;
790
- toString?: (() => string) | undefined;
791
- charAt?: {} | undefined;
792
- charCodeAt?: {} | undefined;
793
- concat?: {} | undefined;
794
- indexOf?: {} | undefined;
795
- lastIndexOf?: {} | undefined;
796
- localeCompare?: {} | undefined;
797
- match?: {} | undefined;
798
- replace?: {} | undefined;
799
- search?: {} | undefined;
800
- slice?: {} | undefined;
801
- split?: {} | undefined;
802
- substring?: {} | undefined;
803
- toLowerCase?: (() => string) | undefined;
804
- toLocaleLowerCase?: {} | undefined;
805
- toUpperCase?: (() => string) | undefined;
806
- toLocaleUpperCase?: {} | undefined;
807
- trim?: (() => string) | undefined;
808
- readonly length?: number | undefined;
809
- substr?: {} | undefined;
810
- valueOf?: (() => string) | undefined;
811
- codePointAt?: {} | undefined;
812
- includes?: {} | undefined;
813
- endsWith?: {} | undefined;
814
- normalize?: {} | undefined;
815
- repeat?: {} | undefined;
816
- startsWith?: {} | undefined;
817
- anchor?: {} | undefined;
818
- big?: (() => string) | undefined;
819
- blink?: (() => string) | undefined;
820
- bold?: (() => string) | undefined;
821
- fixed?: (() => string) | undefined;
822
- fontcolor?: {} | undefined;
823
- fontsize?: {} | undefined;
824
- italics?: (() => string) | undefined;
825
- link?: {} | undefined;
826
- small?: (() => string) | undefined;
827
- strike?: (() => string) | undefined;
828
- sub?: (() => string) | undefined;
829
- sup?: (() => string) | undefined;
830
- padStart?: {} | undefined;
831
- padEnd?: {} | undefined;
832
- trimEnd?: (() => string) | undefined;
833
- trimStart?: (() => string) | undefined;
834
- trimLeft?: (() => string) | undefined;
835
- trimRight?: (() => string) | undefined;
836
- matchAll?: {} | undefined;
837
- replaceAll?: {} | undefined;
838
- at?: {} | undefined;
839
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
840
- })[] | undefined;
841
- additionalProperties?: {
842
- [x: string]: unknown;
843
- } | undefined;
844
- }>(override?: O | undefined) => Record<"google/gemini-3-flash-preview", {
845
- name: string;
846
- created: string;
847
- knowledge: string;
848
- modalities: {
849
- input: readonly ["text", "image", "pdf", "file", "audio", "video"];
850
- output: readonly ["text"];
851
- };
852
- capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"];
853
- context: number;
854
- providers: readonly ["vertex"];
855
- } & O>, <const O extends {
856
- name?: string | undefined;
857
- created?: string | undefined;
858
- knowledge?: string | undefined;
859
- modalities?: {
860
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
861
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
862
- } | undefined;
863
- context?: number | undefined;
864
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
865
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
866
- readonly [x: number]: string | undefined;
867
- toString?: (() => string) | undefined;
868
- charAt?: {} | undefined;
869
- charCodeAt?: {} | undefined;
870
- concat?: {} | undefined;
871
- indexOf?: {} | undefined;
872
- lastIndexOf?: {} | undefined;
873
- localeCompare?: {} | undefined;
874
- match?: {} | undefined;
875
- replace?: {} | undefined;
876
- search?: {} | undefined;
877
- slice?: {} | undefined;
878
- split?: {} | undefined;
879
- substring?: {} | undefined;
880
- toLowerCase?: (() => string) | undefined;
881
- toLocaleLowerCase?: {} | undefined;
882
- toUpperCase?: (() => string) | undefined;
883
- toLocaleUpperCase?: {} | undefined;
884
- trim?: (() => string) | undefined;
885
- readonly length?: number | undefined;
886
- substr?: {} | undefined;
887
- valueOf?: (() => string) | undefined;
888
- codePointAt?: {} | undefined;
889
- includes?: {} | undefined;
890
- endsWith?: {} | undefined;
891
- normalize?: {} | undefined;
892
- repeat?: {} | undefined;
893
- startsWith?: {} | undefined;
894
- anchor?: {} | undefined;
895
- big?: (() => string) | undefined;
896
- blink?: (() => string) | undefined;
897
- bold?: (() => string) | undefined;
898
- fixed?: (() => string) | undefined;
899
- fontcolor?: {} | undefined;
900
- fontsize?: {} | undefined;
901
- italics?: (() => string) | undefined;
902
- link?: {} | undefined;
903
- small?: (() => string) | undefined;
904
- strike?: (() => string) | undefined;
905
- sub?: (() => string) | undefined;
906
- sup?: (() => string) | undefined;
907
- padStart?: {} | undefined;
908
- padEnd?: {} | undefined;
909
- trimEnd?: (() => string) | undefined;
910
- trimStart?: (() => string) | undefined;
911
- trimLeft?: (() => string) | undefined;
912
- trimRight?: (() => string) | undefined;
913
- matchAll?: {} | undefined;
914
- replaceAll?: {} | undefined;
915
- at?: {} | undefined;
916
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
917
- })[] | undefined;
918
- additionalProperties?: {
919
- [x: string]: unknown;
920
- } | undefined;
921
- }>(override?: O | undefined) => Record<"google/gemini-3-pro-preview", {
922
- name: string;
923
- created: string;
924
- knowledge: string;
925
- modalities: {
926
- input: readonly ["text", "image", "pdf", "file", "audio", "video"];
927
- output: readonly ["text"];
928
- };
929
- capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"];
930
- context: number;
931
- providers: readonly ["vertex"];
932
- } & O>, <const O extends {
933
- name?: string | undefined;
934
- created?: string | undefined;
935
- knowledge?: string | undefined;
936
- modalities?: {
937
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
938
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
939
- } | undefined;
940
- context?: number | undefined;
941
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
942
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
943
- readonly [x: number]: string | undefined;
944
- toString?: (() => string) | undefined;
945
- charAt?: {} | undefined;
946
- charCodeAt?: {} | undefined;
947
- concat?: {} | undefined;
948
- indexOf?: {} | undefined;
949
- lastIndexOf?: {} | undefined;
950
- localeCompare?: {} | undefined;
951
- match?: {} | undefined;
952
- replace?: {} | undefined;
953
- search?: {} | undefined;
954
- slice?: {} | undefined;
955
- split?: {} | undefined;
956
- substring?: {} | undefined;
957
- toLowerCase?: (() => string) | undefined;
958
- toLocaleLowerCase?: {} | undefined;
959
- toUpperCase?: (() => string) | undefined;
960
- toLocaleUpperCase?: {} | undefined;
961
- trim?: (() => string) | undefined;
962
- readonly length?: number | undefined;
963
- substr?: {} | undefined;
964
- valueOf?: (() => string) | undefined;
965
- codePointAt?: {} | undefined;
966
- includes?: {} | undefined;
967
- endsWith?: {} | undefined;
968
- normalize?: {} | undefined;
969
- repeat?: {} | undefined;
970
- startsWith?: {} | undefined;
971
- anchor?: {} | undefined;
972
- big?: (() => string) | undefined;
973
- blink?: (() => string) | undefined;
974
- bold?: (() => string) | undefined;
975
- fixed?: (() => string) | undefined;
976
- fontcolor?: {} | undefined;
977
- fontsize?: {} | undefined;
978
- italics?: (() => string) | undefined;
979
- link?: {} | undefined;
980
- small?: (() => string) | undefined;
981
- strike?: (() => string) | undefined;
982
- sub?: (() => string) | undefined;
983
- sup?: (() => string) | undefined;
984
- padStart?: {} | undefined;
985
- padEnd?: {} | undefined;
986
- trimEnd?: (() => string) | undefined;
987
- trimStart?: (() => string) | undefined;
988
- trimLeft?: (() => string) | undefined;
989
- trimRight?: (() => string) | undefined;
990
- matchAll?: {} | undefined;
991
- replaceAll?: {} | undefined;
992
- at?: {} | undefined;
993
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
994
- })[] | undefined;
995
- additionalProperties?: {
996
- [x: string]: unknown;
997
- } | undefined;
998
- }>(override?: O | undefined) => Record<"google/gemini-3.1-pro-preview", {
999
- name: string;
1000
- created: string;
1001
- knowledge: string;
1002
- modalities: {
1003
- input: readonly ["text", "image", "pdf", "file", "audio", "video"];
1004
- output: readonly ["text"];
1005
- };
1006
- capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"];
1007
- context: number;
1008
- providers: readonly ["vertex"];
1009
- } & O>];
1010
- readonly embeddings: readonly [<const O extends {
1011
- name?: string | undefined;
1012
- created?: string | undefined;
1013
- knowledge?: string | undefined;
1014
- modalities?: {
1015
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1016
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1017
- } | undefined;
1018
- context?: number | undefined;
1019
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1020
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1021
- readonly [x: number]: string | undefined;
1022
- toString?: (() => string) | undefined;
1023
- charAt?: {} | undefined;
1024
- charCodeAt?: {} | undefined;
1025
- concat?: {} | undefined;
1026
- indexOf?: {} | undefined;
1027
- lastIndexOf?: {} | undefined;
1028
- localeCompare?: {} | undefined;
1029
- match?: {} | undefined;
1030
- replace?: {} | undefined;
1031
- search?: {} | undefined;
1032
- slice?: {} | undefined;
1033
- split?: {} | undefined;
1034
- substring?: {} | undefined;
1035
- toLowerCase?: (() => string) | undefined;
1036
- toLocaleLowerCase?: {} | undefined;
1037
- toUpperCase?: (() => string) | undefined;
1038
- toLocaleUpperCase?: {} | undefined;
1039
- trim?: (() => string) | undefined;
1040
- readonly length?: number | undefined;
1041
- substr?: {} | undefined;
1042
- valueOf?: (() => string) | undefined;
1043
- codePointAt?: {} | undefined;
1044
- includes?: {} | undefined;
1045
- endsWith?: {} | undefined;
1046
- normalize?: {} | undefined;
1047
- repeat?: {} | undefined;
1048
- startsWith?: {} | undefined;
1049
- anchor?: {} | undefined;
1050
- big?: (() => string) | undefined;
1051
- blink?: (() => string) | undefined;
1052
- bold?: (() => string) | undefined;
1053
- fixed?: (() => string) | undefined;
1054
- fontcolor?: {} | undefined;
1055
- fontsize?: {} | undefined;
1056
- italics?: (() => string) | undefined;
1057
- link?: {} | undefined;
1058
- small?: (() => string) | undefined;
1059
- strike?: (() => string) | undefined;
1060
- sub?: (() => string) | undefined;
1061
- sup?: (() => string) | undefined;
1062
- padStart?: {} | undefined;
1063
- padEnd?: {} | undefined;
1064
- trimEnd?: (() => string) | undefined;
1065
- trimStart?: (() => string) | undefined;
1066
- trimLeft?: (() => string) | undefined;
1067
- trimRight?: (() => string) | undefined;
1068
- matchAll?: {} | undefined;
1069
- replaceAll?: {} | undefined;
1070
- at?: {} | undefined;
1071
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1072
- })[] | undefined;
1073
- additionalProperties?: {
1074
- [x: string]: unknown;
1075
- } | undefined;
1076
- }>(override?: O | undefined) => Record<"google/embedding-001", {
1077
- name: string;
1078
- created: string;
1079
- context: number;
1080
- modalities: {
1081
- input: readonly ["text"];
1082
- output: readonly ["embedding"];
1083
- };
1084
- providers: readonly ["vertex"];
1085
- } & O>];
1086
- readonly all: ((<const O extends {
1087
- name?: string | undefined;
1088
- created?: string | undefined;
1089
- knowledge?: string | undefined;
1090
- modalities?: {
1091
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1092
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1093
- } | undefined;
1094
- context?: number | undefined;
1095
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1096
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1097
- readonly [x: number]: string | undefined;
1098
- toString?: (() => string) | undefined;
1099
- charAt?: {} | undefined;
1100
- charCodeAt?: {} | undefined;
1101
- concat?: {} | undefined;
1102
- indexOf?: {} | undefined;
1103
- lastIndexOf?: {} | undefined;
1104
- localeCompare?: {} | undefined;
1105
- match?: {} | undefined;
1106
- replace?: {} | undefined;
1107
- search?: {} | undefined;
1108
- slice?: {} | undefined;
1109
- split?: {} | undefined;
1110
- substring?: {} | undefined;
1111
- toLowerCase?: (() => string) | undefined;
1112
- toLocaleLowerCase?: {} | undefined;
1113
- toUpperCase?: (() => string) | undefined;
1114
- toLocaleUpperCase?: {} | undefined;
1115
- trim?: (() => string) | undefined;
1116
- readonly length?: number | undefined;
1117
- substr?: {} | undefined;
1118
- valueOf?: (() => string) | undefined;
1119
- codePointAt?: {} | undefined;
1120
- includes?: {} | undefined;
1121
- endsWith?: {} | undefined;
1122
- normalize?: {} | undefined;
1123
- repeat?: {} | undefined;
1124
- startsWith?: {} | undefined;
1125
- anchor?: {} | undefined;
1126
- big?: (() => string) | undefined;
1127
- blink?: (() => string) | undefined;
1128
- bold?: (() => string) | undefined;
1129
- fixed?: (() => string) | undefined;
1130
- fontcolor?: {} | undefined;
1131
- fontsize?: {} | undefined;
1132
- italics?: (() => string) | undefined;
1133
- link?: {} | undefined;
1134
- small?: (() => string) | undefined;
1135
- strike?: (() => string) | undefined;
1136
- sub?: (() => string) | undefined;
1137
- sup?: (() => string) | undefined;
1138
- padStart?: {} | undefined;
1139
- padEnd?: {} | undefined;
1140
- trimEnd?: (() => string) | undefined;
1141
- trimStart?: (() => string) | undefined;
1142
- trimLeft?: (() => string) | undefined;
1143
- trimRight?: (() => string) | undefined;
1144
- matchAll?: {} | undefined;
1145
- replaceAll?: {} | undefined;
1146
- at?: {} | undefined;
1147
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1148
- })[] | undefined;
1149
- additionalProperties?: {
1150
- [x: string]: unknown;
1151
- } | undefined;
1152
- }>(override?: O | undefined) => Record<"google/embedding-001", {
1153
- name: string;
1154
- created: string;
1155
- context: number;
1156
- modalities: {
1157
- input: readonly ["text"];
1158
- output: readonly ["embedding"];
1159
- };
1160
- providers: readonly ["vertex"];
1161
- } & O>) | (<const O extends {
1162
- name?: string | undefined;
1163
- created?: string | undefined;
1164
- knowledge?: string | undefined;
1165
- modalities?: {
1166
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1167
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1168
- } | undefined;
1169
- context?: number | undefined;
1170
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1171
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1172
- readonly [x: number]: string | undefined;
1173
- toString?: (() => string) | undefined;
1174
- charAt?: {} | undefined;
1175
- charCodeAt?: {} | undefined;
1176
- concat?: {} | undefined;
1177
- indexOf?: {} | undefined;
1178
- lastIndexOf?: {} | undefined;
1179
- localeCompare?: {} | undefined;
1180
- match?: {} | undefined;
1181
- replace?: {} | undefined;
1182
- search?: {} | undefined;
1183
- slice?: {} | undefined;
1184
- split?: {} | undefined;
1185
- substring?: {} | undefined;
1186
- toLowerCase?: (() => string) | undefined;
1187
- toLocaleLowerCase?: {} | undefined;
1188
- toUpperCase?: (() => string) | undefined;
1189
- toLocaleUpperCase?: {} | undefined;
1190
- trim?: (() => string) | undefined;
1191
- readonly length?: number | undefined;
1192
- substr?: {} | undefined;
1193
- valueOf?: (() => string) | undefined;
1194
- codePointAt?: {} | undefined;
1195
- includes?: {} | undefined;
1196
- endsWith?: {} | undefined;
1197
- normalize?: {} | undefined;
1198
- repeat?: {} | undefined;
1199
- startsWith?: {} | undefined;
1200
- anchor?: {} | undefined;
1201
- big?: (() => string) | undefined;
1202
- blink?: (() => string) | undefined;
1203
- bold?: (() => string) | undefined;
1204
- fixed?: (() => string) | undefined;
1205
- fontcolor?: {} | undefined;
1206
- fontsize?: {} | undefined;
1207
- italics?: (() => string) | undefined;
1208
- link?: {} | undefined;
1209
- small?: (() => string) | undefined;
1210
- strike?: (() => string) | undefined;
1211
- sub?: (() => string) | undefined;
1212
- sup?: (() => string) | undefined;
1213
- padStart?: {} | undefined;
1214
- padEnd?: {} | undefined;
1215
- trimEnd?: (() => string) | undefined;
1216
- trimStart?: (() => string) | undefined;
1217
- trimLeft?: (() => string) | undefined;
1218
- trimRight?: (() => string) | undefined;
1219
- matchAll?: {} | undefined;
1220
- replaceAll?: {} | undefined;
1221
- at?: {} | undefined;
1222
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1223
- })[] | undefined;
1224
- additionalProperties?: {
1225
- [x: string]: unknown;
1226
- } | undefined;
1227
- }>(override?: O | undefined) => Record<"google/gemini-3-flash-preview", {
1228
- name: string;
1229
- created: string;
1230
- knowledge: string;
1231
- modalities: {
1232
- input: readonly ["text", "image", "pdf", "file", "audio", "video"];
1233
- output: readonly ["text"];
1234
- };
1235
- capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"];
1236
- context: number;
1237
- providers: readonly ["vertex"];
1238
- } & O>) | (<const O extends {
1239
- name?: string | undefined;
1240
- created?: string | undefined;
1241
- knowledge?: string | undefined;
1242
- modalities?: {
1243
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1244
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1245
- } | undefined;
1246
- context?: number | undefined;
1247
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1248
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1249
- readonly [x: number]: string | undefined;
1250
- toString?: (() => string) | undefined;
1251
- charAt?: {} | undefined;
1252
- charCodeAt?: {} | undefined;
1253
- concat?: {} | undefined;
1254
- indexOf?: {} | undefined;
1255
- lastIndexOf?: {} | undefined;
1256
- localeCompare?: {} | undefined;
1257
- match?: {} | undefined;
1258
- replace?: {} | undefined;
1259
- search?: {} | undefined;
1260
- slice?: {} | undefined;
1261
- split?: {} | undefined;
1262
- substring?: {} | undefined;
1263
- toLowerCase?: (() => string) | undefined;
1264
- toLocaleLowerCase?: {} | undefined;
1265
- toUpperCase?: (() => string) | undefined;
1266
- toLocaleUpperCase?: {} | undefined;
1267
- trim?: (() => string) | undefined;
1268
- readonly length?: number | undefined;
1269
- substr?: {} | undefined;
1270
- valueOf?: (() => string) | undefined;
1271
- codePointAt?: {} | undefined;
1272
- includes?: {} | undefined;
1273
- endsWith?: {} | undefined;
1274
- normalize?: {} | undefined;
1275
- repeat?: {} | undefined;
1276
- startsWith?: {} | undefined;
1277
- anchor?: {} | undefined;
1278
- big?: (() => string) | undefined;
1279
- blink?: (() => string) | undefined;
1280
- bold?: (() => string) | undefined;
1281
- fixed?: (() => string) | undefined;
1282
- fontcolor?: {} | undefined;
1283
- fontsize?: {} | undefined;
1284
- italics?: (() => string) | undefined;
1285
- link?: {} | undefined;
1286
- small?: (() => string) | undefined;
1287
- strike?: (() => string) | undefined;
1288
- sub?: (() => string) | undefined;
1289
- sup?: (() => string) | undefined;
1290
- padStart?: {} | undefined;
1291
- padEnd?: {} | undefined;
1292
- trimEnd?: (() => string) | undefined;
1293
- trimStart?: (() => string) | undefined;
1294
- trimLeft?: (() => string) | undefined;
1295
- trimRight?: (() => string) | undefined;
1296
- matchAll?: {} | undefined;
1297
- replaceAll?: {} | undefined;
1298
- at?: {} | undefined;
1299
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1300
- })[] | undefined;
1301
- additionalProperties?: {
1302
- [x: string]: unknown;
1303
- } | undefined;
1304
- }>(override?: O | undefined) => Record<"google/gemini-3-pro-preview", {
1305
- name: string;
1306
- created: string;
1307
- knowledge: string;
1308
- modalities: {
1309
- input: readonly ["text", "image", "pdf", "file", "audio", "video"];
1310
- output: readonly ["text"];
1311
- };
1312
- capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"];
1313
- context: number;
1314
- providers: readonly ["vertex"];
1315
- } & O>) | (<const O extends {
1316
- name?: string | undefined;
1317
- created?: string | undefined;
1318
- knowledge?: string | undefined;
1319
- modalities?: {
1320
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1321
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1322
- } | undefined;
1323
- context?: number | undefined;
1324
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1325
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1326
- readonly [x: number]: string | undefined;
1327
- toString?: (() => string) | undefined;
1328
- charAt?: {} | undefined;
1329
- charCodeAt?: {} | undefined;
1330
- concat?: {} | undefined;
1331
- indexOf?: {} | undefined;
1332
- lastIndexOf?: {} | undefined;
1333
- localeCompare?: {} | undefined;
1334
- match?: {} | undefined;
1335
- replace?: {} | undefined;
1336
- search?: {} | undefined;
1337
- slice?: {} | undefined;
1338
- split?: {} | undefined;
1339
- substring?: {} | undefined;
1340
- toLowerCase?: (() => string) | undefined;
1341
- toLocaleLowerCase?: {} | undefined;
1342
- toUpperCase?: (() => string) | undefined;
1343
- toLocaleUpperCase?: {} | undefined;
1344
- trim?: (() => string) | undefined;
1345
- readonly length?: number | undefined;
1346
- substr?: {} | undefined;
1347
- valueOf?: (() => string) | undefined;
1348
- codePointAt?: {} | undefined;
1349
- includes?: {} | undefined;
1350
- endsWith?: {} | undefined;
1351
- normalize?: {} | undefined;
1352
- repeat?: {} | undefined;
1353
- startsWith?: {} | undefined;
1354
- anchor?: {} | undefined;
1355
- big?: (() => string) | undefined;
1356
- blink?: (() => string) | undefined;
1357
- bold?: (() => string) | undefined;
1358
- fixed?: (() => string) | undefined;
1359
- fontcolor?: {} | undefined;
1360
- fontsize?: {} | undefined;
1361
- italics?: (() => string) | undefined;
1362
- link?: {} | undefined;
1363
- small?: (() => string) | undefined;
1364
- strike?: (() => string) | undefined;
1365
- sub?: (() => string) | undefined;
1366
- sup?: (() => string) | undefined;
1367
- padStart?: {} | undefined;
1368
- padEnd?: {} | undefined;
1369
- trimEnd?: (() => string) | undefined;
1370
- trimStart?: (() => string) | undefined;
1371
- trimLeft?: (() => string) | undefined;
1372
- trimRight?: (() => string) | undefined;
1373
- matchAll?: {} | undefined;
1374
- replaceAll?: {} | undefined;
1375
- at?: {} | undefined;
1376
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1377
- })[] | undefined;
1378
- additionalProperties?: {
1379
- [x: string]: unknown;
1380
- } | undefined;
1381
- }>(override?: O | undefined) => Record<"google/gemini-3.1-pro-preview", {
1382
- name: string;
1383
- created: string;
1384
- knowledge: string;
1385
- modalities: {
1386
- input: readonly ["text", "image", "pdf", "file", "audio", "video"];
1387
- output: readonly ["text"];
1388
- };
1389
- capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"];
1390
- context: number;
1391
- providers: readonly ["vertex"];
1392
- } & O>) | (<const O extends {
1393
- name?: string | undefined;
1394
- created?: string | undefined;
1395
- knowledge?: string | undefined;
1396
- modalities?: {
1397
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1398
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1399
- } | undefined;
1400
- context?: number | undefined;
1401
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1402
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1403
- readonly [x: number]: string | undefined;
1404
- toString?: (() => string) | undefined;
1405
- charAt?: {} | undefined;
1406
- charCodeAt?: {} | undefined;
1407
- concat?: {} | undefined;
1408
- indexOf?: {} | undefined;
1409
- lastIndexOf?: {} | undefined;
1410
- localeCompare?: {} | undefined;
1411
- match?: {} | undefined;
1412
- replace?: {} | undefined;
1413
- search?: {} | undefined;
1414
- slice?: {} | undefined;
1415
- split?: {} | undefined;
1416
- substring?: {} | undefined;
1417
- toLowerCase?: (() => string) | undefined;
1418
- toLocaleLowerCase?: {} | undefined;
1419
- toUpperCase?: (() => string) | undefined;
1420
- toLocaleUpperCase?: {} | undefined;
1421
- trim?: (() => string) | undefined;
1422
- readonly length?: number | undefined;
1423
- substr?: {} | undefined;
1424
- valueOf?: (() => string) | undefined;
1425
- codePointAt?: {} | undefined;
1426
- includes?: {} | undefined;
1427
- endsWith?: {} | undefined;
1428
- normalize?: {} | undefined;
1429
- repeat?: {} | undefined;
1430
- startsWith?: {} | undefined;
1431
- anchor?: {} | undefined;
1432
- big?: (() => string) | undefined;
1433
- blink?: (() => string) | undefined;
1434
- bold?: (() => string) | undefined;
1435
- fixed?: (() => string) | undefined;
1436
- fontcolor?: {} | undefined;
1437
- fontsize?: {} | undefined;
1438
- italics?: (() => string) | undefined;
1439
- link?: {} | undefined;
1440
- small?: (() => string) | undefined;
1441
- strike?: (() => string) | undefined;
1442
- sub?: (() => string) | undefined;
1443
- sup?: (() => string) | undefined;
1444
- padStart?: {} | undefined;
1445
- padEnd?: {} | undefined;
1446
- trimEnd?: (() => string) | undefined;
1447
- trimStart?: (() => string) | undefined;
1448
- trimLeft?: (() => string) | undefined;
1449
- trimRight?: (() => string) | undefined;
1450
- matchAll?: {} | undefined;
1451
- replaceAll?: {} | undefined;
1452
- at?: {} | undefined;
1453
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1454
- })[] | undefined;
1455
- additionalProperties?: {
1456
- [x: string]: unknown;
1457
- } | undefined;
1458
- }>(override?: O | undefined) => Record<"google/gemini-2.5-flash-lite", {
1459
- name: string;
1460
- created: string;
1461
- knowledge: string;
1462
- modalities: {
1463
- input: readonly ["text", "image", "pdf", "file", "audio", "video"];
1464
- output: readonly ["text"];
1465
- };
1466
- capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"];
1467
- context: number;
1468
- providers: readonly ["vertex"];
1469
- } & O>) | (<const O extends {
1470
- name?: string | undefined;
1471
- created?: string | undefined;
1472
- knowledge?: string | undefined;
1473
- modalities?: {
1474
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1475
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1476
- } | undefined;
1477
- context?: number | undefined;
1478
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1479
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1480
- readonly [x: number]: string | undefined;
1481
- toString?: (() => string) | undefined;
1482
- charAt?: {} | undefined;
1483
- charCodeAt?: {} | undefined;
1484
- concat?: {} | undefined;
1485
- indexOf?: {} | undefined;
1486
- lastIndexOf?: {} | undefined;
1487
- localeCompare?: {} | undefined;
1488
- match?: {} | undefined;
1489
- replace?: {} | undefined;
1490
- search?: {} | undefined;
1491
- slice?: {} | undefined;
1492
- split?: {} | undefined;
1493
- substring?: {} | undefined;
1494
- toLowerCase?: (() => string) | undefined;
1495
- toLocaleLowerCase?: {} | undefined;
1496
- toUpperCase?: (() => string) | undefined;
1497
- toLocaleUpperCase?: {} | undefined;
1498
- trim?: (() => string) | undefined;
1499
- readonly length?: number | undefined;
1500
- substr?: {} | undefined;
1501
- valueOf?: (() => string) | undefined;
1502
- codePointAt?: {} | undefined;
1503
- includes?: {} | undefined;
1504
- endsWith?: {} | undefined;
1505
- normalize?: {} | undefined;
1506
- repeat?: {} | undefined;
1507
- startsWith?: {} | undefined;
1508
- anchor?: {} | undefined;
1509
- big?: (() => string) | undefined;
1510
- blink?: (() => string) | undefined;
1511
- bold?: (() => string) | undefined;
1512
- fixed?: (() => string) | undefined;
1513
- fontcolor?: {} | undefined;
1514
- fontsize?: {} | undefined;
1515
- italics?: (() => string) | undefined;
1516
- link?: {} | undefined;
1517
- small?: (() => string) | undefined;
1518
- strike?: (() => string) | undefined;
1519
- sub?: (() => string) | undefined;
1520
- sup?: (() => string) | undefined;
1521
- padStart?: {} | undefined;
1522
- padEnd?: {} | undefined;
1523
- trimEnd?: (() => string) | undefined;
1524
- trimStart?: (() => string) | undefined;
1525
- trimLeft?: (() => string) | undefined;
1526
- trimRight?: (() => string) | undefined;
1527
- matchAll?: {} | undefined;
1528
- replaceAll?: {} | undefined;
1529
- at?: {} | undefined;
1530
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1531
- })[] | undefined;
1532
- additionalProperties?: {
1533
- [x: string]: unknown;
1534
- } | undefined;
1535
- }>(override?: O | undefined) => Record<"google/gemini-2.5-flash", {
1536
- name: string;
1537
- created: string;
1538
- knowledge: string;
1539
- modalities: {
1540
- input: readonly ["text", "image", "pdf", "file", "audio", "video"];
1541
- output: readonly ["text"];
1542
- };
1543
- capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"];
1544
- context: number;
1545
- providers: readonly ["vertex"];
1546
- } & O>) | (<const O extends {
1547
- name?: string | undefined;
1548
- created?: string | undefined;
1549
- knowledge?: string | undefined;
1550
- modalities?: {
1551
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1552
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1553
- } | undefined;
1554
- context?: number | undefined;
1555
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1556
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1557
- readonly [x: number]: string | undefined;
1558
- toString?: (() => string) | undefined;
1559
- charAt?: {} | undefined;
1560
- charCodeAt?: {} | undefined;
1561
- concat?: {} | undefined;
1562
- indexOf?: {} | undefined;
1563
- lastIndexOf?: {} | undefined;
1564
- localeCompare?: {} | undefined;
1565
- match?: {} | undefined;
1566
- replace?: {} | undefined;
1567
- search?: {} | undefined;
1568
- slice?: {} | undefined;
1569
- split?: {} | undefined;
1570
- substring?: {} | undefined;
1571
- toLowerCase?: (() => string) | undefined;
1572
- toLocaleLowerCase?: {} | undefined;
1573
- toUpperCase?: (() => string) | undefined;
1574
- toLocaleUpperCase?: {} | undefined;
1575
- trim?: (() => string) | undefined;
1576
- readonly length?: number | undefined;
1577
- substr?: {} | undefined;
1578
- valueOf?: (() => string) | undefined;
1579
- codePointAt?: {} | undefined;
1580
- includes?: {} | undefined;
1581
- endsWith?: {} | undefined;
1582
- normalize?: {} | undefined;
1583
- repeat?: {} | undefined;
1584
- startsWith?: {} | undefined;
1585
- anchor?: {} | undefined;
1586
- big?: (() => string) | undefined;
1587
- blink?: (() => string) | undefined;
1588
- bold?: (() => string) | undefined;
1589
- fixed?: (() => string) | undefined;
1590
- fontcolor?: {} | undefined;
1591
- fontsize?: {} | undefined;
1592
- italics?: (() => string) | undefined;
1593
- link?: {} | undefined;
1594
- small?: (() => string) | undefined;
1595
- strike?: (() => string) | undefined;
1596
- sub?: (() => string) | undefined;
1597
- sup?: (() => string) | undefined;
1598
- padStart?: {} | undefined;
1599
- padEnd?: {} | undefined;
1600
- trimEnd?: (() => string) | undefined;
1601
- trimStart?: (() => string) | undefined;
1602
- trimLeft?: (() => string) | undefined;
1603
- trimRight?: (() => string) | undefined;
1604
- matchAll?: {} | undefined;
1605
- replaceAll?: {} | undefined;
1606
- at?: {} | undefined;
1607
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1608
- })[] | undefined;
1609
- additionalProperties?: {
1610
- [x: string]: unknown;
1611
- } | undefined;
1612
- }>(override?: O | undefined) => Record<"google/gemini-2.5-pro", {
1613
- name: string;
1614
- created: string;
1615
- knowledge: string;
1616
- modalities: {
1617
- input: readonly ["text", "image", "pdf", "file", "audio", "video"];
1618
- output: readonly ["text"];
1619
- };
1620
- capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"];
1621
- context: number;
1622
- providers: readonly ["vertex"];
1623
- } & O>))[];
1624
- readonly "v2.x": readonly [<const O extends {
1625
- name?: string | undefined;
1626
- created?: string | undefined;
1627
- knowledge?: string | undefined;
1628
- modalities?: {
1629
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1630
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1631
- } | undefined;
1632
- context?: number | undefined;
1633
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1634
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1635
- readonly [x: number]: string | undefined;
1636
- toString?: (() => string) | undefined;
1637
- charAt?: {} | undefined;
1638
- charCodeAt?: {} | undefined;
1639
- concat?: {} | undefined;
1640
- indexOf?: {} | undefined;
1641
- lastIndexOf?: {} | undefined;
1642
- localeCompare?: {} | undefined;
1643
- match?: {} | undefined;
1644
- replace?: {} | undefined;
1645
- search?: {} | undefined;
1646
- slice?: {} | undefined;
1647
- split?: {} | undefined;
1648
- substring?: {} | undefined;
1649
- toLowerCase?: (() => string) | undefined;
1650
- toLocaleLowerCase?: {} | undefined;
1651
- toUpperCase?: (() => string) | undefined;
1652
- toLocaleUpperCase?: {} | undefined;
1653
- trim?: (() => string) | undefined;
1654
- readonly length?: number | undefined;
1655
- substr?: {} | undefined;
1656
- valueOf?: (() => string) | undefined;
1657
- codePointAt?: {} | undefined;
1658
- includes?: {} | undefined;
1659
- endsWith?: {} | undefined;
1660
- normalize?: {} | undefined;
1661
- repeat?: {} | undefined;
1662
- startsWith?: {} | undefined;
1663
- anchor?: {} | undefined;
1664
- big?: (() => string) | undefined;
1665
- blink?: (() => string) | undefined;
1666
- bold?: (() => string) | undefined;
1667
- fixed?: (() => string) | undefined;
1668
- fontcolor?: {} | undefined;
1669
- fontsize?: {} | undefined;
1670
- italics?: (() => string) | undefined;
1671
- link?: {} | undefined;
1672
- small?: (() => string) | undefined;
1673
- strike?: (() => string) | undefined;
1674
- sub?: (() => string) | undefined;
1675
- sup?: (() => string) | undefined;
1676
- padStart?: {} | undefined;
1677
- padEnd?: {} | undefined;
1678
- trimEnd?: (() => string) | undefined;
1679
- trimStart?: (() => string) | undefined;
1680
- trimLeft?: (() => string) | undefined;
1681
- trimRight?: (() => string) | undefined;
1682
- matchAll?: {} | undefined;
1683
- replaceAll?: {} | undefined;
1684
- at?: {} | undefined;
1685
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1686
- })[] | undefined;
1687
- additionalProperties?: {
1688
- [x: string]: unknown;
1689
- } | undefined;
1690
- }>(override?: O | undefined) => Record<"google/gemini-2.5-flash-lite", {
1691
- name: string;
1692
- created: string;
1693
- knowledge: string;
1694
- modalities: {
1695
- input: readonly ["text", "image", "pdf", "file", "audio", "video"];
1696
- output: readonly ["text"];
1697
- };
1698
- capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"];
1699
- context: number;
1700
- providers: readonly ["vertex"];
1701
- } & O>, <const O extends {
1702
- name?: string | undefined;
1703
- created?: string | undefined;
1704
- knowledge?: string | undefined;
1705
- modalities?: {
1706
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1707
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1708
- } | undefined;
1709
- context?: number | undefined;
1710
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1711
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1712
- readonly [x: number]: string | undefined;
1713
- toString?: (() => string) | undefined;
1714
- charAt?: {} | undefined;
1715
- charCodeAt?: {} | undefined;
1716
- concat?: {} | undefined;
1717
- indexOf?: {} | undefined;
1718
- lastIndexOf?: {} | undefined;
1719
- localeCompare?: {} | undefined;
1720
- match?: {} | undefined;
1721
- replace?: {} | undefined;
1722
- search?: {} | undefined;
1723
- slice?: {} | undefined;
1724
- split?: {} | undefined;
1725
- substring?: {} | undefined;
1726
- toLowerCase?: (() => string) | undefined;
1727
- toLocaleLowerCase?: {} | undefined;
1728
- toUpperCase?: (() => string) | undefined;
1729
- toLocaleUpperCase?: {} | undefined;
1730
- trim?: (() => string) | undefined;
1731
- readonly length?: number | undefined;
1732
- substr?: {} | undefined;
1733
- valueOf?: (() => string) | undefined;
1734
- codePointAt?: {} | undefined;
1735
- includes?: {} | undefined;
1736
- endsWith?: {} | undefined;
1737
- normalize?: {} | undefined;
1738
- repeat?: {} | undefined;
1739
- startsWith?: {} | undefined;
1740
- anchor?: {} | undefined;
1741
- big?: (() => string) | undefined;
1742
- blink?: (() => string) | undefined;
1743
- bold?: (() => string) | undefined;
1744
- fixed?: (() => string) | undefined;
1745
- fontcolor?: {} | undefined;
1746
- fontsize?: {} | undefined;
1747
- italics?: (() => string) | undefined;
1748
- link?: {} | undefined;
1749
- small?: (() => string) | undefined;
1750
- strike?: (() => string) | undefined;
1751
- sub?: (() => string) | undefined;
1752
- sup?: (() => string) | undefined;
1753
- padStart?: {} | undefined;
1754
- padEnd?: {} | undefined;
1755
- trimEnd?: (() => string) | undefined;
1756
- trimStart?: (() => string) | undefined;
1757
- trimLeft?: (() => string) | undefined;
1758
- trimRight?: (() => string) | undefined;
1759
- matchAll?: {} | undefined;
1760
- replaceAll?: {} | undefined;
1761
- at?: {} | undefined;
1762
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1763
- })[] | undefined;
1764
- additionalProperties?: {
1765
- [x: string]: unknown;
1766
- } | undefined;
1767
- }>(override?: O | undefined) => Record<"google/gemini-2.5-flash", {
1768
- name: string;
1769
- created: string;
1770
- knowledge: string;
1771
- modalities: {
1772
- input: readonly ["text", "image", "pdf", "file", "audio", "video"];
1773
- output: readonly ["text"];
1774
- };
1775
- capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"];
1776
- context: number;
1777
- providers: readonly ["vertex"];
1778
- } & O>, <const O extends {
1779
- name?: string | undefined;
1780
- created?: string | undefined;
1781
- knowledge?: string | undefined;
1782
- modalities?: {
1783
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1784
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1785
- } | undefined;
1786
- context?: number | undefined;
1787
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1788
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1789
- readonly [x: number]: string | undefined;
1790
- toString?: (() => string) | undefined;
1791
- charAt?: {} | undefined;
1792
- charCodeAt?: {} | undefined;
1793
- concat?: {} | undefined;
1794
- indexOf?: {} | undefined;
1795
- lastIndexOf?: {} | undefined;
1796
- localeCompare?: {} | undefined;
1797
- match?: {} | undefined;
1798
- replace?: {} | undefined;
1799
- search?: {} | undefined;
1800
- slice?: {} | undefined;
1801
- split?: {} | undefined;
1802
- substring?: {} | undefined;
1803
- toLowerCase?: (() => string) | undefined;
1804
- toLocaleLowerCase?: {} | undefined;
1805
- toUpperCase?: (() => string) | undefined;
1806
- toLocaleUpperCase?: {} | undefined;
1807
- trim?: (() => string) | undefined;
1808
- readonly length?: number | undefined;
1809
- substr?: {} | undefined;
1810
- valueOf?: (() => string) | undefined;
1811
- codePointAt?: {} | undefined;
1812
- includes?: {} | undefined;
1813
- endsWith?: {} | undefined;
1814
- normalize?: {} | undefined;
1815
- repeat?: {} | undefined;
1816
- startsWith?: {} | undefined;
1817
- anchor?: {} | undefined;
1818
- big?: (() => string) | undefined;
1819
- blink?: (() => string) | undefined;
1820
- bold?: (() => string) | undefined;
1821
- fixed?: (() => string) | undefined;
1822
- fontcolor?: {} | undefined;
1823
- fontsize?: {} | undefined;
1824
- italics?: (() => string) | undefined;
1825
- link?: {} | undefined;
1826
- small?: (() => string) | undefined;
1827
- strike?: (() => string) | undefined;
1828
- sub?: (() => string) | undefined;
1829
- sup?: (() => string) | undefined;
1830
- padStart?: {} | undefined;
1831
- padEnd?: {} | undefined;
1832
- trimEnd?: (() => string) | undefined;
1833
- trimStart?: (() => string) | undefined;
1834
- trimLeft?: (() => string) | undefined;
1835
- trimRight?: (() => string) | undefined;
1836
- matchAll?: {} | undefined;
1837
- replaceAll?: {} | undefined;
1838
- at?: {} | undefined;
1839
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1840
- })[] | undefined;
1841
- additionalProperties?: {
1842
- [x: string]: unknown;
1843
- } | undefined;
1844
- }>(override?: O | undefined) => Record<"google/gemini-2.5-pro", {
1845
- name: string;
1846
- created: string;
1847
- knowledge: string;
1848
- modalities: {
1849
- input: readonly ["text", "image", "pdf", "file", "audio", "video"];
1850
- output: readonly ["text"];
1851
- };
1852
- capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"];
1853
- context: number;
1854
- providers: readonly ["vertex"];
1855
- } & O>];
1856
- readonly "v3.x": readonly [<const O extends {
1857
- name?: string | undefined;
1858
- created?: string | undefined;
1859
- knowledge?: string | undefined;
1860
- modalities?: {
1861
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1862
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1863
- } | undefined;
1864
- context?: number | undefined;
1865
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1866
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1867
- readonly [x: number]: string | undefined;
1868
- toString?: (() => string) | undefined;
1869
- charAt?: {} | undefined;
1870
- charCodeAt?: {} | undefined;
1871
- concat?: {} | undefined;
1872
- indexOf?: {} | undefined;
1873
- lastIndexOf?: {} | undefined;
1874
- localeCompare?: {} | undefined;
1875
- match?: {} | undefined;
1876
- replace?: {} | undefined;
1877
- search?: {} | undefined;
1878
- slice?: {} | undefined;
1879
- split?: {} | undefined;
1880
- substring?: {} | undefined;
1881
- toLowerCase?: (() => string) | undefined;
1882
- toLocaleLowerCase?: {} | undefined;
1883
- toUpperCase?: (() => string) | undefined;
1884
- toLocaleUpperCase?: {} | undefined;
1885
- trim?: (() => string) | undefined;
1886
- readonly length?: number | undefined;
1887
- substr?: {} | undefined;
1888
- valueOf?: (() => string) | undefined;
1889
- codePointAt?: {} | undefined;
1890
- includes?: {} | undefined;
1891
- endsWith?: {} | undefined;
1892
- normalize?: {} | undefined;
1893
- repeat?: {} | undefined;
1894
- startsWith?: {} | undefined;
1895
- anchor?: {} | undefined;
1896
- big?: (() => string) | undefined;
1897
- blink?: (() => string) | undefined;
1898
- bold?: (() => string) | undefined;
1899
- fixed?: (() => string) | undefined;
1900
- fontcolor?: {} | undefined;
1901
- fontsize?: {} | undefined;
1902
- italics?: (() => string) | undefined;
1903
- link?: {} | undefined;
1904
- small?: (() => string) | undefined;
1905
- strike?: (() => string) | undefined;
1906
- sub?: (() => string) | undefined;
1907
- sup?: (() => string) | undefined;
1908
- padStart?: {} | undefined;
1909
- padEnd?: {} | undefined;
1910
- trimEnd?: (() => string) | undefined;
1911
- trimStart?: (() => string) | undefined;
1912
- trimLeft?: (() => string) | undefined;
1913
- trimRight?: (() => string) | undefined;
1914
- matchAll?: {} | undefined;
1915
- replaceAll?: {} | undefined;
1916
- at?: {} | undefined;
1917
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1918
- })[] | undefined;
1919
- additionalProperties?: {
1920
- [x: string]: unknown;
1921
- } | undefined;
1922
- }>(override?: O | undefined) => Record<"google/gemini-3-flash-preview", {
1923
- name: string;
1924
- created: string;
1925
- knowledge: string;
1926
- modalities: {
1927
- input: readonly ["text", "image", "pdf", "file", "audio", "video"];
1928
- output: readonly ["text"];
1929
- };
1930
- capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"];
1931
- context: number;
1932
- providers: readonly ["vertex"];
1933
- } & O>, <const O extends {
1934
- name?: string | undefined;
1935
- created?: string | undefined;
1936
- knowledge?: string | undefined;
1937
- modalities?: {
1938
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1939
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1940
- } | undefined;
1941
- context?: number | undefined;
1942
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1943
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1944
- readonly [x: number]: string | undefined;
1945
- toString?: (() => string) | undefined;
1946
- charAt?: {} | undefined;
1947
- charCodeAt?: {} | undefined;
1948
- concat?: {} | undefined;
1949
- indexOf?: {} | undefined;
1950
- lastIndexOf?: {} | undefined;
1951
- localeCompare?: {} | undefined;
1952
- match?: {} | undefined;
1953
- replace?: {} | undefined;
1954
- search?: {} | undefined;
1955
- slice?: {} | undefined;
1956
- split?: {} | undefined;
1957
- substring?: {} | undefined;
1958
- toLowerCase?: (() => string) | undefined;
1959
- toLocaleLowerCase?: {} | undefined;
1960
- toUpperCase?: (() => string) | undefined;
1961
- toLocaleUpperCase?: {} | undefined;
1962
- trim?: (() => string) | undefined;
1963
- readonly length?: number | undefined;
1964
- substr?: {} | undefined;
1965
- valueOf?: (() => string) | undefined;
1966
- codePointAt?: {} | undefined;
1967
- includes?: {} | undefined;
1968
- endsWith?: {} | undefined;
1969
- normalize?: {} | undefined;
1970
- repeat?: {} | undefined;
1971
- startsWith?: {} | undefined;
1972
- anchor?: {} | undefined;
1973
- big?: (() => string) | undefined;
1974
- blink?: (() => string) | undefined;
1975
- bold?: (() => string) | undefined;
1976
- fixed?: (() => string) | undefined;
1977
- fontcolor?: {} | undefined;
1978
- fontsize?: {} | undefined;
1979
- italics?: (() => string) | undefined;
1980
- link?: {} | undefined;
1981
- small?: (() => string) | undefined;
1982
- strike?: (() => string) | undefined;
1983
- sub?: (() => string) | undefined;
1984
- sup?: (() => string) | undefined;
1985
- padStart?: {} | undefined;
1986
- padEnd?: {} | undefined;
1987
- trimEnd?: (() => string) | undefined;
1988
- trimStart?: (() => string) | undefined;
1989
- trimLeft?: (() => string) | undefined;
1990
- trimRight?: (() => string) | undefined;
1991
- matchAll?: {} | undefined;
1992
- replaceAll?: {} | undefined;
1993
- at?: {} | undefined;
1994
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1995
- })[] | undefined;
1996
- additionalProperties?: {
1997
- [x: string]: unknown;
1998
- } | undefined;
1999
- }>(override?: O | undefined) => Record<"google/gemini-3-pro-preview", {
2000
- name: string;
2001
- created: string;
2002
- knowledge: string;
2003
- modalities: {
2004
- input: readonly ["text", "image", "pdf", "file", "audio", "video"];
2005
- output: readonly ["text"];
2006
- };
2007
- capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"];
2008
- context: number;
2009
- providers: readonly ["vertex"];
2010
- } & O>, <const O extends {
2011
- name?: string | undefined;
2012
- created?: string | undefined;
2013
- knowledge?: string | undefined;
2014
- modalities?: {
2015
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2016
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2017
- } | undefined;
2018
- context?: number | undefined;
2019
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2020
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2021
- readonly [x: number]: string | undefined;
2022
- toString?: (() => string) | undefined;
2023
- charAt?: {} | undefined;
2024
- charCodeAt?: {} | undefined;
2025
- concat?: {} | undefined;
2026
- indexOf?: {} | undefined;
2027
- lastIndexOf?: {} | undefined;
2028
- localeCompare?: {} | undefined;
2029
- match?: {} | undefined;
2030
- replace?: {} | undefined;
2031
- search?: {} | undefined;
2032
- slice?: {} | undefined;
2033
- split?: {} | undefined;
2034
- substring?: {} | undefined;
2035
- toLowerCase?: (() => string) | undefined;
2036
- toLocaleLowerCase?: {} | undefined;
2037
- toUpperCase?: (() => string) | undefined;
2038
- toLocaleUpperCase?: {} | undefined;
2039
- trim?: (() => string) | undefined;
2040
- readonly length?: number | undefined;
2041
- substr?: {} | undefined;
2042
- valueOf?: (() => string) | undefined;
2043
- codePointAt?: {} | undefined;
2044
- includes?: {} | undefined;
2045
- endsWith?: {} | undefined;
2046
- normalize?: {} | undefined;
2047
- repeat?: {} | undefined;
2048
- startsWith?: {} | undefined;
2049
- anchor?: {} | undefined;
2050
- big?: (() => string) | undefined;
2051
- blink?: (() => string) | undefined;
2052
- bold?: (() => string) | undefined;
2053
- fixed?: (() => string) | undefined;
2054
- fontcolor?: {} | undefined;
2055
- fontsize?: {} | undefined;
2056
- italics?: (() => string) | undefined;
2057
- link?: {} | undefined;
2058
- small?: (() => string) | undefined;
2059
- strike?: (() => string) | undefined;
2060
- sub?: (() => string) | undefined;
2061
- sup?: (() => string) | undefined;
2062
- padStart?: {} | undefined;
2063
- padEnd?: {} | undefined;
2064
- trimEnd?: (() => string) | undefined;
2065
- trimStart?: (() => string) | undefined;
2066
- trimLeft?: (() => string) | undefined;
2067
- trimRight?: (() => string) | undefined;
2068
- matchAll?: {} | undefined;
2069
- replaceAll?: {} | undefined;
2070
- at?: {} | undefined;
2071
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2072
- })[] | undefined;
2073
- additionalProperties?: {
2074
- [x: string]: unknown;
2075
- } | undefined;
2076
- }>(override?: O | undefined) => Record<"google/gemini-3.1-pro-preview", {
2077
- name: string;
2078
- created: string;
2079
- knowledge: string;
2080
- modalities: {
2081
- input: readonly ["text", "image", "pdf", "file", "audio", "video"];
2082
- output: readonly ["text"];
2083
- };
2084
- capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"];
2085
- context: number;
2086
- providers: readonly ["vertex"];
2087
- } & O>];
2088
- readonly "v2.5": readonly [<const O extends {
2089
- name?: string | undefined;
2090
- created?: string | undefined;
2091
- knowledge?: string | undefined;
2092
- modalities?: {
2093
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2094
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2095
- } | undefined;
2096
- context?: number | undefined;
2097
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2098
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2099
- readonly [x: number]: string | undefined;
2100
- toString?: (() => string) | undefined;
2101
- charAt?: {} | undefined;
2102
- charCodeAt?: {} | undefined;
2103
- concat?: {} | undefined;
2104
- indexOf?: {} | undefined;
2105
- lastIndexOf?: {} | undefined;
2106
- localeCompare?: {} | undefined;
2107
- match?: {} | undefined;
2108
- replace?: {} | undefined;
2109
- search?: {} | undefined;
2110
- slice?: {} | undefined;
2111
- split?: {} | undefined;
2112
- substring?: {} | undefined;
2113
- toLowerCase?: (() => string) | undefined;
2114
- toLocaleLowerCase?: {} | undefined;
2115
- toUpperCase?: (() => string) | undefined;
2116
- toLocaleUpperCase?: {} | undefined;
2117
- trim?: (() => string) | undefined;
2118
- readonly length?: number | undefined;
2119
- substr?: {} | undefined;
2120
- valueOf?: (() => string) | undefined;
2121
- codePointAt?: {} | undefined;
2122
- includes?: {} | undefined;
2123
- endsWith?: {} | undefined;
2124
- normalize?: {} | undefined;
2125
- repeat?: {} | undefined;
2126
- startsWith?: {} | undefined;
2127
- anchor?: {} | undefined;
2128
- big?: (() => string) | undefined;
2129
- blink?: (() => string) | undefined;
2130
- bold?: (() => string) | undefined;
2131
- fixed?: (() => string) | undefined;
2132
- fontcolor?: {} | undefined;
2133
- fontsize?: {} | undefined;
2134
- italics?: (() => string) | undefined;
2135
- link?: {} | undefined;
2136
- small?: (() => string) | undefined;
2137
- strike?: (() => string) | undefined;
2138
- sub?: (() => string) | undefined;
2139
- sup?: (() => string) | undefined;
2140
- padStart?: {} | undefined;
2141
- padEnd?: {} | undefined;
2142
- trimEnd?: (() => string) | undefined;
2143
- trimStart?: (() => string) | undefined;
2144
- trimLeft?: (() => string) | undefined;
2145
- trimRight?: (() => string) | undefined;
2146
- matchAll?: {} | undefined;
2147
- replaceAll?: {} | undefined;
2148
- at?: {} | undefined;
2149
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2150
- })[] | undefined;
2151
- additionalProperties?: {
2152
- [x: string]: unknown;
2153
- } | undefined;
2154
- }>(override?: O | undefined) => Record<"google/gemini-2.5-flash-lite", {
2155
- name: string;
2156
- created: string;
2157
- knowledge: string;
2158
- modalities: {
2159
- input: readonly ["text", "image", "pdf", "file", "audio", "video"];
2160
- output: readonly ["text"];
2161
- };
2162
- capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"];
2163
- context: number;
2164
- providers: readonly ["vertex"];
2165
- } & O>, <const O extends {
2166
- name?: string | undefined;
2167
- created?: string | undefined;
2168
- knowledge?: string | undefined;
2169
- modalities?: {
2170
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2171
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2172
- } | undefined;
2173
- context?: number | undefined;
2174
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2175
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2176
- readonly [x: number]: string | undefined;
2177
- toString?: (() => string) | undefined;
2178
- charAt?: {} | undefined;
2179
- charCodeAt?: {} | undefined;
2180
- concat?: {} | undefined;
2181
- indexOf?: {} | undefined;
2182
- lastIndexOf?: {} | undefined;
2183
- localeCompare?: {} | undefined;
2184
- match?: {} | undefined;
2185
- replace?: {} | undefined;
2186
- search?: {} | undefined;
2187
- slice?: {} | undefined;
2188
- split?: {} | undefined;
2189
- substring?: {} | undefined;
2190
- toLowerCase?: (() => string) | undefined;
2191
- toLocaleLowerCase?: {} | undefined;
2192
- toUpperCase?: (() => string) | undefined;
2193
- toLocaleUpperCase?: {} | undefined;
2194
- trim?: (() => string) | undefined;
2195
- readonly length?: number | undefined;
2196
- substr?: {} | undefined;
2197
- valueOf?: (() => string) | undefined;
2198
- codePointAt?: {} | undefined;
2199
- includes?: {} | undefined;
2200
- endsWith?: {} | undefined;
2201
- normalize?: {} | undefined;
2202
- repeat?: {} | undefined;
2203
- startsWith?: {} | undefined;
2204
- anchor?: {} | undefined;
2205
- big?: (() => string) | undefined;
2206
- blink?: (() => string) | undefined;
2207
- bold?: (() => string) | undefined;
2208
- fixed?: (() => string) | undefined;
2209
- fontcolor?: {} | undefined;
2210
- fontsize?: {} | undefined;
2211
- italics?: (() => string) | undefined;
2212
- link?: {} | undefined;
2213
- small?: (() => string) | undefined;
2214
- strike?: (() => string) | undefined;
2215
- sub?: (() => string) | undefined;
2216
- sup?: (() => string) | undefined;
2217
- padStart?: {} | undefined;
2218
- padEnd?: {} | undefined;
2219
- trimEnd?: (() => string) | undefined;
2220
- trimStart?: (() => string) | undefined;
2221
- trimLeft?: (() => string) | undefined;
2222
- trimRight?: (() => string) | undefined;
2223
- matchAll?: {} | undefined;
2224
- replaceAll?: {} | undefined;
2225
- at?: {} | undefined;
2226
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2227
- })[] | undefined;
2228
- additionalProperties?: {
2229
- [x: string]: unknown;
2230
- } | undefined;
2231
- }>(override?: O | undefined) => Record<"google/gemini-2.5-flash", {
2232
- name: string;
2233
- created: string;
2234
- knowledge: string;
2235
- modalities: {
2236
- input: readonly ["text", "image", "pdf", "file", "audio", "video"];
2237
- output: readonly ["text"];
2238
- };
2239
- capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"];
2240
- context: number;
2241
- providers: readonly ["vertex"];
2242
- } & O>, <const O extends {
2243
- name?: string | undefined;
2244
- created?: string | undefined;
2245
- knowledge?: string | undefined;
2246
- modalities?: {
2247
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2248
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2249
- } | undefined;
2250
- context?: number | undefined;
2251
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2252
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2253
- readonly [x: number]: string | undefined;
2254
- toString?: (() => string) | undefined;
2255
- charAt?: {} | undefined;
2256
- charCodeAt?: {} | undefined;
2257
- concat?: {} | undefined;
2258
- indexOf?: {} | undefined;
2259
- lastIndexOf?: {} | undefined;
2260
- localeCompare?: {} | undefined;
2261
- match?: {} | undefined;
2262
- replace?: {} | undefined;
2263
- search?: {} | undefined;
2264
- slice?: {} | undefined;
2265
- split?: {} | undefined;
2266
- substring?: {} | undefined;
2267
- toLowerCase?: (() => string) | undefined;
2268
- toLocaleLowerCase?: {} | undefined;
2269
- toUpperCase?: (() => string) | undefined;
2270
- toLocaleUpperCase?: {} | undefined;
2271
- trim?: (() => string) | undefined;
2272
- readonly length?: number | undefined;
2273
- substr?: {} | undefined;
2274
- valueOf?: (() => string) | undefined;
2275
- codePointAt?: {} | undefined;
2276
- includes?: {} | undefined;
2277
- endsWith?: {} | undefined;
2278
- normalize?: {} | undefined;
2279
- repeat?: {} | undefined;
2280
- startsWith?: {} | undefined;
2281
- anchor?: {} | undefined;
2282
- big?: (() => string) | undefined;
2283
- blink?: (() => string) | undefined;
2284
- bold?: (() => string) | undefined;
2285
- fixed?: (() => string) | undefined;
2286
- fontcolor?: {} | undefined;
2287
- fontsize?: {} | undefined;
2288
- italics?: (() => string) | undefined;
2289
- link?: {} | undefined;
2290
- small?: (() => string) | undefined;
2291
- strike?: (() => string) | undefined;
2292
- sub?: (() => string) | undefined;
2293
- sup?: (() => string) | undefined;
2294
- padStart?: {} | undefined;
2295
- padEnd?: {} | undefined;
2296
- trimEnd?: (() => string) | undefined;
2297
- trimStart?: (() => string) | undefined;
2298
- trimLeft?: (() => string) | undefined;
2299
- trimRight?: (() => string) | undefined;
2300
- matchAll?: {} | undefined;
2301
- replaceAll?: {} | undefined;
2302
- at?: {} | undefined;
2303
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2304
- })[] | undefined;
2305
- additionalProperties?: {
2306
- [x: string]: unknown;
2307
- } | undefined;
2308
- }>(override?: O | undefined) => Record<"google/gemini-2.5-pro", {
2309
- name: string;
2310
- created: string;
2311
- knowledge: string;
2312
- modalities: {
2313
- input: readonly ["text", "image", "pdf", "file", "audio", "video"];
2314
- output: readonly ["text"];
2315
- };
2316
- capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"];
2317
- context: number;
2318
- providers: readonly ["vertex"];
2319
- } & O>];
2320
- readonly "v3-preview": readonly [<const O extends {
2321
- name?: string | undefined;
2322
- created?: string | undefined;
2323
- knowledge?: string | undefined;
2324
- modalities?: {
2325
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2326
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2327
- } | undefined;
2328
- context?: number | undefined;
2329
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2330
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2331
- readonly [x: number]: string | undefined;
2332
- toString?: (() => string) | undefined;
2333
- charAt?: {} | undefined;
2334
- charCodeAt?: {} | undefined;
2335
- concat?: {} | undefined;
2336
- indexOf?: {} | undefined;
2337
- lastIndexOf?: {} | undefined;
2338
- localeCompare?: {} | undefined;
2339
- match?: {} | undefined;
2340
- replace?: {} | undefined;
2341
- search?: {} | undefined;
2342
- slice?: {} | undefined;
2343
- split?: {} | undefined;
2344
- substring?: {} | undefined;
2345
- toLowerCase?: (() => string) | undefined;
2346
- toLocaleLowerCase?: {} | undefined;
2347
- toUpperCase?: (() => string) | undefined;
2348
- toLocaleUpperCase?: {} | undefined;
2349
- trim?: (() => string) | undefined;
2350
- readonly length?: number | undefined;
2351
- substr?: {} | undefined;
2352
- valueOf?: (() => string) | undefined;
2353
- codePointAt?: {} | undefined;
2354
- includes?: {} | undefined;
2355
- endsWith?: {} | undefined;
2356
- normalize?: {} | undefined;
2357
- repeat?: {} | undefined;
2358
- startsWith?: {} | undefined;
2359
- anchor?: {} | undefined;
2360
- big?: (() => string) | undefined;
2361
- blink?: (() => string) | undefined;
2362
- bold?: (() => string) | undefined;
2363
- fixed?: (() => string) | undefined;
2364
- fontcolor?: {} | undefined;
2365
- fontsize?: {} | undefined;
2366
- italics?: (() => string) | undefined;
2367
- link?: {} | undefined;
2368
- small?: (() => string) | undefined;
2369
- strike?: (() => string) | undefined;
2370
- sub?: (() => string) | undefined;
2371
- sup?: (() => string) | undefined;
2372
- padStart?: {} | undefined;
2373
- padEnd?: {} | undefined;
2374
- trimEnd?: (() => string) | undefined;
2375
- trimStart?: (() => string) | undefined;
2376
- trimLeft?: (() => string) | undefined;
2377
- trimRight?: (() => string) | undefined;
2378
- matchAll?: {} | undefined;
2379
- replaceAll?: {} | undefined;
2380
- at?: {} | undefined;
2381
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2382
- })[] | undefined;
2383
- additionalProperties?: {
2384
- [x: string]: unknown;
2385
- } | undefined;
2386
- }>(override?: O | undefined) => Record<"google/gemini-3-flash-preview", {
2387
- name: string;
2388
- created: string;
2389
- knowledge: string;
2390
- modalities: {
2391
- input: readonly ["text", "image", "pdf", "file", "audio", "video"];
2392
- output: readonly ["text"];
2393
- };
2394
- capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"];
2395
- context: number;
2396
- providers: readonly ["vertex"];
2397
- } & O>, <const O extends {
2398
- name?: string | undefined;
2399
- created?: string | undefined;
2400
- knowledge?: string | undefined;
2401
- modalities?: {
2402
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2403
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2404
- } | undefined;
2405
- context?: number | undefined;
2406
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2407
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2408
- readonly [x: number]: string | undefined;
2409
- toString?: (() => string) | undefined;
2410
- charAt?: {} | undefined;
2411
- charCodeAt?: {} | undefined;
2412
- concat?: {} | undefined;
2413
- indexOf?: {} | undefined;
2414
- lastIndexOf?: {} | undefined;
2415
- localeCompare?: {} | undefined;
2416
- match?: {} | undefined;
2417
- replace?: {} | undefined;
2418
- search?: {} | undefined;
2419
- slice?: {} | undefined;
2420
- split?: {} | undefined;
2421
- substring?: {} | undefined;
2422
- toLowerCase?: (() => string) | undefined;
2423
- toLocaleLowerCase?: {} | undefined;
2424
- toUpperCase?: (() => string) | undefined;
2425
- toLocaleUpperCase?: {} | undefined;
2426
- trim?: (() => string) | undefined;
2427
- readonly length?: number | undefined;
2428
- substr?: {} | undefined;
2429
- valueOf?: (() => string) | undefined;
2430
- codePointAt?: {} | undefined;
2431
- includes?: {} | undefined;
2432
- endsWith?: {} | undefined;
2433
- normalize?: {} | undefined;
2434
- repeat?: {} | undefined;
2435
- startsWith?: {} | undefined;
2436
- anchor?: {} | undefined;
2437
- big?: (() => string) | undefined;
2438
- blink?: (() => string) | undefined;
2439
- bold?: (() => string) | undefined;
2440
- fixed?: (() => string) | undefined;
2441
- fontcolor?: {} | undefined;
2442
- fontsize?: {} | undefined;
2443
- italics?: (() => string) | undefined;
2444
- link?: {} | undefined;
2445
- small?: (() => string) | undefined;
2446
- strike?: (() => string) | undefined;
2447
- sub?: (() => string) | undefined;
2448
- sup?: (() => string) | undefined;
2449
- padStart?: {} | undefined;
2450
- padEnd?: {} | undefined;
2451
- trimEnd?: (() => string) | undefined;
2452
- trimStart?: (() => string) | undefined;
2453
- trimLeft?: (() => string) | undefined;
2454
- trimRight?: (() => string) | undefined;
2455
- matchAll?: {} | undefined;
2456
- replaceAll?: {} | undefined;
2457
- at?: {} | undefined;
2458
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2459
- })[] | undefined;
2460
- additionalProperties?: {
2461
- [x: string]: unknown;
2462
- } | undefined;
2463
- }>(override?: O | undefined) => Record<"google/gemini-3-pro-preview", {
2464
- name: string;
2465
- created: string;
2466
- knowledge: string;
2467
- modalities: {
2468
- input: readonly ["text", "image", "pdf", "file", "audio", "video"];
2469
- output: readonly ["text"];
2470
- };
2471
- capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"];
2472
- context: number;
2473
- providers: readonly ["vertex"];
2474
- } & O>];
2475
- readonly "v3.1-preview": readonly [<const O extends {
2476
- name?: string | undefined;
2477
- created?: string | undefined;
2478
- knowledge?: string | undefined;
2479
- modalities?: {
2480
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2481
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2482
- } | undefined;
2483
- context?: number | undefined;
2484
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2485
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2486
- readonly [x: number]: string | undefined;
2487
- toString?: (() => string) | undefined;
2488
- charAt?: {} | undefined;
2489
- charCodeAt?: {} | undefined;
2490
- concat?: {} | undefined;
2491
- indexOf?: {} | undefined;
2492
- lastIndexOf?: {} | undefined;
2493
- localeCompare?: {} | undefined;
2494
- match?: {} | undefined;
2495
- replace?: {} | undefined;
2496
- search?: {} | undefined;
2497
- slice?: {} | undefined;
2498
- split?: {} | undefined;
2499
- substring?: {} | undefined;
2500
- toLowerCase?: (() => string) | undefined;
2501
- toLocaleLowerCase?: {} | undefined;
2502
- toUpperCase?: (() => string) | undefined;
2503
- toLocaleUpperCase?: {} | undefined;
2504
- trim?: (() => string) | undefined;
2505
- readonly length?: number | undefined;
2506
- substr?: {} | undefined;
2507
- valueOf?: (() => string) | undefined;
2508
- codePointAt?: {} | undefined;
2509
- includes?: {} | undefined;
2510
- endsWith?: {} | undefined;
2511
- normalize?: {} | undefined;
2512
- repeat?: {} | undefined;
2513
- startsWith?: {} | undefined;
2514
- anchor?: {} | undefined;
2515
- big?: (() => string) | undefined;
2516
- blink?: (() => string) | undefined;
2517
- bold?: (() => string) | undefined;
2518
- fixed?: (() => string) | undefined;
2519
- fontcolor?: {} | undefined;
2520
- fontsize?: {} | undefined;
2521
- italics?: (() => string) | undefined;
2522
- link?: {} | undefined;
2523
- small?: (() => string) | undefined;
2524
- strike?: (() => string) | undefined;
2525
- sub?: (() => string) | undefined;
2526
- sup?: (() => string) | undefined;
2527
- padStart?: {} | undefined;
2528
- padEnd?: {} | undefined;
2529
- trimEnd?: (() => string) | undefined;
2530
- trimStart?: (() => string) | undefined;
2531
- trimLeft?: (() => string) | undefined;
2532
- trimRight?: (() => string) | undefined;
2533
- matchAll?: {} | undefined;
2534
- replaceAll?: {} | undefined;
2535
- at?: {} | undefined;
2536
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2537
- })[] | undefined;
2538
- additionalProperties?: {
2539
- [x: string]: unknown;
2540
- } | undefined;
2541
- }>(override?: O | undefined) => Record<"google/gemini-3.1-pro-preview", {
2542
- name: string;
2543
- created: string;
2544
- knowledge: string;
2545
- modalities: {
2546
- input: readonly ["text", "image", "pdf", "file", "audio", "video"];
2547
- output: readonly ["text"];
2548
- };
2549
- capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"];
2550
- context: number;
2551
- providers: readonly ["vertex"];
2552
- } & O>];
2553
- };