orient-cli 0.3.3 → 0.4.0
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.
- package/dist/orient/orient-extension.js +69 -2
- package/dist/orient/orient-extension.js.map +1 -1
- package/dist/orient/phase-context.d.ts +17 -0
- package/dist/orient/phase-context.js +88 -0
- package/dist/orient/phase-context.js.map +1 -0
- package/docs/configuration.md +24 -9
- package/package.json +1 -1
- package/vendor/@orient-cli/agent-core/README.md +456 -0
- package/vendor/@orient-cli/agent-core/dist/agent-loop.d.ts.map +1 -1
- package/vendor/@orient-cli/agent-core/dist/agent-loop.js.map +1 -1
- package/vendor/@orient-cli/agent-core/dist/agent.d.ts +7 -0
- package/vendor/@orient-cli/agent-core/dist/agent.d.ts.map +1 -1
- package/vendor/@orient-cli/agent-core/dist/agent.js +2 -24
- package/vendor/@orient-cli/agent-core/dist/agent.js.map +1 -1
- package/vendor/@orient-cli/agent-core/dist/index.d.ts.map +1 -1
- package/vendor/@orient-cli/agent-core/dist/proxy.d.ts.map +1 -1
- package/vendor/@orient-cli/agent-core/dist/proxy.js.map +1 -1
- package/vendor/@orient-cli/agent-core/dist/types.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/README.md +1315 -0
- package/vendor/@orient-cli/ai/dist/api-registry.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/api-registry.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/bedrock-provider.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/cli.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/cli.js +0 -0
- package/vendor/@orient-cli/ai/dist/cli.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/env-api-keys.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/env-api-keys.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/index.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/models.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/models.generated.d.ts +488 -488
- package/vendor/@orient-cli/ai/dist/models.generated.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/models.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/oauth.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/amazon-bedrock.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/amazon-bedrock.js +1 -1
- package/vendor/@orient-cli/ai/dist/providers/amazon-bedrock.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/anthropic.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/anthropic.js +1 -1
- package/vendor/@orient-cli/ai/dist/providers/anthropic.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/azure-openai-responses.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/azure-openai-responses.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/faux.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/faux.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/github-copilot-headers.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/github-copilot-headers.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/google-gemini-cli.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/google-gemini-cli.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/google-shared.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/google-shared.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/google-vertex.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/google-vertex.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/google.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/google.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/mistral.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/mistral.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/openai-codex-responses.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/openai-codex-responses.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/openai-completions.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/openai-completions.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/openai-responses-shared.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/openai-responses-shared.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/openai-responses.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/openai-responses.js +1 -1
- package/vendor/@orient-cli/ai/dist/providers/openai-responses.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/register-builtins.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/register-builtins.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/simple-options.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/simple-options.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/transform-messages.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/providers/transform-messages.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/stream.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/stream.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/types.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/utils/event-stream.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/utils/event-stream.js +3 -7
- package/vendor/@orient-cli/ai/dist/utils/event-stream.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/utils/hash.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/utils/hash.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/utils/json-parse.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/utils/json-parse.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/utils/oauth/anthropic.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/utils/oauth/anthropic.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/utils/oauth/github-copilot.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/utils/oauth/github-copilot.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/utils/oauth/google-antigravity.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/utils/oauth/google-antigravity.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/utils/oauth/google-gemini-cli.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/utils/oauth/google-gemini-cli.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/utils/oauth/index.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/utils/oauth/index.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/utils/oauth/oauth-page.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/utils/oauth/oauth-page.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/utils/oauth/openai-codex.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/utils/oauth/openai-codex.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/utils/oauth/pkce.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/utils/oauth/pkce.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/utils/oauth/types.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/utils/overflow.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/utils/overflow.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/utils/sanitize-unicode.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/utils/sanitize-unicode.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/utils/typebox-helpers.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/utils/typebox-helpers.js.map +1 -1
- package/vendor/@orient-cli/ai/dist/utils/validation.d.ts.map +1 -1
- package/vendor/@orient-cli/ai/dist/utils/validation.js.map +1 -1
- package/vendor/@orient-cli/coding-agent/dist/bun/cli.js +1 -1
- package/vendor/@orient-cli/coding-agent/dist/bun/cli.js.map +1 -1
- package/vendor/@orient-cli/coding-agent/dist/cli.js +2 -1
- package/vendor/@orient-cli/coding-agent/dist/cli.js.map +1 -1
- package/vendor/@orient-cli/coding-agent/dist/config.d.ts.map +1 -1
- package/vendor/@orient-cli/coding-agent/dist/config.js +4 -2
- package/vendor/@orient-cli/coding-agent/dist/config.js.map +1 -1
- package/vendor/@orient-cli/coding-agent/dist/core/package-manager.js +1 -1
- package/vendor/@orient-cli/coding-agent/dist/core/package-manager.js.map +1 -1
- package/vendor/@orient-cli/coding-agent/dist/core/settings-manager.js +2 -2
- package/vendor/@orient-cli/coding-agent/dist/core/settings-manager.js.map +1 -1
- package/vendor/@orient-cli/coding-agent/dist/core/timings.d.ts +1 -1
- package/vendor/@orient-cli/coding-agent/dist/core/timings.js +2 -2
- package/vendor/@orient-cli/coding-agent/dist/core/timings.js.map +1 -1
- package/vendor/@orient-cli/coding-agent/dist/main.d.ts.map +1 -1
- package/vendor/@orient-cli/coding-agent/dist/main.js +4 -2
- package/vendor/@orient-cli/coding-agent/dist/main.js.map +1 -1
- package/vendor/@orient-cli/coding-agent/dist/modes/interactive/interactive-mode.js +2 -2
- package/vendor/@orient-cli/coding-agent/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/vendor/@orient-cli/coding-agent/dist/utils/tools-manager.js +1 -1
- package/vendor/@orient-cli/coding-agent/dist/utils/tools-manager.js.map +1 -1
- package/vendor/@orient-cli/tui/README.md +767 -0
- package/vendor/@orient-cli/tui/dist/autocomplete.d.ts.map +1 -1
- package/vendor/@orient-cli/tui/dist/autocomplete.js +0 -3
- package/vendor/@orient-cli/tui/dist/autocomplete.js.map +1 -1
- package/vendor/@orient-cli/tui/dist/components/box.d.ts.map +1 -1
- package/vendor/@orient-cli/tui/dist/components/box.js +1 -6
- package/vendor/@orient-cli/tui/dist/components/box.js.map +1 -1
- package/vendor/@orient-cli/tui/dist/components/cancellable-loader.d.ts.map +1 -1
- package/vendor/@orient-cli/tui/dist/components/cancellable-loader.js +4 -3
- package/vendor/@orient-cli/tui/dist/components/cancellable-loader.js.map +1 -1
- package/vendor/@orient-cli/tui/dist/components/editor.d.ts.map +1 -1
- package/vendor/@orient-cli/tui/dist/components/editor.js +37 -48
- package/vendor/@orient-cli/tui/dist/components/editor.js.map +1 -1
- package/vendor/@orient-cli/tui/dist/components/image.d.ts.map +1 -1
- package/vendor/@orient-cli/tui/dist/components/image.js +0 -8
- package/vendor/@orient-cli/tui/dist/components/image.js.map +1 -1
- package/vendor/@orient-cli/tui/dist/components/input.d.ts.map +1 -1
- package/vendor/@orient-cli/tui/dist/components/input.js +14 -14
- package/vendor/@orient-cli/tui/dist/components/input.js.map +1 -1
- package/vendor/@orient-cli/tui/dist/components/loader.d.ts.map +1 -1
- package/vendor/@orient-cli/tui/dist/components/loader.js +4 -7
- package/vendor/@orient-cli/tui/dist/components/loader.js.map +1 -1
- package/vendor/@orient-cli/tui/dist/components/markdown.d.ts.map +1 -1
- package/vendor/@orient-cli/tui/dist/components/markdown.js +0 -10
- package/vendor/@orient-cli/tui/dist/components/markdown.js.map +1 -1
- package/vendor/@orient-cli/tui/dist/components/select-list.d.ts.map +1 -1
- package/vendor/@orient-cli/tui/dist/components/select-list.js +4 -9
- package/vendor/@orient-cli/tui/dist/components/select-list.js.map +1 -1
- package/vendor/@orient-cli/tui/dist/components/settings-list.d.ts.map +1 -1
- package/vendor/@orient-cli/tui/dist/components/settings-list.js +4 -12
- package/vendor/@orient-cli/tui/dist/components/settings-list.js.map +1 -1
- package/vendor/@orient-cli/tui/dist/components/spacer.d.ts.map +1 -1
- package/vendor/@orient-cli/tui/dist/components/spacer.js +0 -1
- package/vendor/@orient-cli/tui/dist/components/spacer.js.map +1 -1
- package/vendor/@orient-cli/tui/dist/components/text.d.ts.map +1 -1
- package/vendor/@orient-cli/tui/dist/components/text.js +0 -8
- package/vendor/@orient-cli/tui/dist/components/text.js.map +1 -1
- package/vendor/@orient-cli/tui/dist/components/truncated-text.d.ts.map +1 -1
- package/vendor/@orient-cli/tui/dist/components/truncated-text.js +0 -3
- package/vendor/@orient-cli/tui/dist/components/truncated-text.js.map +1 -1
- package/vendor/@orient-cli/tui/dist/editor-component.d.ts.map +1 -1
- package/vendor/@orient-cli/tui/dist/fuzzy.d.ts.map +1 -1
- package/vendor/@orient-cli/tui/dist/fuzzy.js.map +1 -1
- package/vendor/@orient-cli/tui/dist/index.d.ts.map +1 -1
- package/vendor/@orient-cli/tui/dist/keybindings.d.ts.map +1 -1
- package/vendor/@orient-cli/tui/dist/keybindings.js +2 -4
- package/vendor/@orient-cli/tui/dist/keybindings.js.map +1 -1
- package/vendor/@orient-cli/tui/dist/keys.d.ts.map +1 -1
- package/vendor/@orient-cli/tui/dist/keys.js.map +1 -1
- package/vendor/@orient-cli/tui/dist/kill-ring.d.ts.map +1 -1
- package/vendor/@orient-cli/tui/dist/kill-ring.js +3 -1
- package/vendor/@orient-cli/tui/dist/kill-ring.js.map +1 -1
- package/vendor/@orient-cli/tui/dist/stdin-buffer.d.ts.map +1 -1
- package/vendor/@orient-cli/tui/dist/stdin-buffer.js +4 -5
- package/vendor/@orient-cli/tui/dist/stdin-buffer.js.map +1 -1
- package/vendor/@orient-cli/tui/dist/terminal-image.d.ts.map +1 -1
- package/vendor/@orient-cli/tui/dist/terminal-image.js.map +1 -1
- package/vendor/@orient-cli/tui/dist/terminal.d.ts.map +1 -1
- package/vendor/@orient-cli/tui/dist/terminal.js +20 -22
- package/vendor/@orient-cli/tui/dist/terminal.js.map +1 -1
- package/vendor/@orient-cli/tui/dist/tui.d.ts.map +1 -1
- package/vendor/@orient-cli/tui/dist/tui.js +25 -27
- package/vendor/@orient-cli/tui/dist/tui.js.map +1 -1
- package/vendor/@orient-cli/tui/dist/undo-stack.d.ts.map +1 -1
- package/vendor/@orient-cli/tui/dist/undo-stack.js +3 -1
- package/vendor/@orient-cli/tui/dist/undo-stack.js.map +1 -1
- package/vendor/@orient-cli/tui/dist/utils.d.ts.map +1 -1
- package/vendor/@orient-cli/tui/dist/utils.js +13 -11
- package/vendor/@orient-cli/tui/dist/utils.js.map +1 -1
|
@@ -7,7 +7,7 @@ export declare const MODELS: {
|
|
|
7
7
|
provider: string;
|
|
8
8
|
baseUrl: string;
|
|
9
9
|
reasoning: false;
|
|
10
|
-
input: ("
|
|
10
|
+
input: ("text" | "image")[];
|
|
11
11
|
cost: {
|
|
12
12
|
input: number;
|
|
13
13
|
output: number;
|
|
@@ -24,7 +24,7 @@ export declare const MODELS: {
|
|
|
24
24
|
provider: string;
|
|
25
25
|
baseUrl: string;
|
|
26
26
|
reasoning: false;
|
|
27
|
-
input: ("
|
|
27
|
+
input: ("text" | "image")[];
|
|
28
28
|
cost: {
|
|
29
29
|
input: number;
|
|
30
30
|
output: number;
|
|
@@ -58,7 +58,7 @@ export declare const MODELS: {
|
|
|
58
58
|
provider: string;
|
|
59
59
|
baseUrl: string;
|
|
60
60
|
reasoning: true;
|
|
61
|
-
input: ("
|
|
61
|
+
input: ("text" | "image")[];
|
|
62
62
|
cost: {
|
|
63
63
|
input: number;
|
|
64
64
|
output: number;
|
|
@@ -75,7 +75,7 @@ export declare const MODELS: {
|
|
|
75
75
|
provider: string;
|
|
76
76
|
baseUrl: string;
|
|
77
77
|
reasoning: false;
|
|
78
|
-
input: ("
|
|
78
|
+
input: ("text" | "image")[];
|
|
79
79
|
cost: {
|
|
80
80
|
input: number;
|
|
81
81
|
output: number;
|
|
@@ -92,7 +92,7 @@ export declare const MODELS: {
|
|
|
92
92
|
provider: string;
|
|
93
93
|
baseUrl: string;
|
|
94
94
|
reasoning: false;
|
|
95
|
-
input: ("
|
|
95
|
+
input: ("text" | "image")[];
|
|
96
96
|
cost: {
|
|
97
97
|
input: number;
|
|
98
98
|
output: number;
|
|
@@ -109,7 +109,7 @@ export declare const MODELS: {
|
|
|
109
109
|
provider: string;
|
|
110
110
|
baseUrl: string;
|
|
111
111
|
reasoning: false;
|
|
112
|
-
input: ("
|
|
112
|
+
input: ("text" | "image")[];
|
|
113
113
|
cost: {
|
|
114
114
|
input: number;
|
|
115
115
|
output: number;
|
|
@@ -126,7 +126,7 @@ export declare const MODELS: {
|
|
|
126
126
|
provider: string;
|
|
127
127
|
baseUrl: string;
|
|
128
128
|
reasoning: false;
|
|
129
|
-
input: ("
|
|
129
|
+
input: ("text" | "image")[];
|
|
130
130
|
cost: {
|
|
131
131
|
input: number;
|
|
132
132
|
output: number;
|
|
@@ -143,7 +143,7 @@ export declare const MODELS: {
|
|
|
143
143
|
provider: string;
|
|
144
144
|
baseUrl: string;
|
|
145
145
|
reasoning: false;
|
|
146
|
-
input: ("
|
|
146
|
+
input: ("text" | "image")[];
|
|
147
147
|
cost: {
|
|
148
148
|
input: number;
|
|
149
149
|
output: number;
|
|
@@ -160,7 +160,7 @@ export declare const MODELS: {
|
|
|
160
160
|
provider: string;
|
|
161
161
|
baseUrl: string;
|
|
162
162
|
reasoning: false;
|
|
163
|
-
input: ("
|
|
163
|
+
input: ("text" | "image")[];
|
|
164
164
|
cost: {
|
|
165
165
|
input: number;
|
|
166
166
|
output: number;
|
|
@@ -177,7 +177,7 @@ export declare const MODELS: {
|
|
|
177
177
|
provider: string;
|
|
178
178
|
baseUrl: string;
|
|
179
179
|
reasoning: true;
|
|
180
|
-
input: ("
|
|
180
|
+
input: ("text" | "image")[];
|
|
181
181
|
cost: {
|
|
182
182
|
input: number;
|
|
183
183
|
output: number;
|
|
@@ -194,7 +194,7 @@ export declare const MODELS: {
|
|
|
194
194
|
provider: string;
|
|
195
195
|
baseUrl: string;
|
|
196
196
|
reasoning: true;
|
|
197
|
-
input: ("
|
|
197
|
+
input: ("text" | "image")[];
|
|
198
198
|
cost: {
|
|
199
199
|
input: number;
|
|
200
200
|
output: number;
|
|
@@ -211,7 +211,7 @@ export declare const MODELS: {
|
|
|
211
211
|
provider: string;
|
|
212
212
|
baseUrl: string;
|
|
213
213
|
reasoning: true;
|
|
214
|
-
input: ("
|
|
214
|
+
input: ("text" | "image")[];
|
|
215
215
|
cost: {
|
|
216
216
|
input: number;
|
|
217
217
|
output: number;
|
|
@@ -228,7 +228,7 @@ export declare const MODELS: {
|
|
|
228
228
|
provider: string;
|
|
229
229
|
baseUrl: string;
|
|
230
230
|
reasoning: true;
|
|
231
|
-
input: ("
|
|
231
|
+
input: ("text" | "image")[];
|
|
232
232
|
cost: {
|
|
233
233
|
input: number;
|
|
234
234
|
output: number;
|
|
@@ -245,7 +245,7 @@ export declare const MODELS: {
|
|
|
245
245
|
provider: string;
|
|
246
246
|
baseUrl: string;
|
|
247
247
|
reasoning: true;
|
|
248
|
-
input: ("
|
|
248
|
+
input: ("text" | "image")[];
|
|
249
249
|
cost: {
|
|
250
250
|
input: number;
|
|
251
251
|
output: number;
|
|
@@ -262,7 +262,7 @@ export declare const MODELS: {
|
|
|
262
262
|
provider: string;
|
|
263
263
|
baseUrl: string;
|
|
264
264
|
reasoning: true;
|
|
265
|
-
input: ("
|
|
265
|
+
input: ("text" | "image")[];
|
|
266
266
|
cost: {
|
|
267
267
|
input: number;
|
|
268
268
|
output: number;
|
|
@@ -279,7 +279,7 @@ export declare const MODELS: {
|
|
|
279
279
|
provider: string;
|
|
280
280
|
baseUrl: string;
|
|
281
281
|
reasoning: true;
|
|
282
|
-
input: ("
|
|
282
|
+
input: ("text" | "image")[];
|
|
283
283
|
cost: {
|
|
284
284
|
input: number;
|
|
285
285
|
output: number;
|
|
@@ -296,7 +296,7 @@ export declare const MODELS: {
|
|
|
296
296
|
provider: string;
|
|
297
297
|
baseUrl: string;
|
|
298
298
|
reasoning: true;
|
|
299
|
-
input: ("
|
|
299
|
+
input: ("text" | "image")[];
|
|
300
300
|
cost: {
|
|
301
301
|
input: number;
|
|
302
302
|
output: number;
|
|
@@ -364,7 +364,7 @@ export declare const MODELS: {
|
|
|
364
364
|
provider: string;
|
|
365
365
|
baseUrl: string;
|
|
366
366
|
reasoning: true;
|
|
367
|
-
input: ("
|
|
367
|
+
input: ("text" | "image")[];
|
|
368
368
|
cost: {
|
|
369
369
|
input: number;
|
|
370
370
|
output: number;
|
|
@@ -381,7 +381,7 @@ export declare const MODELS: {
|
|
|
381
381
|
provider: string;
|
|
382
382
|
baseUrl: string;
|
|
383
383
|
reasoning: true;
|
|
384
|
-
input: ("
|
|
384
|
+
input: ("text" | "image")[];
|
|
385
385
|
cost: {
|
|
386
386
|
input: number;
|
|
387
387
|
output: number;
|
|
@@ -398,7 +398,7 @@ export declare const MODELS: {
|
|
|
398
398
|
provider: string;
|
|
399
399
|
baseUrl: string;
|
|
400
400
|
reasoning: true;
|
|
401
|
-
input: ("
|
|
401
|
+
input: ("text" | "image")[];
|
|
402
402
|
cost: {
|
|
403
403
|
input: number;
|
|
404
404
|
output: number;
|
|
@@ -415,7 +415,7 @@ export declare const MODELS: {
|
|
|
415
415
|
provider: string;
|
|
416
416
|
baseUrl: string;
|
|
417
417
|
reasoning: true;
|
|
418
|
-
input: ("
|
|
418
|
+
input: ("text" | "image")[];
|
|
419
419
|
cost: {
|
|
420
420
|
input: number;
|
|
421
421
|
output: number;
|
|
@@ -432,7 +432,7 @@ export declare const MODELS: {
|
|
|
432
432
|
provider: string;
|
|
433
433
|
baseUrl: string;
|
|
434
434
|
reasoning: true;
|
|
435
|
-
input: ("
|
|
435
|
+
input: ("text" | "image")[];
|
|
436
436
|
cost: {
|
|
437
437
|
input: number;
|
|
438
438
|
output: number;
|
|
@@ -449,7 +449,7 @@ export declare const MODELS: {
|
|
|
449
449
|
provider: string;
|
|
450
450
|
baseUrl: string;
|
|
451
451
|
reasoning: true;
|
|
452
|
-
input: ("
|
|
452
|
+
input: ("text" | "image")[];
|
|
453
453
|
cost: {
|
|
454
454
|
input: number;
|
|
455
455
|
output: number;
|
|
@@ -466,7 +466,7 @@ export declare const MODELS: {
|
|
|
466
466
|
provider: string;
|
|
467
467
|
baseUrl: string;
|
|
468
468
|
reasoning: true;
|
|
469
|
-
input: ("
|
|
469
|
+
input: ("text" | "image")[];
|
|
470
470
|
cost: {
|
|
471
471
|
input: number;
|
|
472
472
|
output: number;
|
|
@@ -483,7 +483,7 @@ export declare const MODELS: {
|
|
|
483
483
|
provider: string;
|
|
484
484
|
baseUrl: string;
|
|
485
485
|
reasoning: true;
|
|
486
|
-
input: ("
|
|
486
|
+
input: ("text" | "image")[];
|
|
487
487
|
cost: {
|
|
488
488
|
input: number;
|
|
489
489
|
output: number;
|
|
@@ -500,7 +500,7 @@ export declare const MODELS: {
|
|
|
500
500
|
provider: string;
|
|
501
501
|
baseUrl: string;
|
|
502
502
|
reasoning: true;
|
|
503
|
-
input: ("
|
|
503
|
+
input: ("text" | "image")[];
|
|
504
504
|
cost: {
|
|
505
505
|
input: number;
|
|
506
506
|
output: number;
|
|
@@ -517,7 +517,7 @@ export declare const MODELS: {
|
|
|
517
517
|
provider: string;
|
|
518
518
|
baseUrl: string;
|
|
519
519
|
reasoning: true;
|
|
520
|
-
input: ("
|
|
520
|
+
input: ("text" | "image")[];
|
|
521
521
|
cost: {
|
|
522
522
|
input: number;
|
|
523
523
|
output: number;
|
|
@@ -534,7 +534,7 @@ export declare const MODELS: {
|
|
|
534
534
|
provider: string;
|
|
535
535
|
baseUrl: string;
|
|
536
536
|
reasoning: true;
|
|
537
|
-
input: ("
|
|
537
|
+
input: ("text" | "image")[];
|
|
538
538
|
cost: {
|
|
539
539
|
input: number;
|
|
540
540
|
output: number;
|
|
@@ -551,7 +551,7 @@ export declare const MODELS: {
|
|
|
551
551
|
provider: string;
|
|
552
552
|
baseUrl: string;
|
|
553
553
|
reasoning: true;
|
|
554
|
-
input: ("
|
|
554
|
+
input: ("text" | "image")[];
|
|
555
555
|
cost: {
|
|
556
556
|
input: number;
|
|
557
557
|
output: number;
|
|
@@ -568,7 +568,7 @@ export declare const MODELS: {
|
|
|
568
568
|
provider: string;
|
|
569
569
|
baseUrl: string;
|
|
570
570
|
reasoning: false;
|
|
571
|
-
input: ("
|
|
571
|
+
input: ("text" | "image")[];
|
|
572
572
|
cost: {
|
|
573
573
|
input: number;
|
|
574
574
|
output: number;
|
|
@@ -585,7 +585,7 @@ export declare const MODELS: {
|
|
|
585
585
|
provider: string;
|
|
586
586
|
baseUrl: string;
|
|
587
587
|
reasoning: false;
|
|
588
|
-
input: ("
|
|
588
|
+
input: ("text" | "image")[];
|
|
589
589
|
cost: {
|
|
590
590
|
input: number;
|
|
591
591
|
output: number;
|
|
@@ -653,7 +653,7 @@ export declare const MODELS: {
|
|
|
653
653
|
provider: string;
|
|
654
654
|
baseUrl: string;
|
|
655
655
|
reasoning: false;
|
|
656
|
-
input: ("
|
|
656
|
+
input: ("text" | "image")[];
|
|
657
657
|
cost: {
|
|
658
658
|
input: number;
|
|
659
659
|
output: number;
|
|
@@ -704,7 +704,7 @@ export declare const MODELS: {
|
|
|
704
704
|
provider: string;
|
|
705
705
|
baseUrl: string;
|
|
706
706
|
reasoning: false;
|
|
707
|
-
input: ("
|
|
707
|
+
input: ("text" | "image")[];
|
|
708
708
|
cost: {
|
|
709
709
|
input: number;
|
|
710
710
|
output: number;
|
|
@@ -738,7 +738,7 @@ export declare const MODELS: {
|
|
|
738
738
|
provider: string;
|
|
739
739
|
baseUrl: string;
|
|
740
740
|
reasoning: false;
|
|
741
|
-
input: ("
|
|
741
|
+
input: ("text" | "image")[];
|
|
742
742
|
cost: {
|
|
743
743
|
input: number;
|
|
744
744
|
output: number;
|
|
@@ -755,7 +755,7 @@ export declare const MODELS: {
|
|
|
755
755
|
provider: string;
|
|
756
756
|
baseUrl: string;
|
|
757
757
|
reasoning: false;
|
|
758
|
-
input: ("
|
|
758
|
+
input: ("text" | "image")[];
|
|
759
759
|
cost: {
|
|
760
760
|
input: number;
|
|
761
761
|
output: number;
|
|
@@ -840,7 +840,7 @@ export declare const MODELS: {
|
|
|
840
840
|
provider: string;
|
|
841
841
|
baseUrl: string;
|
|
842
842
|
reasoning: true;
|
|
843
|
-
input: ("
|
|
843
|
+
input: ("text" | "image")[];
|
|
844
844
|
cost: {
|
|
845
845
|
input: number;
|
|
846
846
|
output: number;
|
|
@@ -874,7 +874,7 @@ export declare const MODELS: {
|
|
|
874
874
|
provider: string;
|
|
875
875
|
baseUrl: string;
|
|
876
876
|
reasoning: false;
|
|
877
|
-
input: ("
|
|
877
|
+
input: ("text" | "image")[];
|
|
878
878
|
cost: {
|
|
879
879
|
input: number;
|
|
880
880
|
output: number;
|
|
@@ -908,7 +908,7 @@ export declare const MODELS: {
|
|
|
908
908
|
provider: string;
|
|
909
909
|
baseUrl: string;
|
|
910
910
|
reasoning: false;
|
|
911
|
-
input: ("
|
|
911
|
+
input: ("text" | "image")[];
|
|
912
912
|
cost: {
|
|
913
913
|
input: number;
|
|
914
914
|
output: number;
|
|
@@ -925,7 +925,7 @@ export declare const MODELS: {
|
|
|
925
925
|
provider: string;
|
|
926
926
|
baseUrl: string;
|
|
927
927
|
reasoning: false;
|
|
928
|
-
input: ("
|
|
928
|
+
input: ("text" | "image")[];
|
|
929
929
|
cost: {
|
|
930
930
|
input: number;
|
|
931
931
|
output: number;
|
|
@@ -993,7 +993,7 @@ export declare const MODELS: {
|
|
|
993
993
|
provider: string;
|
|
994
994
|
baseUrl: string;
|
|
995
995
|
reasoning: true;
|
|
996
|
-
input: ("
|
|
996
|
+
input: ("text" | "image")[];
|
|
997
997
|
cost: {
|
|
998
998
|
input: number;
|
|
999
999
|
output: number;
|
|
@@ -1010,7 +1010,7 @@ export declare const MODELS: {
|
|
|
1010
1010
|
provider: string;
|
|
1011
1011
|
baseUrl: string;
|
|
1012
1012
|
reasoning: false;
|
|
1013
|
-
input: ("
|
|
1013
|
+
input: ("text" | "image")[];
|
|
1014
1014
|
cost: {
|
|
1015
1015
|
input: number;
|
|
1016
1016
|
output: number;
|
|
@@ -1248,7 +1248,7 @@ export declare const MODELS: {
|
|
|
1248
1248
|
provider: string;
|
|
1249
1249
|
baseUrl: string;
|
|
1250
1250
|
reasoning: false;
|
|
1251
|
-
input: ("
|
|
1251
|
+
input: ("text" | "image")[];
|
|
1252
1252
|
cost: {
|
|
1253
1253
|
input: number;
|
|
1254
1254
|
output: number;
|
|
@@ -1265,7 +1265,7 @@ export declare const MODELS: {
|
|
|
1265
1265
|
provider: string;
|
|
1266
1266
|
baseUrl: string;
|
|
1267
1267
|
reasoning: true;
|
|
1268
|
-
input: ("
|
|
1268
|
+
input: ("text" | "image")[];
|
|
1269
1269
|
cost: {
|
|
1270
1270
|
input: number;
|
|
1271
1271
|
output: number;
|
|
@@ -1282,7 +1282,7 @@ export declare const MODELS: {
|
|
|
1282
1282
|
provider: string;
|
|
1283
1283
|
baseUrl: string;
|
|
1284
1284
|
reasoning: true;
|
|
1285
|
-
input: ("
|
|
1285
|
+
input: ("text" | "image")[];
|
|
1286
1286
|
cost: {
|
|
1287
1287
|
input: number;
|
|
1288
1288
|
output: number;
|
|
@@ -1299,7 +1299,7 @@ export declare const MODELS: {
|
|
|
1299
1299
|
provider: string;
|
|
1300
1300
|
baseUrl: string;
|
|
1301
1301
|
reasoning: true;
|
|
1302
|
-
input: ("
|
|
1302
|
+
input: ("text" | "image")[];
|
|
1303
1303
|
cost: {
|
|
1304
1304
|
input: number;
|
|
1305
1305
|
output: number;
|
|
@@ -1316,7 +1316,7 @@ export declare const MODELS: {
|
|
|
1316
1316
|
provider: string;
|
|
1317
1317
|
baseUrl: string;
|
|
1318
1318
|
reasoning: true;
|
|
1319
|
-
input: ("
|
|
1319
|
+
input: ("text" | "image")[];
|
|
1320
1320
|
cost: {
|
|
1321
1321
|
input: number;
|
|
1322
1322
|
output: number;
|
|
@@ -1333,7 +1333,7 @@ export declare const MODELS: {
|
|
|
1333
1333
|
provider: string;
|
|
1334
1334
|
baseUrl: string;
|
|
1335
1335
|
reasoning: true;
|
|
1336
|
-
input: ("
|
|
1336
|
+
input: ("text" | "image")[];
|
|
1337
1337
|
cost: {
|
|
1338
1338
|
input: number;
|
|
1339
1339
|
output: number;
|
|
@@ -1350,7 +1350,7 @@ export declare const MODELS: {
|
|
|
1350
1350
|
provider: string;
|
|
1351
1351
|
baseUrl: string;
|
|
1352
1352
|
reasoning: true;
|
|
1353
|
-
input: ("
|
|
1353
|
+
input: ("text" | "image")[];
|
|
1354
1354
|
cost: {
|
|
1355
1355
|
input: number;
|
|
1356
1356
|
output: number;
|
|
@@ -1367,7 +1367,7 @@ export declare const MODELS: {
|
|
|
1367
1367
|
provider: string;
|
|
1368
1368
|
baseUrl: string;
|
|
1369
1369
|
reasoning: true;
|
|
1370
|
-
input: ("
|
|
1370
|
+
input: ("text" | "image")[];
|
|
1371
1371
|
cost: {
|
|
1372
1372
|
input: number;
|
|
1373
1373
|
output: number;
|
|
@@ -1384,7 +1384,7 @@ export declare const MODELS: {
|
|
|
1384
1384
|
provider: string;
|
|
1385
1385
|
baseUrl: string;
|
|
1386
1386
|
reasoning: true;
|
|
1387
|
-
input: ("
|
|
1387
|
+
input: ("text" | "image")[];
|
|
1388
1388
|
cost: {
|
|
1389
1389
|
input: number;
|
|
1390
1390
|
output: number;
|
|
@@ -1488,7 +1488,7 @@ export declare const MODELS: {
|
|
|
1488
1488
|
provider: string;
|
|
1489
1489
|
baseUrl: string;
|
|
1490
1490
|
reasoning: false;
|
|
1491
|
-
input: ("
|
|
1491
|
+
input: ("text" | "image")[];
|
|
1492
1492
|
cost: {
|
|
1493
1493
|
input: number;
|
|
1494
1494
|
output: number;
|
|
@@ -1505,7 +1505,7 @@ export declare const MODELS: {
|
|
|
1505
1505
|
provider: string;
|
|
1506
1506
|
baseUrl: string;
|
|
1507
1507
|
reasoning: false;
|
|
1508
|
-
input: ("
|
|
1508
|
+
input: ("text" | "image")[];
|
|
1509
1509
|
cost: {
|
|
1510
1510
|
input: number;
|
|
1511
1511
|
output: number;
|
|
@@ -1522,7 +1522,7 @@ export declare const MODELS: {
|
|
|
1522
1522
|
provider: string;
|
|
1523
1523
|
baseUrl: string;
|
|
1524
1524
|
reasoning: false;
|
|
1525
|
-
input: ("
|
|
1525
|
+
input: ("text" | "image")[];
|
|
1526
1526
|
cost: {
|
|
1527
1527
|
input: number;
|
|
1528
1528
|
output: number;
|
|
@@ -1539,7 +1539,7 @@ export declare const MODELS: {
|
|
|
1539
1539
|
provider: string;
|
|
1540
1540
|
baseUrl: string;
|
|
1541
1541
|
reasoning: false;
|
|
1542
|
-
input: ("
|
|
1542
|
+
input: ("text" | "image")[];
|
|
1543
1543
|
cost: {
|
|
1544
1544
|
input: number;
|
|
1545
1545
|
output: number;
|
|
@@ -1556,7 +1556,7 @@ export declare const MODELS: {
|
|
|
1556
1556
|
provider: string;
|
|
1557
1557
|
baseUrl: string;
|
|
1558
1558
|
reasoning: true;
|
|
1559
|
-
input: ("
|
|
1559
|
+
input: ("text" | "image")[];
|
|
1560
1560
|
cost: {
|
|
1561
1561
|
input: number;
|
|
1562
1562
|
output: number;
|
|
@@ -1573,7 +1573,7 @@ export declare const MODELS: {
|
|
|
1573
1573
|
provider: string;
|
|
1574
1574
|
baseUrl: string;
|
|
1575
1575
|
reasoning: false;
|
|
1576
|
-
input: ("
|
|
1576
|
+
input: ("text" | "image")[];
|
|
1577
1577
|
cost: {
|
|
1578
1578
|
input: number;
|
|
1579
1579
|
output: number;
|
|
@@ -1590,7 +1590,7 @@ export declare const MODELS: {
|
|
|
1590
1590
|
provider: string;
|
|
1591
1591
|
baseUrl: string;
|
|
1592
1592
|
reasoning: false;
|
|
1593
|
-
input: ("
|
|
1593
|
+
input: ("text" | "image")[];
|
|
1594
1594
|
cost: {
|
|
1595
1595
|
input: number;
|
|
1596
1596
|
output: number;
|
|
@@ -1607,7 +1607,7 @@ export declare const MODELS: {
|
|
|
1607
1607
|
provider: string;
|
|
1608
1608
|
baseUrl: string;
|
|
1609
1609
|
reasoning: false;
|
|
1610
|
-
input: ("
|
|
1610
|
+
input: ("text" | "image")[];
|
|
1611
1611
|
cost: {
|
|
1612
1612
|
input: number;
|
|
1613
1613
|
output: number;
|
|
@@ -1624,7 +1624,7 @@ export declare const MODELS: {
|
|
|
1624
1624
|
provider: string;
|
|
1625
1625
|
baseUrl: string;
|
|
1626
1626
|
reasoning: true;
|
|
1627
|
-
input: ("
|
|
1627
|
+
input: ("text" | "image")[];
|
|
1628
1628
|
cost: {
|
|
1629
1629
|
input: number;
|
|
1630
1630
|
output: number;
|
|
@@ -1641,7 +1641,7 @@ export declare const MODELS: {
|
|
|
1641
1641
|
provider: string;
|
|
1642
1642
|
baseUrl: string;
|
|
1643
1643
|
reasoning: true;
|
|
1644
|
-
input: ("
|
|
1644
|
+
input: ("text" | "image")[];
|
|
1645
1645
|
cost: {
|
|
1646
1646
|
input: number;
|
|
1647
1647
|
output: number;
|
|
@@ -1658,7 +1658,7 @@ export declare const MODELS: {
|
|
|
1658
1658
|
provider: string;
|
|
1659
1659
|
baseUrl: string;
|
|
1660
1660
|
reasoning: true;
|
|
1661
|
-
input: ("
|
|
1661
|
+
input: ("text" | "image")[];
|
|
1662
1662
|
cost: {
|
|
1663
1663
|
input: number;
|
|
1664
1664
|
output: number;
|
|
@@ -1675,7 +1675,7 @@ export declare const MODELS: {
|
|
|
1675
1675
|
provider: string;
|
|
1676
1676
|
baseUrl: string;
|
|
1677
1677
|
reasoning: true;
|
|
1678
|
-
input: ("
|
|
1678
|
+
input: ("text" | "image")[];
|
|
1679
1679
|
cost: {
|
|
1680
1680
|
input: number;
|
|
1681
1681
|
output: number;
|
|
@@ -1692,7 +1692,7 @@ export declare const MODELS: {
|
|
|
1692
1692
|
provider: string;
|
|
1693
1693
|
baseUrl: string;
|
|
1694
1694
|
reasoning: true;
|
|
1695
|
-
input: ("
|
|
1695
|
+
input: ("text" | "image")[];
|
|
1696
1696
|
cost: {
|
|
1697
1697
|
input: number;
|
|
1698
1698
|
output: number;
|
|
@@ -1709,7 +1709,7 @@ export declare const MODELS: {
|
|
|
1709
1709
|
provider: string;
|
|
1710
1710
|
baseUrl: string;
|
|
1711
1711
|
reasoning: true;
|
|
1712
|
-
input: ("
|
|
1712
|
+
input: ("text" | "image")[];
|
|
1713
1713
|
cost: {
|
|
1714
1714
|
input: number;
|
|
1715
1715
|
output: number;
|
|
@@ -1726,7 +1726,7 @@ export declare const MODELS: {
|
|
|
1726
1726
|
provider: string;
|
|
1727
1727
|
baseUrl: string;
|
|
1728
1728
|
reasoning: true;
|
|
1729
|
-
input: ("
|
|
1729
|
+
input: ("text" | "image")[];
|
|
1730
1730
|
cost: {
|
|
1731
1731
|
input: number;
|
|
1732
1732
|
output: number;
|
|
@@ -1743,7 +1743,7 @@ export declare const MODELS: {
|
|
|
1743
1743
|
provider: string;
|
|
1744
1744
|
baseUrl: string;
|
|
1745
1745
|
reasoning: true;
|
|
1746
|
-
input: ("
|
|
1746
|
+
input: ("text" | "image")[];
|
|
1747
1747
|
cost: {
|
|
1748
1748
|
input: number;
|
|
1749
1749
|
output: number;
|
|
@@ -1760,7 +1760,7 @@ export declare const MODELS: {
|
|
|
1760
1760
|
provider: string;
|
|
1761
1761
|
baseUrl: string;
|
|
1762
1762
|
reasoning: true;
|
|
1763
|
-
input: ("
|
|
1763
|
+
input: ("text" | "image")[];
|
|
1764
1764
|
cost: {
|
|
1765
1765
|
input: number;
|
|
1766
1766
|
output: number;
|
|
@@ -1777,7 +1777,7 @@ export declare const MODELS: {
|
|
|
1777
1777
|
provider: string;
|
|
1778
1778
|
baseUrl: string;
|
|
1779
1779
|
reasoning: true;
|
|
1780
|
-
input: ("
|
|
1780
|
+
input: ("text" | "image")[];
|
|
1781
1781
|
cost: {
|
|
1782
1782
|
input: number;
|
|
1783
1783
|
output: number;
|
|
@@ -1794,7 +1794,7 @@ export declare const MODELS: {
|
|
|
1794
1794
|
provider: string;
|
|
1795
1795
|
baseUrl: string;
|
|
1796
1796
|
reasoning: true;
|
|
1797
|
-
input: ("
|
|
1797
|
+
input: ("text" | "image")[];
|
|
1798
1798
|
cost: {
|
|
1799
1799
|
input: number;
|
|
1800
1800
|
output: number;
|
|
@@ -1811,7 +1811,7 @@ export declare const MODELS: {
|
|
|
1811
1811
|
provider: string;
|
|
1812
1812
|
baseUrl: string;
|
|
1813
1813
|
reasoning: true;
|
|
1814
|
-
input: ("
|
|
1814
|
+
input: ("text" | "image")[];
|
|
1815
1815
|
cost: {
|
|
1816
1816
|
input: number;
|
|
1817
1817
|
output: number;
|
|
@@ -1828,7 +1828,7 @@ export declare const MODELS: {
|
|
|
1828
1828
|
provider: string;
|
|
1829
1829
|
baseUrl: string;
|
|
1830
1830
|
reasoning: true;
|
|
1831
|
-
input: ("
|
|
1831
|
+
input: ("text" | "image")[];
|
|
1832
1832
|
cost: {
|
|
1833
1833
|
input: number;
|
|
1834
1834
|
output: number;
|
|
@@ -1845,7 +1845,7 @@ export declare const MODELS: {
|
|
|
1845
1845
|
provider: string;
|
|
1846
1846
|
baseUrl: string;
|
|
1847
1847
|
reasoning: true;
|
|
1848
|
-
input: ("
|
|
1848
|
+
input: ("text" | "image")[];
|
|
1849
1849
|
cost: {
|
|
1850
1850
|
input: number;
|
|
1851
1851
|
output: number;
|
|
@@ -1898,7 +1898,7 @@ export declare const MODELS: {
|
|
|
1898
1898
|
provider: string;
|
|
1899
1899
|
baseUrl: string;
|
|
1900
1900
|
reasoning: false;
|
|
1901
|
-
input: ("
|
|
1901
|
+
input: ("text" | "image")[];
|
|
1902
1902
|
cost: {
|
|
1903
1903
|
input: number;
|
|
1904
1904
|
output: number;
|
|
@@ -1915,7 +1915,7 @@ export declare const MODELS: {
|
|
|
1915
1915
|
provider: string;
|
|
1916
1916
|
baseUrl: string;
|
|
1917
1917
|
reasoning: false;
|
|
1918
|
-
input: ("
|
|
1918
|
+
input: ("text" | "image")[];
|
|
1919
1919
|
cost: {
|
|
1920
1920
|
input: number;
|
|
1921
1921
|
output: number;
|
|
@@ -1932,7 +1932,7 @@ export declare const MODELS: {
|
|
|
1932
1932
|
provider: string;
|
|
1933
1933
|
baseUrl: string;
|
|
1934
1934
|
reasoning: false;
|
|
1935
|
-
input: ("
|
|
1935
|
+
input: ("text" | "image")[];
|
|
1936
1936
|
cost: {
|
|
1937
1937
|
input: number;
|
|
1938
1938
|
output: number;
|
|
@@ -1949,7 +1949,7 @@ export declare const MODELS: {
|
|
|
1949
1949
|
provider: string;
|
|
1950
1950
|
baseUrl: string;
|
|
1951
1951
|
reasoning: false;
|
|
1952
|
-
input: ("
|
|
1952
|
+
input: ("text" | "image")[];
|
|
1953
1953
|
cost: {
|
|
1954
1954
|
input: number;
|
|
1955
1955
|
output: number;
|
|
@@ -1966,7 +1966,7 @@ export declare const MODELS: {
|
|
|
1966
1966
|
provider: string;
|
|
1967
1967
|
baseUrl: string;
|
|
1968
1968
|
reasoning: false;
|
|
1969
|
-
input: ("
|
|
1969
|
+
input: ("text" | "image")[];
|
|
1970
1970
|
cost: {
|
|
1971
1971
|
input: number;
|
|
1972
1972
|
output: number;
|
|
@@ -1983,7 +1983,7 @@ export declare const MODELS: {
|
|
|
1983
1983
|
provider: string;
|
|
1984
1984
|
baseUrl: string;
|
|
1985
1985
|
reasoning: false;
|
|
1986
|
-
input: ("
|
|
1986
|
+
input: ("text" | "image")[];
|
|
1987
1987
|
cost: {
|
|
1988
1988
|
input: number;
|
|
1989
1989
|
output: number;
|
|
@@ -2000,7 +2000,7 @@ export declare const MODELS: {
|
|
|
2000
2000
|
provider: string;
|
|
2001
2001
|
baseUrl: string;
|
|
2002
2002
|
reasoning: false;
|
|
2003
|
-
input: ("
|
|
2003
|
+
input: ("text" | "image")[];
|
|
2004
2004
|
cost: {
|
|
2005
2005
|
input: number;
|
|
2006
2006
|
output: number;
|
|
@@ -2017,7 +2017,7 @@ export declare const MODELS: {
|
|
|
2017
2017
|
provider: string;
|
|
2018
2018
|
baseUrl: string;
|
|
2019
2019
|
reasoning: false;
|
|
2020
|
-
input: ("
|
|
2020
|
+
input: ("text" | "image")[];
|
|
2021
2021
|
cost: {
|
|
2022
2022
|
input: number;
|
|
2023
2023
|
output: number;
|
|
@@ -2034,7 +2034,7 @@ export declare const MODELS: {
|
|
|
2034
2034
|
provider: string;
|
|
2035
2035
|
baseUrl: string;
|
|
2036
2036
|
reasoning: false;
|
|
2037
|
-
input: ("
|
|
2037
|
+
input: ("text" | "image")[];
|
|
2038
2038
|
cost: {
|
|
2039
2039
|
input: number;
|
|
2040
2040
|
output: number;
|
|
@@ -2051,7 +2051,7 @@ export declare const MODELS: {
|
|
|
2051
2051
|
provider: string;
|
|
2052
2052
|
baseUrl: string;
|
|
2053
2053
|
reasoning: true;
|
|
2054
|
-
input: ("
|
|
2054
|
+
input: ("text" | "image")[];
|
|
2055
2055
|
cost: {
|
|
2056
2056
|
input: number;
|
|
2057
2057
|
output: number;
|
|
@@ -2068,7 +2068,7 @@ export declare const MODELS: {
|
|
|
2068
2068
|
provider: string;
|
|
2069
2069
|
baseUrl: string;
|
|
2070
2070
|
reasoning: false;
|
|
2071
|
-
input: ("
|
|
2071
|
+
input: ("text" | "image")[];
|
|
2072
2072
|
cost: {
|
|
2073
2073
|
input: number;
|
|
2074
2074
|
output: number;
|
|
@@ -2085,7 +2085,7 @@ export declare const MODELS: {
|
|
|
2085
2085
|
provider: string;
|
|
2086
2086
|
baseUrl: string;
|
|
2087
2087
|
reasoning: true;
|
|
2088
|
-
input: ("
|
|
2088
|
+
input: ("text" | "image")[];
|
|
2089
2089
|
cost: {
|
|
2090
2090
|
input: number;
|
|
2091
2091
|
output: number;
|
|
@@ -2102,7 +2102,7 @@ export declare const MODELS: {
|
|
|
2102
2102
|
provider: string;
|
|
2103
2103
|
baseUrl: string;
|
|
2104
2104
|
reasoning: true;
|
|
2105
|
-
input: ("
|
|
2105
|
+
input: ("text" | "image")[];
|
|
2106
2106
|
cost: {
|
|
2107
2107
|
input: number;
|
|
2108
2108
|
output: number;
|
|
@@ -2119,7 +2119,7 @@ export declare const MODELS: {
|
|
|
2119
2119
|
provider: string;
|
|
2120
2120
|
baseUrl: string;
|
|
2121
2121
|
reasoning: true;
|
|
2122
|
-
input: ("
|
|
2122
|
+
input: ("text" | "image")[];
|
|
2123
2123
|
cost: {
|
|
2124
2124
|
input: number;
|
|
2125
2125
|
output: number;
|
|
@@ -2136,7 +2136,7 @@ export declare const MODELS: {
|
|
|
2136
2136
|
provider: string;
|
|
2137
2137
|
baseUrl: string;
|
|
2138
2138
|
reasoning: true;
|
|
2139
|
-
input: ("
|
|
2139
|
+
input: ("text" | "image")[];
|
|
2140
2140
|
cost: {
|
|
2141
2141
|
input: number;
|
|
2142
2142
|
output: number;
|
|
@@ -2153,7 +2153,7 @@ export declare const MODELS: {
|
|
|
2153
2153
|
provider: string;
|
|
2154
2154
|
baseUrl: string;
|
|
2155
2155
|
reasoning: true;
|
|
2156
|
-
input: ("
|
|
2156
|
+
input: ("text" | "image")[];
|
|
2157
2157
|
cost: {
|
|
2158
2158
|
input: number;
|
|
2159
2159
|
output: number;
|
|
@@ -2170,7 +2170,7 @@ export declare const MODELS: {
|
|
|
2170
2170
|
provider: string;
|
|
2171
2171
|
baseUrl: string;
|
|
2172
2172
|
reasoning: true;
|
|
2173
|
-
input: ("
|
|
2173
|
+
input: ("text" | "image")[];
|
|
2174
2174
|
cost: {
|
|
2175
2175
|
input: number;
|
|
2176
2176
|
output: number;
|
|
@@ -2187,7 +2187,7 @@ export declare const MODELS: {
|
|
|
2187
2187
|
provider: string;
|
|
2188
2188
|
baseUrl: string;
|
|
2189
2189
|
reasoning: true;
|
|
2190
|
-
input: ("
|
|
2190
|
+
input: ("text" | "image")[];
|
|
2191
2191
|
cost: {
|
|
2192
2192
|
input: number;
|
|
2193
2193
|
output: number;
|
|
@@ -2204,7 +2204,7 @@ export declare const MODELS: {
|
|
|
2204
2204
|
provider: string;
|
|
2205
2205
|
baseUrl: string;
|
|
2206
2206
|
reasoning: true;
|
|
2207
|
-
input: ("
|
|
2207
|
+
input: ("text" | "image")[];
|
|
2208
2208
|
cost: {
|
|
2209
2209
|
input: number;
|
|
2210
2210
|
output: number;
|
|
@@ -2221,7 +2221,7 @@ export declare const MODELS: {
|
|
|
2221
2221
|
provider: string;
|
|
2222
2222
|
baseUrl: string;
|
|
2223
2223
|
reasoning: true;
|
|
2224
|
-
input: ("
|
|
2224
|
+
input: ("text" | "image")[];
|
|
2225
2225
|
cost: {
|
|
2226
2226
|
input: number;
|
|
2227
2227
|
output: number;
|
|
@@ -2238,7 +2238,7 @@ export declare const MODELS: {
|
|
|
2238
2238
|
provider: string;
|
|
2239
2239
|
baseUrl: string;
|
|
2240
2240
|
reasoning: true;
|
|
2241
|
-
input: ("
|
|
2241
|
+
input: ("text" | "image")[];
|
|
2242
2242
|
cost: {
|
|
2243
2243
|
input: number;
|
|
2244
2244
|
output: number;
|
|
@@ -2255,7 +2255,7 @@ export declare const MODELS: {
|
|
|
2255
2255
|
provider: string;
|
|
2256
2256
|
baseUrl: string;
|
|
2257
2257
|
reasoning: true;
|
|
2258
|
-
input: ("
|
|
2258
|
+
input: ("text" | "image")[];
|
|
2259
2259
|
cost: {
|
|
2260
2260
|
input: number;
|
|
2261
2261
|
output: number;
|
|
@@ -2272,7 +2272,7 @@ export declare const MODELS: {
|
|
|
2272
2272
|
provider: string;
|
|
2273
2273
|
baseUrl: string;
|
|
2274
2274
|
reasoning: true;
|
|
2275
|
-
input: ("
|
|
2275
|
+
input: ("text" | "image")[];
|
|
2276
2276
|
cost: {
|
|
2277
2277
|
input: number;
|
|
2278
2278
|
output: number;
|
|
@@ -2289,7 +2289,7 @@ export declare const MODELS: {
|
|
|
2289
2289
|
provider: string;
|
|
2290
2290
|
baseUrl: string;
|
|
2291
2291
|
reasoning: true;
|
|
2292
|
-
input: ("
|
|
2292
|
+
input: ("text" | "image")[];
|
|
2293
2293
|
cost: {
|
|
2294
2294
|
input: number;
|
|
2295
2295
|
output: number;
|
|
@@ -2306,7 +2306,7 @@ export declare const MODELS: {
|
|
|
2306
2306
|
provider: string;
|
|
2307
2307
|
baseUrl: string;
|
|
2308
2308
|
reasoning: false;
|
|
2309
|
-
input: ("
|
|
2309
|
+
input: ("text" | "image")[];
|
|
2310
2310
|
cost: {
|
|
2311
2311
|
input: number;
|
|
2312
2312
|
output: number;
|
|
@@ -2323,7 +2323,7 @@ export declare const MODELS: {
|
|
|
2323
2323
|
provider: string;
|
|
2324
2324
|
baseUrl: string;
|
|
2325
2325
|
reasoning: true;
|
|
2326
|
-
input: ("
|
|
2326
|
+
input: ("text" | "image")[];
|
|
2327
2327
|
cost: {
|
|
2328
2328
|
input: number;
|
|
2329
2329
|
output: number;
|
|
@@ -2340,7 +2340,7 @@ export declare const MODELS: {
|
|
|
2340
2340
|
provider: string;
|
|
2341
2341
|
baseUrl: string;
|
|
2342
2342
|
reasoning: true;
|
|
2343
|
-
input: ("
|
|
2343
|
+
input: ("text" | "image")[];
|
|
2344
2344
|
cost: {
|
|
2345
2345
|
input: number;
|
|
2346
2346
|
output: number;
|
|
@@ -2357,7 +2357,7 @@ export declare const MODELS: {
|
|
|
2357
2357
|
provider: string;
|
|
2358
2358
|
baseUrl: string;
|
|
2359
2359
|
reasoning: true;
|
|
2360
|
-
input: ("
|
|
2360
|
+
input: ("text" | "image")[];
|
|
2361
2361
|
cost: {
|
|
2362
2362
|
input: number;
|
|
2363
2363
|
output: number;
|
|
@@ -2374,7 +2374,7 @@ export declare const MODELS: {
|
|
|
2374
2374
|
provider: string;
|
|
2375
2375
|
baseUrl: string;
|
|
2376
2376
|
reasoning: true;
|
|
2377
|
-
input: ("
|
|
2377
|
+
input: ("text" | "image")[];
|
|
2378
2378
|
cost: {
|
|
2379
2379
|
input: number;
|
|
2380
2380
|
output: number;
|
|
@@ -2391,7 +2391,7 @@ export declare const MODELS: {
|
|
|
2391
2391
|
provider: string;
|
|
2392
2392
|
baseUrl: string;
|
|
2393
2393
|
reasoning: true;
|
|
2394
|
-
input: ("
|
|
2394
|
+
input: ("text" | "image")[];
|
|
2395
2395
|
cost: {
|
|
2396
2396
|
input: number;
|
|
2397
2397
|
output: number;
|
|
@@ -2408,7 +2408,7 @@ export declare const MODELS: {
|
|
|
2408
2408
|
provider: string;
|
|
2409
2409
|
baseUrl: string;
|
|
2410
2410
|
reasoning: true;
|
|
2411
|
-
input: ("
|
|
2411
|
+
input: ("text" | "image")[];
|
|
2412
2412
|
cost: {
|
|
2413
2413
|
input: number;
|
|
2414
2414
|
output: number;
|
|
@@ -2425,7 +2425,7 @@ export declare const MODELS: {
|
|
|
2425
2425
|
provider: string;
|
|
2426
2426
|
baseUrl: string;
|
|
2427
2427
|
reasoning: true;
|
|
2428
|
-
input: ("
|
|
2428
|
+
input: ("text" | "image")[];
|
|
2429
2429
|
cost: {
|
|
2430
2430
|
input: number;
|
|
2431
2431
|
output: number;
|
|
@@ -2442,7 +2442,7 @@ export declare const MODELS: {
|
|
|
2442
2442
|
provider: string;
|
|
2443
2443
|
baseUrl: string;
|
|
2444
2444
|
reasoning: true;
|
|
2445
|
-
input: ("
|
|
2445
|
+
input: ("text" | "image")[];
|
|
2446
2446
|
cost: {
|
|
2447
2447
|
input: number;
|
|
2448
2448
|
output: number;
|
|
@@ -2459,7 +2459,7 @@ export declare const MODELS: {
|
|
|
2459
2459
|
provider: string;
|
|
2460
2460
|
baseUrl: string;
|
|
2461
2461
|
reasoning: true;
|
|
2462
|
-
input: ("
|
|
2462
|
+
input: ("text" | "image")[];
|
|
2463
2463
|
cost: {
|
|
2464
2464
|
input: number;
|
|
2465
2465
|
output: number;
|
|
@@ -2476,7 +2476,7 @@ export declare const MODELS: {
|
|
|
2476
2476
|
provider: string;
|
|
2477
2477
|
baseUrl: string;
|
|
2478
2478
|
reasoning: true;
|
|
2479
|
-
input: ("
|
|
2479
|
+
input: ("text" | "image")[];
|
|
2480
2480
|
cost: {
|
|
2481
2481
|
input: number;
|
|
2482
2482
|
output: number;
|
|
@@ -2510,7 +2510,7 @@ export declare const MODELS: {
|
|
|
2510
2510
|
provider: string;
|
|
2511
2511
|
baseUrl: string;
|
|
2512
2512
|
reasoning: true;
|
|
2513
|
-
input: ("
|
|
2513
|
+
input: ("text" | "image")[];
|
|
2514
2514
|
cost: {
|
|
2515
2515
|
input: number;
|
|
2516
2516
|
output: number;
|
|
@@ -2527,7 +2527,7 @@ export declare const MODELS: {
|
|
|
2527
2527
|
provider: string;
|
|
2528
2528
|
baseUrl: string;
|
|
2529
2529
|
reasoning: true;
|
|
2530
|
-
input: ("
|
|
2530
|
+
input: ("text" | "image")[];
|
|
2531
2531
|
cost: {
|
|
2532
2532
|
input: number;
|
|
2533
2533
|
output: number;
|
|
@@ -2544,7 +2544,7 @@ export declare const MODELS: {
|
|
|
2544
2544
|
provider: string;
|
|
2545
2545
|
baseUrl: string;
|
|
2546
2546
|
reasoning: true;
|
|
2547
|
-
input: ("
|
|
2547
|
+
input: ("text" | "image")[];
|
|
2548
2548
|
cost: {
|
|
2549
2549
|
input: number;
|
|
2550
2550
|
output: number;
|
|
@@ -2639,7 +2639,7 @@ export declare const MODELS: {
|
|
|
2639
2639
|
"Copilot-Integration-Id": string;
|
|
2640
2640
|
};
|
|
2641
2641
|
reasoning: true;
|
|
2642
|
-
input: ("
|
|
2642
|
+
input: ("text" | "image")[];
|
|
2643
2643
|
cost: {
|
|
2644
2644
|
input: number;
|
|
2645
2645
|
output: number;
|
|
@@ -2662,7 +2662,7 @@ export declare const MODELS: {
|
|
|
2662
2662
|
"Copilot-Integration-Id": string;
|
|
2663
2663
|
};
|
|
2664
2664
|
reasoning: true;
|
|
2665
|
-
input: ("
|
|
2665
|
+
input: ("text" | "image")[];
|
|
2666
2666
|
cost: {
|
|
2667
2667
|
input: number;
|
|
2668
2668
|
output: number;
|
|
@@ -2685,7 +2685,7 @@ export declare const MODELS: {
|
|
|
2685
2685
|
"Copilot-Integration-Id": string;
|
|
2686
2686
|
};
|
|
2687
2687
|
reasoning: true;
|
|
2688
|
-
input: ("
|
|
2688
|
+
input: ("text" | "image")[];
|
|
2689
2689
|
cost: {
|
|
2690
2690
|
input: number;
|
|
2691
2691
|
output: number;
|
|
@@ -2708,7 +2708,7 @@ export declare const MODELS: {
|
|
|
2708
2708
|
"Copilot-Integration-Id": string;
|
|
2709
2709
|
};
|
|
2710
2710
|
reasoning: true;
|
|
2711
|
-
input: ("
|
|
2711
|
+
input: ("text" | "image")[];
|
|
2712
2712
|
cost: {
|
|
2713
2713
|
input: number;
|
|
2714
2714
|
output: number;
|
|
@@ -2731,7 +2731,7 @@ export declare const MODELS: {
|
|
|
2731
2731
|
"Copilot-Integration-Id": string;
|
|
2732
2732
|
};
|
|
2733
2733
|
reasoning: true;
|
|
2734
|
-
input: ("
|
|
2734
|
+
input: ("text" | "image")[];
|
|
2735
2735
|
cost: {
|
|
2736
2736
|
input: number;
|
|
2737
2737
|
output: number;
|
|
@@ -2754,7 +2754,7 @@ export declare const MODELS: {
|
|
|
2754
2754
|
"Copilot-Integration-Id": string;
|
|
2755
2755
|
};
|
|
2756
2756
|
reasoning: true;
|
|
2757
|
-
input: ("
|
|
2757
|
+
input: ("text" | "image")[];
|
|
2758
2758
|
cost: {
|
|
2759
2759
|
input: number;
|
|
2760
2760
|
output: number;
|
|
@@ -2782,7 +2782,7 @@ export declare const MODELS: {
|
|
|
2782
2782
|
supportsReasoningEffort: false;
|
|
2783
2783
|
};
|
|
2784
2784
|
reasoning: false;
|
|
2785
|
-
input: ("
|
|
2785
|
+
input: ("text" | "image")[];
|
|
2786
2786
|
cost: {
|
|
2787
2787
|
input: number;
|
|
2788
2788
|
output: number;
|
|
@@ -2810,7 +2810,7 @@ export declare const MODELS: {
|
|
|
2810
2810
|
supportsReasoningEffort: false;
|
|
2811
2811
|
};
|
|
2812
2812
|
reasoning: true;
|
|
2813
|
-
input: ("
|
|
2813
|
+
input: ("text" | "image")[];
|
|
2814
2814
|
cost: {
|
|
2815
2815
|
input: number;
|
|
2816
2816
|
output: number;
|
|
@@ -2838,7 +2838,7 @@ export declare const MODELS: {
|
|
|
2838
2838
|
supportsReasoningEffort: false;
|
|
2839
2839
|
};
|
|
2840
2840
|
reasoning: true;
|
|
2841
|
-
input: ("
|
|
2841
|
+
input: ("text" | "image")[];
|
|
2842
2842
|
cost: {
|
|
2843
2843
|
input: number;
|
|
2844
2844
|
output: number;
|
|
@@ -2866,7 +2866,7 @@ export declare const MODELS: {
|
|
|
2866
2866
|
supportsReasoningEffort: false;
|
|
2867
2867
|
};
|
|
2868
2868
|
reasoning: true;
|
|
2869
|
-
input: ("
|
|
2869
|
+
input: ("text" | "image")[];
|
|
2870
2870
|
cost: {
|
|
2871
2871
|
input: number;
|
|
2872
2872
|
output: number;
|
|
@@ -2894,7 +2894,7 @@ export declare const MODELS: {
|
|
|
2894
2894
|
supportsReasoningEffort: false;
|
|
2895
2895
|
};
|
|
2896
2896
|
reasoning: false;
|
|
2897
|
-
input: ("
|
|
2897
|
+
input: ("text" | "image")[];
|
|
2898
2898
|
cost: {
|
|
2899
2899
|
input: number;
|
|
2900
2900
|
output: number;
|
|
@@ -2922,7 +2922,7 @@ export declare const MODELS: {
|
|
|
2922
2922
|
supportsReasoningEffort: false;
|
|
2923
2923
|
};
|
|
2924
2924
|
reasoning: false;
|
|
2925
|
-
input: ("
|
|
2925
|
+
input: ("text" | "image")[];
|
|
2926
2926
|
cost: {
|
|
2927
2927
|
input: number;
|
|
2928
2928
|
output: number;
|
|
@@ -2945,7 +2945,7 @@ export declare const MODELS: {
|
|
|
2945
2945
|
"Copilot-Integration-Id": string;
|
|
2946
2946
|
};
|
|
2947
2947
|
reasoning: true;
|
|
2948
|
-
input: ("
|
|
2948
|
+
input: ("text" | "image")[];
|
|
2949
2949
|
cost: {
|
|
2950
2950
|
input: number;
|
|
2951
2951
|
output: number;
|
|
@@ -2968,7 +2968,7 @@ export declare const MODELS: {
|
|
|
2968
2968
|
"Copilot-Integration-Id": string;
|
|
2969
2969
|
};
|
|
2970
2970
|
reasoning: true;
|
|
2971
|
-
input: ("
|
|
2971
|
+
input: ("text" | "image")[];
|
|
2972
2972
|
cost: {
|
|
2973
2973
|
input: number;
|
|
2974
2974
|
output: number;
|
|
@@ -2991,7 +2991,7 @@ export declare const MODELS: {
|
|
|
2991
2991
|
"Copilot-Integration-Id": string;
|
|
2992
2992
|
};
|
|
2993
2993
|
reasoning: true;
|
|
2994
|
-
input: ("
|
|
2994
|
+
input: ("text" | "image")[];
|
|
2995
2995
|
cost: {
|
|
2996
2996
|
input: number;
|
|
2997
2997
|
output: number;
|
|
@@ -3014,7 +3014,7 @@ export declare const MODELS: {
|
|
|
3014
3014
|
"Copilot-Integration-Id": string;
|
|
3015
3015
|
};
|
|
3016
3016
|
reasoning: true;
|
|
3017
|
-
input: ("
|
|
3017
|
+
input: ("text" | "image")[];
|
|
3018
3018
|
cost: {
|
|
3019
3019
|
input: number;
|
|
3020
3020
|
output: number;
|
|
@@ -3037,7 +3037,7 @@ export declare const MODELS: {
|
|
|
3037
3037
|
"Copilot-Integration-Id": string;
|
|
3038
3038
|
};
|
|
3039
3039
|
reasoning: true;
|
|
3040
|
-
input: ("
|
|
3040
|
+
input: ("text" | "image")[];
|
|
3041
3041
|
cost: {
|
|
3042
3042
|
input: number;
|
|
3043
3043
|
output: number;
|
|
@@ -3060,7 +3060,7 @@ export declare const MODELS: {
|
|
|
3060
3060
|
"Copilot-Integration-Id": string;
|
|
3061
3061
|
};
|
|
3062
3062
|
reasoning: true;
|
|
3063
|
-
input: ("
|
|
3063
|
+
input: ("text" | "image")[];
|
|
3064
3064
|
cost: {
|
|
3065
3065
|
input: number;
|
|
3066
3066
|
output: number;
|
|
@@ -3083,7 +3083,7 @@ export declare const MODELS: {
|
|
|
3083
3083
|
"Copilot-Integration-Id": string;
|
|
3084
3084
|
};
|
|
3085
3085
|
reasoning: true;
|
|
3086
|
-
input: ("
|
|
3086
|
+
input: ("text" | "image")[];
|
|
3087
3087
|
cost: {
|
|
3088
3088
|
input: number;
|
|
3089
3089
|
output: number;
|
|
@@ -3106,7 +3106,7 @@ export declare const MODELS: {
|
|
|
3106
3106
|
"Copilot-Integration-Id": string;
|
|
3107
3107
|
};
|
|
3108
3108
|
reasoning: true;
|
|
3109
|
-
input: ("
|
|
3109
|
+
input: ("text" | "image")[];
|
|
3110
3110
|
cost: {
|
|
3111
3111
|
input: number;
|
|
3112
3112
|
output: number;
|
|
@@ -3129,7 +3129,7 @@ export declare const MODELS: {
|
|
|
3129
3129
|
"Copilot-Integration-Id": string;
|
|
3130
3130
|
};
|
|
3131
3131
|
reasoning: true;
|
|
3132
|
-
input: ("
|
|
3132
|
+
input: ("text" | "image")[];
|
|
3133
3133
|
cost: {
|
|
3134
3134
|
input: number;
|
|
3135
3135
|
output: number;
|
|
@@ -3152,7 +3152,7 @@ export declare const MODELS: {
|
|
|
3152
3152
|
"Copilot-Integration-Id": string;
|
|
3153
3153
|
};
|
|
3154
3154
|
reasoning: true;
|
|
3155
|
-
input: ("
|
|
3155
|
+
input: ("text" | "image")[];
|
|
3156
3156
|
cost: {
|
|
3157
3157
|
input: number;
|
|
3158
3158
|
output: number;
|
|
@@ -3175,7 +3175,7 @@ export declare const MODELS: {
|
|
|
3175
3175
|
"Copilot-Integration-Id": string;
|
|
3176
3176
|
};
|
|
3177
3177
|
reasoning: true;
|
|
3178
|
-
input: ("
|
|
3178
|
+
input: ("text" | "image")[];
|
|
3179
3179
|
cost: {
|
|
3180
3180
|
input: number;
|
|
3181
3181
|
output: number;
|
|
@@ -3222,7 +3222,7 @@ export declare const MODELS: {
|
|
|
3222
3222
|
provider: string;
|
|
3223
3223
|
baseUrl: string;
|
|
3224
3224
|
reasoning: false;
|
|
3225
|
-
input: ("
|
|
3225
|
+
input: ("text" | "image")[];
|
|
3226
3226
|
cost: {
|
|
3227
3227
|
input: number;
|
|
3228
3228
|
output: number;
|
|
@@ -3239,7 +3239,7 @@ export declare const MODELS: {
|
|
|
3239
3239
|
provider: string;
|
|
3240
3240
|
baseUrl: string;
|
|
3241
3241
|
reasoning: false;
|
|
3242
|
-
input: ("
|
|
3242
|
+
input: ("text" | "image")[];
|
|
3243
3243
|
cost: {
|
|
3244
3244
|
input: number;
|
|
3245
3245
|
output: number;
|
|
@@ -3256,7 +3256,7 @@ export declare const MODELS: {
|
|
|
3256
3256
|
provider: string;
|
|
3257
3257
|
baseUrl: string;
|
|
3258
3258
|
reasoning: false;
|
|
3259
|
-
input: ("
|
|
3259
|
+
input: ("text" | "image")[];
|
|
3260
3260
|
cost: {
|
|
3261
3261
|
input: number;
|
|
3262
3262
|
output: number;
|
|
@@ -3273,7 +3273,7 @@ export declare const MODELS: {
|
|
|
3273
3273
|
provider: string;
|
|
3274
3274
|
baseUrl: string;
|
|
3275
3275
|
reasoning: false;
|
|
3276
|
-
input: ("
|
|
3276
|
+
input: ("text" | "image")[];
|
|
3277
3277
|
cost: {
|
|
3278
3278
|
input: number;
|
|
3279
3279
|
output: number;
|
|
@@ -3290,7 +3290,7 @@ export declare const MODELS: {
|
|
|
3290
3290
|
provider: string;
|
|
3291
3291
|
baseUrl: string;
|
|
3292
3292
|
reasoning: false;
|
|
3293
|
-
input: ("
|
|
3293
|
+
input: ("text" | "image")[];
|
|
3294
3294
|
cost: {
|
|
3295
3295
|
input: number;
|
|
3296
3296
|
output: number;
|
|
@@ -3307,7 +3307,7 @@ export declare const MODELS: {
|
|
|
3307
3307
|
provider: string;
|
|
3308
3308
|
baseUrl: string;
|
|
3309
3309
|
reasoning: true;
|
|
3310
|
-
input: ("
|
|
3310
|
+
input: ("text" | "image")[];
|
|
3311
3311
|
cost: {
|
|
3312
3312
|
input: number;
|
|
3313
3313
|
output: number;
|
|
@@ -3324,7 +3324,7 @@ export declare const MODELS: {
|
|
|
3324
3324
|
provider: string;
|
|
3325
3325
|
baseUrl: string;
|
|
3326
3326
|
reasoning: true;
|
|
3327
|
-
input: ("
|
|
3327
|
+
input: ("text" | "image")[];
|
|
3328
3328
|
cost: {
|
|
3329
3329
|
input: number;
|
|
3330
3330
|
output: number;
|
|
@@ -3341,7 +3341,7 @@ export declare const MODELS: {
|
|
|
3341
3341
|
provider: string;
|
|
3342
3342
|
baseUrl: string;
|
|
3343
3343
|
reasoning: true;
|
|
3344
|
-
input: ("
|
|
3344
|
+
input: ("text" | "image")[];
|
|
3345
3345
|
cost: {
|
|
3346
3346
|
input: number;
|
|
3347
3347
|
output: number;
|
|
@@ -3358,7 +3358,7 @@ export declare const MODELS: {
|
|
|
3358
3358
|
provider: string;
|
|
3359
3359
|
baseUrl: string;
|
|
3360
3360
|
reasoning: true;
|
|
3361
|
-
input: ("
|
|
3361
|
+
input: ("text" | "image")[];
|
|
3362
3362
|
cost: {
|
|
3363
3363
|
input: number;
|
|
3364
3364
|
output: number;
|
|
@@ -3375,7 +3375,7 @@ export declare const MODELS: {
|
|
|
3375
3375
|
provider: string;
|
|
3376
3376
|
baseUrl: string;
|
|
3377
3377
|
reasoning: true;
|
|
3378
|
-
input: ("
|
|
3378
|
+
input: ("text" | "image")[];
|
|
3379
3379
|
cost: {
|
|
3380
3380
|
input: number;
|
|
3381
3381
|
output: number;
|
|
@@ -3392,7 +3392,7 @@ export declare const MODELS: {
|
|
|
3392
3392
|
provider: string;
|
|
3393
3393
|
baseUrl: string;
|
|
3394
3394
|
reasoning: true;
|
|
3395
|
-
input: ("
|
|
3395
|
+
input: ("text" | "image")[];
|
|
3396
3396
|
cost: {
|
|
3397
3397
|
input: number;
|
|
3398
3398
|
output: number;
|
|
@@ -3409,7 +3409,7 @@ export declare const MODELS: {
|
|
|
3409
3409
|
provider: string;
|
|
3410
3410
|
baseUrl: string;
|
|
3411
3411
|
reasoning: true;
|
|
3412
|
-
input: ("
|
|
3412
|
+
input: ("text" | "image")[];
|
|
3413
3413
|
cost: {
|
|
3414
3414
|
input: number;
|
|
3415
3415
|
output: number;
|
|
@@ -3426,7 +3426,7 @@ export declare const MODELS: {
|
|
|
3426
3426
|
provider: string;
|
|
3427
3427
|
baseUrl: string;
|
|
3428
3428
|
reasoning: true;
|
|
3429
|
-
input: ("
|
|
3429
|
+
input: ("text" | "image")[];
|
|
3430
3430
|
cost: {
|
|
3431
3431
|
input: number;
|
|
3432
3432
|
output: number;
|
|
@@ -3443,7 +3443,7 @@ export declare const MODELS: {
|
|
|
3443
3443
|
provider: string;
|
|
3444
3444
|
baseUrl: string;
|
|
3445
3445
|
reasoning: true;
|
|
3446
|
-
input: ("
|
|
3446
|
+
input: ("text" | "image")[];
|
|
3447
3447
|
cost: {
|
|
3448
3448
|
input: number;
|
|
3449
3449
|
output: number;
|
|
@@ -3460,7 +3460,7 @@ export declare const MODELS: {
|
|
|
3460
3460
|
provider: string;
|
|
3461
3461
|
baseUrl: string;
|
|
3462
3462
|
reasoning: true;
|
|
3463
|
-
input: ("
|
|
3463
|
+
input: ("text" | "image")[];
|
|
3464
3464
|
cost: {
|
|
3465
3465
|
input: number;
|
|
3466
3466
|
output: number;
|
|
@@ -3477,7 +3477,7 @@ export declare const MODELS: {
|
|
|
3477
3477
|
provider: string;
|
|
3478
3478
|
baseUrl: string;
|
|
3479
3479
|
reasoning: true;
|
|
3480
|
-
input: ("
|
|
3480
|
+
input: ("text" | "image")[];
|
|
3481
3481
|
cost: {
|
|
3482
3482
|
input: number;
|
|
3483
3483
|
output: number;
|
|
@@ -3494,7 +3494,7 @@ export declare const MODELS: {
|
|
|
3494
3494
|
provider: string;
|
|
3495
3495
|
baseUrl: string;
|
|
3496
3496
|
reasoning: true;
|
|
3497
|
-
input: ("
|
|
3497
|
+
input: ("text" | "image")[];
|
|
3498
3498
|
cost: {
|
|
3499
3499
|
input: number;
|
|
3500
3500
|
output: number;
|
|
@@ -3511,7 +3511,7 @@ export declare const MODELS: {
|
|
|
3511
3511
|
provider: string;
|
|
3512
3512
|
baseUrl: string;
|
|
3513
3513
|
reasoning: true;
|
|
3514
|
-
input: ("
|
|
3514
|
+
input: ("text" | "image")[];
|
|
3515
3515
|
cost: {
|
|
3516
3516
|
input: number;
|
|
3517
3517
|
output: number;
|
|
@@ -3528,7 +3528,7 @@ export declare const MODELS: {
|
|
|
3528
3528
|
provider: string;
|
|
3529
3529
|
baseUrl: string;
|
|
3530
3530
|
reasoning: true;
|
|
3531
|
-
input: ("
|
|
3531
|
+
input: ("text" | "image")[];
|
|
3532
3532
|
cost: {
|
|
3533
3533
|
input: number;
|
|
3534
3534
|
output: number;
|
|
@@ -3545,7 +3545,7 @@ export declare const MODELS: {
|
|
|
3545
3545
|
provider: string;
|
|
3546
3546
|
baseUrl: string;
|
|
3547
3547
|
reasoning: true;
|
|
3548
|
-
input: ("
|
|
3548
|
+
input: ("text" | "image")[];
|
|
3549
3549
|
cost: {
|
|
3550
3550
|
input: number;
|
|
3551
3551
|
output: number;
|
|
@@ -3562,7 +3562,7 @@ export declare const MODELS: {
|
|
|
3562
3562
|
provider: string;
|
|
3563
3563
|
baseUrl: string;
|
|
3564
3564
|
reasoning: true;
|
|
3565
|
-
input: ("
|
|
3565
|
+
input: ("text" | "image")[];
|
|
3566
3566
|
cost: {
|
|
3567
3567
|
input: number;
|
|
3568
3568
|
output: number;
|
|
@@ -3579,7 +3579,7 @@ export declare const MODELS: {
|
|
|
3579
3579
|
provider: string;
|
|
3580
3580
|
baseUrl: string;
|
|
3581
3581
|
reasoning: true;
|
|
3582
|
-
input: ("
|
|
3582
|
+
input: ("text" | "image")[];
|
|
3583
3583
|
cost: {
|
|
3584
3584
|
input: number;
|
|
3585
3585
|
output: number;
|
|
@@ -3596,7 +3596,7 @@ export declare const MODELS: {
|
|
|
3596
3596
|
provider: string;
|
|
3597
3597
|
baseUrl: string;
|
|
3598
3598
|
reasoning: true;
|
|
3599
|
-
input: ("
|
|
3599
|
+
input: ("text" | "image")[];
|
|
3600
3600
|
cost: {
|
|
3601
3601
|
input: number;
|
|
3602
3602
|
output: number;
|
|
@@ -3630,7 +3630,7 @@ export declare const MODELS: {
|
|
|
3630
3630
|
provider: string;
|
|
3631
3631
|
baseUrl: string;
|
|
3632
3632
|
reasoning: false;
|
|
3633
|
-
input: ("
|
|
3633
|
+
input: ("text" | "image")[];
|
|
3634
3634
|
cost: {
|
|
3635
3635
|
input: number;
|
|
3636
3636
|
output: number;
|
|
@@ -3647,7 +3647,7 @@ export declare const MODELS: {
|
|
|
3647
3647
|
provider: string;
|
|
3648
3648
|
baseUrl: string;
|
|
3649
3649
|
reasoning: true;
|
|
3650
|
-
input: ("
|
|
3650
|
+
input: ("text" | "image")[];
|
|
3651
3651
|
cost: {
|
|
3652
3652
|
input: number;
|
|
3653
3653
|
output: number;
|
|
@@ -3664,7 +3664,7 @@ export declare const MODELS: {
|
|
|
3664
3664
|
provider: string;
|
|
3665
3665
|
baseUrl: string;
|
|
3666
3666
|
reasoning: true;
|
|
3667
|
-
input: ("
|
|
3667
|
+
input: ("text" | "image")[];
|
|
3668
3668
|
cost: {
|
|
3669
3669
|
input: number;
|
|
3670
3670
|
output: number;
|
|
@@ -3683,7 +3683,7 @@ export declare const MODELS: {
|
|
|
3683
3683
|
provider: string;
|
|
3684
3684
|
baseUrl: string;
|
|
3685
3685
|
reasoning: true;
|
|
3686
|
-
input: ("
|
|
3686
|
+
input: ("text" | "image")[];
|
|
3687
3687
|
cost: {
|
|
3688
3688
|
input: number;
|
|
3689
3689
|
output: number;
|
|
@@ -3700,7 +3700,7 @@ export declare const MODELS: {
|
|
|
3700
3700
|
provider: string;
|
|
3701
3701
|
baseUrl: string;
|
|
3702
3702
|
reasoning: true;
|
|
3703
|
-
input: ("
|
|
3703
|
+
input: ("text" | "image")[];
|
|
3704
3704
|
cost: {
|
|
3705
3705
|
input: number;
|
|
3706
3706
|
output: number;
|
|
@@ -3717,7 +3717,7 @@ export declare const MODELS: {
|
|
|
3717
3717
|
provider: string;
|
|
3718
3718
|
baseUrl: string;
|
|
3719
3719
|
reasoning: false;
|
|
3720
|
-
input: ("
|
|
3720
|
+
input: ("text" | "image")[];
|
|
3721
3721
|
cost: {
|
|
3722
3722
|
input: number;
|
|
3723
3723
|
output: number;
|
|
@@ -3734,7 +3734,7 @@ export declare const MODELS: {
|
|
|
3734
3734
|
provider: string;
|
|
3735
3735
|
baseUrl: string;
|
|
3736
3736
|
reasoning: true;
|
|
3737
|
-
input: ("
|
|
3737
|
+
input: ("text" | "image")[];
|
|
3738
3738
|
cost: {
|
|
3739
3739
|
input: number;
|
|
3740
3740
|
output: number;
|
|
@@ -3751,7 +3751,7 @@ export declare const MODELS: {
|
|
|
3751
3751
|
provider: string;
|
|
3752
3752
|
baseUrl: string;
|
|
3753
3753
|
reasoning: true;
|
|
3754
|
-
input: ("
|
|
3754
|
+
input: ("text" | "image")[];
|
|
3755
3755
|
cost: {
|
|
3756
3756
|
input: number;
|
|
3757
3757
|
output: number;
|
|
@@ -3768,7 +3768,7 @@ export declare const MODELS: {
|
|
|
3768
3768
|
provider: string;
|
|
3769
3769
|
baseUrl: string;
|
|
3770
3770
|
reasoning: true;
|
|
3771
|
-
input: ("
|
|
3771
|
+
input: ("text" | "image")[];
|
|
3772
3772
|
cost: {
|
|
3773
3773
|
input: number;
|
|
3774
3774
|
output: number;
|
|
@@ -3785,7 +3785,7 @@ export declare const MODELS: {
|
|
|
3785
3785
|
provider: string;
|
|
3786
3786
|
baseUrl: string;
|
|
3787
3787
|
reasoning: true;
|
|
3788
|
-
input: ("
|
|
3788
|
+
input: ("text" | "image")[];
|
|
3789
3789
|
cost: {
|
|
3790
3790
|
input: number;
|
|
3791
3791
|
output: number;
|
|
@@ -3802,7 +3802,7 @@ export declare const MODELS: {
|
|
|
3802
3802
|
provider: string;
|
|
3803
3803
|
baseUrl: string;
|
|
3804
3804
|
reasoning: true;
|
|
3805
|
-
input: ("
|
|
3805
|
+
input: ("text" | "image")[];
|
|
3806
3806
|
cost: {
|
|
3807
3807
|
input: number;
|
|
3808
3808
|
output: number;
|
|
@@ -3838,7 +3838,7 @@ export declare const MODELS: {
|
|
|
3838
3838
|
provider: string;
|
|
3839
3839
|
baseUrl: string;
|
|
3840
3840
|
reasoning: false;
|
|
3841
|
-
input: ("
|
|
3841
|
+
input: ("text" | "image")[];
|
|
3842
3842
|
cost: {
|
|
3843
3843
|
input: number;
|
|
3844
3844
|
output: number;
|
|
@@ -3855,7 +3855,7 @@ export declare const MODELS: {
|
|
|
3855
3855
|
provider: string;
|
|
3856
3856
|
baseUrl: string;
|
|
3857
3857
|
reasoning: true;
|
|
3858
|
-
input: ("
|
|
3858
|
+
input: ("text" | "image")[];
|
|
3859
3859
|
cost: {
|
|
3860
3860
|
input: number;
|
|
3861
3861
|
output: number;
|
|
@@ -3872,7 +3872,7 @@ export declare const MODELS: {
|
|
|
3872
3872
|
provider: string;
|
|
3873
3873
|
baseUrl: string;
|
|
3874
3874
|
reasoning: true;
|
|
3875
|
-
input: ("
|
|
3875
|
+
input: ("text" | "image")[];
|
|
3876
3876
|
cost: {
|
|
3877
3877
|
input: number;
|
|
3878
3878
|
output: number;
|
|
@@ -3889,7 +3889,7 @@ export declare const MODELS: {
|
|
|
3889
3889
|
provider: string;
|
|
3890
3890
|
baseUrl: string;
|
|
3891
3891
|
reasoning: true;
|
|
3892
|
-
input: ("
|
|
3892
|
+
input: ("text" | "image")[];
|
|
3893
3893
|
cost: {
|
|
3894
3894
|
input: number;
|
|
3895
3895
|
output: number;
|
|
@@ -3906,7 +3906,7 @@ export declare const MODELS: {
|
|
|
3906
3906
|
provider: string;
|
|
3907
3907
|
baseUrl: string;
|
|
3908
3908
|
reasoning: true;
|
|
3909
|
-
input: ("
|
|
3909
|
+
input: ("text" | "image")[];
|
|
3910
3910
|
cost: {
|
|
3911
3911
|
input: number;
|
|
3912
3912
|
output: number;
|
|
@@ -3923,7 +3923,7 @@ export declare const MODELS: {
|
|
|
3923
3923
|
provider: string;
|
|
3924
3924
|
baseUrl: string;
|
|
3925
3925
|
reasoning: true;
|
|
3926
|
-
input: ("
|
|
3926
|
+
input: ("text" | "image")[];
|
|
3927
3927
|
cost: {
|
|
3928
3928
|
input: number;
|
|
3929
3929
|
output: number;
|
|
@@ -3942,7 +3942,7 @@ export declare const MODELS: {
|
|
|
3942
3942
|
provider: string;
|
|
3943
3943
|
baseUrl: string;
|
|
3944
3944
|
reasoning: false;
|
|
3945
|
-
input: ("
|
|
3945
|
+
input: ("text" | "image")[];
|
|
3946
3946
|
cost: {
|
|
3947
3947
|
input: number;
|
|
3948
3948
|
output: number;
|
|
@@ -3959,7 +3959,7 @@ export declare const MODELS: {
|
|
|
3959
3959
|
provider: string;
|
|
3960
3960
|
baseUrl: string;
|
|
3961
3961
|
reasoning: false;
|
|
3962
|
-
input: ("
|
|
3962
|
+
input: ("text" | "image")[];
|
|
3963
3963
|
cost: {
|
|
3964
3964
|
input: number;
|
|
3965
3965
|
output: number;
|
|
@@ -3976,7 +3976,7 @@ export declare const MODELS: {
|
|
|
3976
3976
|
provider: string;
|
|
3977
3977
|
baseUrl: string;
|
|
3978
3978
|
reasoning: false;
|
|
3979
|
-
input: ("
|
|
3979
|
+
input: ("text" | "image")[];
|
|
3980
3980
|
cost: {
|
|
3981
3981
|
input: number;
|
|
3982
3982
|
output: number;
|
|
@@ -3993,7 +3993,7 @@ export declare const MODELS: {
|
|
|
3993
3993
|
provider: string;
|
|
3994
3994
|
baseUrl: string;
|
|
3995
3995
|
reasoning: false;
|
|
3996
|
-
input: ("
|
|
3996
|
+
input: ("text" | "image")[];
|
|
3997
3997
|
cost: {
|
|
3998
3998
|
input: number;
|
|
3999
3999
|
output: number;
|
|
@@ -4010,7 +4010,7 @@ export declare const MODELS: {
|
|
|
4010
4010
|
provider: string;
|
|
4011
4011
|
baseUrl: string;
|
|
4012
4012
|
reasoning: true;
|
|
4013
|
-
input: ("
|
|
4013
|
+
input: ("text" | "image")[];
|
|
4014
4014
|
cost: {
|
|
4015
4015
|
input: number;
|
|
4016
4016
|
output: number;
|
|
@@ -4027,7 +4027,7 @@ export declare const MODELS: {
|
|
|
4027
4027
|
provider: string;
|
|
4028
4028
|
baseUrl: string;
|
|
4029
4029
|
reasoning: true;
|
|
4030
|
-
input: ("
|
|
4030
|
+
input: ("text" | "image")[];
|
|
4031
4031
|
cost: {
|
|
4032
4032
|
input: number;
|
|
4033
4033
|
output: number;
|
|
@@ -4044,7 +4044,7 @@ export declare const MODELS: {
|
|
|
4044
4044
|
provider: string;
|
|
4045
4045
|
baseUrl: string;
|
|
4046
4046
|
reasoning: true;
|
|
4047
|
-
input: ("
|
|
4047
|
+
input: ("text" | "image")[];
|
|
4048
4048
|
cost: {
|
|
4049
4049
|
input: number;
|
|
4050
4050
|
output: number;
|
|
@@ -4061,7 +4061,7 @@ export declare const MODELS: {
|
|
|
4061
4061
|
provider: string;
|
|
4062
4062
|
baseUrl: string;
|
|
4063
4063
|
reasoning: true;
|
|
4064
|
-
input: ("
|
|
4064
|
+
input: ("text" | "image")[];
|
|
4065
4065
|
cost: {
|
|
4066
4066
|
input: number;
|
|
4067
4067
|
output: number;
|
|
@@ -4078,7 +4078,7 @@ export declare const MODELS: {
|
|
|
4078
4078
|
provider: string;
|
|
4079
4079
|
baseUrl: string;
|
|
4080
4080
|
reasoning: true;
|
|
4081
|
-
input: ("
|
|
4081
|
+
input: ("text" | "image")[];
|
|
4082
4082
|
cost: {
|
|
4083
4083
|
input: number;
|
|
4084
4084
|
output: number;
|
|
@@ -4095,7 +4095,7 @@ export declare const MODELS: {
|
|
|
4095
4095
|
provider: string;
|
|
4096
4096
|
baseUrl: string;
|
|
4097
4097
|
reasoning: true;
|
|
4098
|
-
input: ("
|
|
4098
|
+
input: ("text" | "image")[];
|
|
4099
4099
|
cost: {
|
|
4100
4100
|
input: number;
|
|
4101
4101
|
output: number;
|
|
@@ -4112,7 +4112,7 @@ export declare const MODELS: {
|
|
|
4112
4112
|
provider: string;
|
|
4113
4113
|
baseUrl: string;
|
|
4114
4114
|
reasoning: true;
|
|
4115
|
-
input: ("
|
|
4115
|
+
input: ("text" | "image")[];
|
|
4116
4116
|
cost: {
|
|
4117
4117
|
input: number;
|
|
4118
4118
|
output: number;
|
|
@@ -4129,7 +4129,7 @@ export declare const MODELS: {
|
|
|
4129
4129
|
provider: string;
|
|
4130
4130
|
baseUrl: string;
|
|
4131
4131
|
reasoning: true;
|
|
4132
|
-
input: ("
|
|
4132
|
+
input: ("text" | "image")[];
|
|
4133
4133
|
cost: {
|
|
4134
4134
|
input: number;
|
|
4135
4135
|
output: number;
|
|
@@ -4146,7 +4146,7 @@ export declare const MODELS: {
|
|
|
4146
4146
|
provider: string;
|
|
4147
4147
|
baseUrl: string;
|
|
4148
4148
|
reasoning: true;
|
|
4149
|
-
input: ("
|
|
4149
|
+
input: ("text" | "image")[];
|
|
4150
4150
|
cost: {
|
|
4151
4151
|
input: number;
|
|
4152
4152
|
output: number;
|
|
@@ -4301,7 +4301,7 @@ export declare const MODELS: {
|
|
|
4301
4301
|
provider: string;
|
|
4302
4302
|
baseUrl: string;
|
|
4303
4303
|
reasoning: false;
|
|
4304
|
-
input: ("
|
|
4304
|
+
input: ("text" | "image")[];
|
|
4305
4305
|
cost: {
|
|
4306
4306
|
input: number;
|
|
4307
4307
|
output: number;
|
|
@@ -4318,7 +4318,7 @@ export declare const MODELS: {
|
|
|
4318
4318
|
provider: string;
|
|
4319
4319
|
baseUrl: string;
|
|
4320
4320
|
reasoning: false;
|
|
4321
|
-
input: ("
|
|
4321
|
+
input: ("text" | "image")[];
|
|
4322
4322
|
cost: {
|
|
4323
4323
|
input: number;
|
|
4324
4324
|
output: number;
|
|
@@ -4616,7 +4616,7 @@ export declare const MODELS: {
|
|
|
4616
4616
|
supportsDeveloperRole: false;
|
|
4617
4617
|
};
|
|
4618
4618
|
reasoning: true;
|
|
4619
|
-
input: ("
|
|
4619
|
+
input: ("text" | "image")[];
|
|
4620
4620
|
cost: {
|
|
4621
4621
|
input: number;
|
|
4622
4622
|
output: number;
|
|
@@ -4756,7 +4756,7 @@ export declare const MODELS: {
|
|
|
4756
4756
|
supportsDeveloperRole: false;
|
|
4757
4757
|
};
|
|
4758
4758
|
reasoning: true;
|
|
4759
|
-
input: ("
|
|
4759
|
+
input: ("text" | "image")[];
|
|
4760
4760
|
cost: {
|
|
4761
4761
|
input: number;
|
|
4762
4762
|
output: number;
|
|
@@ -4855,7 +4855,7 @@ export declare const MODELS: {
|
|
|
4855
4855
|
provider: string;
|
|
4856
4856
|
baseUrl: string;
|
|
4857
4857
|
reasoning: true;
|
|
4858
|
-
input: ("
|
|
4858
|
+
input: ("text" | "image")[];
|
|
4859
4859
|
cost: {
|
|
4860
4860
|
input: number;
|
|
4861
4861
|
output: number;
|
|
@@ -5065,7 +5065,7 @@ export declare const MODELS: {
|
|
|
5065
5065
|
provider: string;
|
|
5066
5066
|
baseUrl: string;
|
|
5067
5067
|
reasoning: false;
|
|
5068
|
-
input: ("
|
|
5068
|
+
input: ("text" | "image")[];
|
|
5069
5069
|
cost: {
|
|
5070
5070
|
input: number;
|
|
5071
5071
|
output: number;
|
|
@@ -5167,7 +5167,7 @@ export declare const MODELS: {
|
|
|
5167
5167
|
provider: string;
|
|
5168
5168
|
baseUrl: string;
|
|
5169
5169
|
reasoning: false;
|
|
5170
|
-
input: ("
|
|
5170
|
+
input: ("text" | "image")[];
|
|
5171
5171
|
cost: {
|
|
5172
5172
|
input: number;
|
|
5173
5173
|
output: number;
|
|
@@ -5184,7 +5184,7 @@ export declare const MODELS: {
|
|
|
5184
5184
|
provider: string;
|
|
5185
5185
|
baseUrl: string;
|
|
5186
5186
|
reasoning: false;
|
|
5187
|
-
input: ("
|
|
5187
|
+
input: ("text" | "image")[];
|
|
5188
5188
|
cost: {
|
|
5189
5189
|
input: number;
|
|
5190
5190
|
output: number;
|
|
@@ -5201,7 +5201,7 @@ export declare const MODELS: {
|
|
|
5201
5201
|
provider: string;
|
|
5202
5202
|
baseUrl: string;
|
|
5203
5203
|
reasoning: false;
|
|
5204
|
-
input: ("
|
|
5204
|
+
input: ("text" | "image")[];
|
|
5205
5205
|
cost: {
|
|
5206
5206
|
input: number;
|
|
5207
5207
|
output: number;
|
|
@@ -5218,7 +5218,7 @@ export declare const MODELS: {
|
|
|
5218
5218
|
provider: string;
|
|
5219
5219
|
baseUrl: string;
|
|
5220
5220
|
reasoning: false;
|
|
5221
|
-
input: ("
|
|
5221
|
+
input: ("text" | "image")[];
|
|
5222
5222
|
cost: {
|
|
5223
5223
|
input: number;
|
|
5224
5224
|
output: number;
|
|
@@ -5235,7 +5235,7 @@ export declare const MODELS: {
|
|
|
5235
5235
|
provider: string;
|
|
5236
5236
|
baseUrl: string;
|
|
5237
5237
|
reasoning: false;
|
|
5238
|
-
input: ("
|
|
5238
|
+
input: ("text" | "image")[];
|
|
5239
5239
|
cost: {
|
|
5240
5240
|
input: number;
|
|
5241
5241
|
output: number;
|
|
@@ -5269,7 +5269,7 @@ export declare const MODELS: {
|
|
|
5269
5269
|
provider: string;
|
|
5270
5270
|
baseUrl: string;
|
|
5271
5271
|
reasoning: false;
|
|
5272
|
-
input: ("
|
|
5272
|
+
input: ("text" | "image")[];
|
|
5273
5273
|
cost: {
|
|
5274
5274
|
input: number;
|
|
5275
5275
|
output: number;
|
|
@@ -5286,7 +5286,7 @@ export declare const MODELS: {
|
|
|
5286
5286
|
provider: string;
|
|
5287
5287
|
baseUrl: string;
|
|
5288
5288
|
reasoning: true;
|
|
5289
|
-
input: ("
|
|
5289
|
+
input: ("text" | "image")[];
|
|
5290
5290
|
cost: {
|
|
5291
5291
|
input: number;
|
|
5292
5292
|
output: number;
|
|
@@ -5303,7 +5303,7 @@ export declare const MODELS: {
|
|
|
5303
5303
|
provider: string;
|
|
5304
5304
|
baseUrl: string;
|
|
5305
5305
|
reasoning: true;
|
|
5306
|
-
input: ("
|
|
5306
|
+
input: ("text" | "image")[];
|
|
5307
5307
|
cost: {
|
|
5308
5308
|
input: number;
|
|
5309
5309
|
output: number;
|
|
@@ -5371,7 +5371,7 @@ export declare const MODELS: {
|
|
|
5371
5371
|
provider: string;
|
|
5372
5372
|
baseUrl: string;
|
|
5373
5373
|
reasoning: false;
|
|
5374
|
-
input: ("
|
|
5374
|
+
input: ("text" | "image")[];
|
|
5375
5375
|
cost: {
|
|
5376
5376
|
input: number;
|
|
5377
5377
|
output: number;
|
|
@@ -5388,7 +5388,7 @@ export declare const MODELS: {
|
|
|
5388
5388
|
provider: string;
|
|
5389
5389
|
baseUrl: string;
|
|
5390
5390
|
reasoning: false;
|
|
5391
|
-
input: ("
|
|
5391
|
+
input: ("text" | "image")[];
|
|
5392
5392
|
cost: {
|
|
5393
5393
|
input: number;
|
|
5394
5394
|
output: number;
|
|
@@ -5441,7 +5441,7 @@ export declare const MODELS: {
|
|
|
5441
5441
|
provider: string;
|
|
5442
5442
|
baseUrl: string;
|
|
5443
5443
|
reasoning: false;
|
|
5444
|
-
input: ("
|
|
5444
|
+
input: ("text" | "image")[];
|
|
5445
5445
|
cost: {
|
|
5446
5446
|
input: number;
|
|
5447
5447
|
output: number;
|
|
@@ -5458,7 +5458,7 @@ export declare const MODELS: {
|
|
|
5458
5458
|
provider: string;
|
|
5459
5459
|
baseUrl: string;
|
|
5460
5460
|
reasoning: false;
|
|
5461
|
-
input: ("
|
|
5461
|
+
input: ("text" | "image")[];
|
|
5462
5462
|
cost: {
|
|
5463
5463
|
input: number;
|
|
5464
5464
|
output: number;
|
|
@@ -5475,7 +5475,7 @@ export declare const MODELS: {
|
|
|
5475
5475
|
provider: string;
|
|
5476
5476
|
baseUrl: string;
|
|
5477
5477
|
reasoning: false;
|
|
5478
|
-
input: ("
|
|
5478
|
+
input: ("text" | "image")[];
|
|
5479
5479
|
cost: {
|
|
5480
5480
|
input: number;
|
|
5481
5481
|
output: number;
|
|
@@ -5492,7 +5492,7 @@ export declare const MODELS: {
|
|
|
5492
5492
|
provider: string;
|
|
5493
5493
|
baseUrl: string;
|
|
5494
5494
|
reasoning: false;
|
|
5495
|
-
input: ("
|
|
5495
|
+
input: ("text" | "image")[];
|
|
5496
5496
|
cost: {
|
|
5497
5497
|
input: number;
|
|
5498
5498
|
output: number;
|
|
@@ -5509,7 +5509,7 @@ export declare const MODELS: {
|
|
|
5509
5509
|
provider: string;
|
|
5510
5510
|
baseUrl: string;
|
|
5511
5511
|
reasoning: false;
|
|
5512
|
-
input: ("
|
|
5512
|
+
input: ("text" | "image")[];
|
|
5513
5513
|
cost: {
|
|
5514
5514
|
input: number;
|
|
5515
5515
|
output: number;
|
|
@@ -5526,7 +5526,7 @@ export declare const MODELS: {
|
|
|
5526
5526
|
provider: string;
|
|
5527
5527
|
baseUrl: string;
|
|
5528
5528
|
reasoning: false;
|
|
5529
|
-
input: ("
|
|
5529
|
+
input: ("text" | "image")[];
|
|
5530
5530
|
cost: {
|
|
5531
5531
|
input: number;
|
|
5532
5532
|
output: number;
|
|
@@ -5543,7 +5543,7 @@ export declare const MODELS: {
|
|
|
5543
5543
|
provider: string;
|
|
5544
5544
|
baseUrl: string;
|
|
5545
5545
|
reasoning: false;
|
|
5546
|
-
input: ("
|
|
5546
|
+
input: ("text" | "image")[];
|
|
5547
5547
|
cost: {
|
|
5548
5548
|
input: number;
|
|
5549
5549
|
output: number;
|
|
@@ -5560,7 +5560,7 @@ export declare const MODELS: {
|
|
|
5560
5560
|
provider: string;
|
|
5561
5561
|
baseUrl: string;
|
|
5562
5562
|
reasoning: false;
|
|
5563
|
-
input: ("
|
|
5563
|
+
input: ("text" | "image")[];
|
|
5564
5564
|
cost: {
|
|
5565
5565
|
input: number;
|
|
5566
5566
|
output: number;
|
|
@@ -5577,7 +5577,7 @@ export declare const MODELS: {
|
|
|
5577
5577
|
provider: string;
|
|
5578
5578
|
baseUrl: string;
|
|
5579
5579
|
reasoning: false;
|
|
5580
|
-
input: ("
|
|
5580
|
+
input: ("text" | "image")[];
|
|
5581
5581
|
cost: {
|
|
5582
5582
|
input: number;
|
|
5583
5583
|
output: number;
|
|
@@ -5594,7 +5594,7 @@ export declare const MODELS: {
|
|
|
5594
5594
|
provider: string;
|
|
5595
5595
|
baseUrl: string;
|
|
5596
5596
|
reasoning: true;
|
|
5597
|
-
input: ("
|
|
5597
|
+
input: ("text" | "image")[];
|
|
5598
5598
|
cost: {
|
|
5599
5599
|
input: number;
|
|
5600
5600
|
output: number;
|
|
@@ -5611,7 +5611,7 @@ export declare const MODELS: {
|
|
|
5611
5611
|
provider: string;
|
|
5612
5612
|
baseUrl: string;
|
|
5613
5613
|
reasoning: false;
|
|
5614
|
-
input: ("
|
|
5614
|
+
input: ("text" | "image")[];
|
|
5615
5615
|
cost: {
|
|
5616
5616
|
input: number;
|
|
5617
5617
|
output: number;
|
|
@@ -5628,7 +5628,7 @@ export declare const MODELS: {
|
|
|
5628
5628
|
provider: string;
|
|
5629
5629
|
baseUrl: string;
|
|
5630
5630
|
reasoning: true;
|
|
5631
|
-
input: ("
|
|
5631
|
+
input: ("text" | "image")[];
|
|
5632
5632
|
cost: {
|
|
5633
5633
|
input: number;
|
|
5634
5634
|
output: number;
|
|
@@ -5645,7 +5645,7 @@ export declare const MODELS: {
|
|
|
5645
5645
|
provider: string;
|
|
5646
5646
|
baseUrl: string;
|
|
5647
5647
|
reasoning: true;
|
|
5648
|
-
input: ("
|
|
5648
|
+
input: ("text" | "image")[];
|
|
5649
5649
|
cost: {
|
|
5650
5650
|
input: number;
|
|
5651
5651
|
output: number;
|
|
@@ -5662,7 +5662,7 @@ export declare const MODELS: {
|
|
|
5662
5662
|
provider: string;
|
|
5663
5663
|
baseUrl: string;
|
|
5664
5664
|
reasoning: true;
|
|
5665
|
-
input: ("
|
|
5665
|
+
input: ("text" | "image")[];
|
|
5666
5666
|
cost: {
|
|
5667
5667
|
input: number;
|
|
5668
5668
|
output: number;
|
|
@@ -5679,7 +5679,7 @@ export declare const MODELS: {
|
|
|
5679
5679
|
provider: string;
|
|
5680
5680
|
baseUrl: string;
|
|
5681
5681
|
reasoning: true;
|
|
5682
|
-
input: ("
|
|
5682
|
+
input: ("text" | "image")[];
|
|
5683
5683
|
cost: {
|
|
5684
5684
|
input: number;
|
|
5685
5685
|
output: number;
|
|
@@ -5696,7 +5696,7 @@ export declare const MODELS: {
|
|
|
5696
5696
|
provider: string;
|
|
5697
5697
|
baseUrl: string;
|
|
5698
5698
|
reasoning: true;
|
|
5699
|
-
input: ("
|
|
5699
|
+
input: ("text" | "image")[];
|
|
5700
5700
|
cost: {
|
|
5701
5701
|
input: number;
|
|
5702
5702
|
output: number;
|
|
@@ -5713,7 +5713,7 @@ export declare const MODELS: {
|
|
|
5713
5713
|
provider: string;
|
|
5714
5714
|
baseUrl: string;
|
|
5715
5715
|
reasoning: true;
|
|
5716
|
-
input: ("
|
|
5716
|
+
input: ("text" | "image")[];
|
|
5717
5717
|
cost: {
|
|
5718
5718
|
input: number;
|
|
5719
5719
|
output: number;
|
|
@@ -5730,7 +5730,7 @@ export declare const MODELS: {
|
|
|
5730
5730
|
provider: string;
|
|
5731
5731
|
baseUrl: string;
|
|
5732
5732
|
reasoning: true;
|
|
5733
|
-
input: ("
|
|
5733
|
+
input: ("text" | "image")[];
|
|
5734
5734
|
cost: {
|
|
5735
5735
|
input: number;
|
|
5736
5736
|
output: number;
|
|
@@ -5747,7 +5747,7 @@ export declare const MODELS: {
|
|
|
5747
5747
|
provider: string;
|
|
5748
5748
|
baseUrl: string;
|
|
5749
5749
|
reasoning: true;
|
|
5750
|
-
input: ("
|
|
5750
|
+
input: ("text" | "image")[];
|
|
5751
5751
|
cost: {
|
|
5752
5752
|
input: number;
|
|
5753
5753
|
output: number;
|
|
@@ -5764,7 +5764,7 @@ export declare const MODELS: {
|
|
|
5764
5764
|
provider: string;
|
|
5765
5765
|
baseUrl: string;
|
|
5766
5766
|
reasoning: true;
|
|
5767
|
-
input: ("
|
|
5767
|
+
input: ("text" | "image")[];
|
|
5768
5768
|
cost: {
|
|
5769
5769
|
input: number;
|
|
5770
5770
|
output: number;
|
|
@@ -5781,7 +5781,7 @@ export declare const MODELS: {
|
|
|
5781
5781
|
provider: string;
|
|
5782
5782
|
baseUrl: string;
|
|
5783
5783
|
reasoning: true;
|
|
5784
|
-
input: ("
|
|
5784
|
+
input: ("text" | "image")[];
|
|
5785
5785
|
cost: {
|
|
5786
5786
|
input: number;
|
|
5787
5787
|
output: number;
|
|
@@ -5798,7 +5798,7 @@ export declare const MODELS: {
|
|
|
5798
5798
|
provider: string;
|
|
5799
5799
|
baseUrl: string;
|
|
5800
5800
|
reasoning: true;
|
|
5801
|
-
input: ("
|
|
5801
|
+
input: ("text" | "image")[];
|
|
5802
5802
|
cost: {
|
|
5803
5803
|
input: number;
|
|
5804
5804
|
output: number;
|
|
@@ -5815,7 +5815,7 @@ export declare const MODELS: {
|
|
|
5815
5815
|
provider: string;
|
|
5816
5816
|
baseUrl: string;
|
|
5817
5817
|
reasoning: true;
|
|
5818
|
-
input: ("
|
|
5818
|
+
input: ("text" | "image")[];
|
|
5819
5819
|
cost: {
|
|
5820
5820
|
input: number;
|
|
5821
5821
|
output: number;
|
|
@@ -5832,7 +5832,7 @@ export declare const MODELS: {
|
|
|
5832
5832
|
provider: string;
|
|
5833
5833
|
baseUrl: string;
|
|
5834
5834
|
reasoning: true;
|
|
5835
|
-
input: ("
|
|
5835
|
+
input: ("text" | "image")[];
|
|
5836
5836
|
cost: {
|
|
5837
5837
|
input: number;
|
|
5838
5838
|
output: number;
|
|
@@ -5849,7 +5849,7 @@ export declare const MODELS: {
|
|
|
5849
5849
|
provider: string;
|
|
5850
5850
|
baseUrl: string;
|
|
5851
5851
|
reasoning: false;
|
|
5852
|
-
input: ("
|
|
5852
|
+
input: ("text" | "image")[];
|
|
5853
5853
|
cost: {
|
|
5854
5854
|
input: number;
|
|
5855
5855
|
output: number;
|
|
@@ -5866,7 +5866,7 @@ export declare const MODELS: {
|
|
|
5866
5866
|
provider: string;
|
|
5867
5867
|
baseUrl: string;
|
|
5868
5868
|
reasoning: true;
|
|
5869
|
-
input: ("
|
|
5869
|
+
input: ("text" | "image")[];
|
|
5870
5870
|
cost: {
|
|
5871
5871
|
input: number;
|
|
5872
5872
|
output: number;
|
|
@@ -5883,7 +5883,7 @@ export declare const MODELS: {
|
|
|
5883
5883
|
provider: string;
|
|
5884
5884
|
baseUrl: string;
|
|
5885
5885
|
reasoning: true;
|
|
5886
|
-
input: ("
|
|
5886
|
+
input: ("text" | "image")[];
|
|
5887
5887
|
cost: {
|
|
5888
5888
|
input: number;
|
|
5889
5889
|
output: number;
|
|
@@ -5900,7 +5900,7 @@ export declare const MODELS: {
|
|
|
5900
5900
|
provider: string;
|
|
5901
5901
|
baseUrl: string;
|
|
5902
5902
|
reasoning: true;
|
|
5903
|
-
input: ("
|
|
5903
|
+
input: ("text" | "image")[];
|
|
5904
5904
|
cost: {
|
|
5905
5905
|
input: number;
|
|
5906
5906
|
output: number;
|
|
@@ -5917,7 +5917,7 @@ export declare const MODELS: {
|
|
|
5917
5917
|
provider: string;
|
|
5918
5918
|
baseUrl: string;
|
|
5919
5919
|
reasoning: true;
|
|
5920
|
-
input: ("
|
|
5920
|
+
input: ("text" | "image")[];
|
|
5921
5921
|
cost: {
|
|
5922
5922
|
input: number;
|
|
5923
5923
|
output: number;
|
|
@@ -5934,7 +5934,7 @@ export declare const MODELS: {
|
|
|
5934
5934
|
provider: string;
|
|
5935
5935
|
baseUrl: string;
|
|
5936
5936
|
reasoning: true;
|
|
5937
|
-
input: ("
|
|
5937
|
+
input: ("text" | "image")[];
|
|
5938
5938
|
cost: {
|
|
5939
5939
|
input: number;
|
|
5940
5940
|
output: number;
|
|
@@ -5951,7 +5951,7 @@ export declare const MODELS: {
|
|
|
5951
5951
|
provider: string;
|
|
5952
5952
|
baseUrl: string;
|
|
5953
5953
|
reasoning: true;
|
|
5954
|
-
input: ("
|
|
5954
|
+
input: ("text" | "image")[];
|
|
5955
5955
|
cost: {
|
|
5956
5956
|
input: number;
|
|
5957
5957
|
output: number;
|
|
@@ -5968,7 +5968,7 @@ export declare const MODELS: {
|
|
|
5968
5968
|
provider: string;
|
|
5969
5969
|
baseUrl: string;
|
|
5970
5970
|
reasoning: true;
|
|
5971
|
-
input: ("
|
|
5971
|
+
input: ("text" | "image")[];
|
|
5972
5972
|
cost: {
|
|
5973
5973
|
input: number;
|
|
5974
5974
|
output: number;
|
|
@@ -5985,7 +5985,7 @@ export declare const MODELS: {
|
|
|
5985
5985
|
provider: string;
|
|
5986
5986
|
baseUrl: string;
|
|
5987
5987
|
reasoning: true;
|
|
5988
|
-
input: ("
|
|
5988
|
+
input: ("text" | "image")[];
|
|
5989
5989
|
cost: {
|
|
5990
5990
|
input: number;
|
|
5991
5991
|
output: number;
|
|
@@ -6002,7 +6002,7 @@ export declare const MODELS: {
|
|
|
6002
6002
|
provider: string;
|
|
6003
6003
|
baseUrl: string;
|
|
6004
6004
|
reasoning: true;
|
|
6005
|
-
input: ("
|
|
6005
|
+
input: ("text" | "image")[];
|
|
6006
6006
|
cost: {
|
|
6007
6007
|
input: number;
|
|
6008
6008
|
output: number;
|
|
@@ -6019,7 +6019,7 @@ export declare const MODELS: {
|
|
|
6019
6019
|
provider: string;
|
|
6020
6020
|
baseUrl: string;
|
|
6021
6021
|
reasoning: true;
|
|
6022
|
-
input: ("
|
|
6022
|
+
input: ("text" | "image")[];
|
|
6023
6023
|
cost: {
|
|
6024
6024
|
input: number;
|
|
6025
6025
|
output: number;
|
|
@@ -6053,7 +6053,7 @@ export declare const MODELS: {
|
|
|
6053
6053
|
provider: string;
|
|
6054
6054
|
baseUrl: string;
|
|
6055
6055
|
reasoning: true;
|
|
6056
|
-
input: ("
|
|
6056
|
+
input: ("text" | "image")[];
|
|
6057
6057
|
cost: {
|
|
6058
6058
|
input: number;
|
|
6059
6059
|
output: number;
|
|
@@ -6070,7 +6070,7 @@ export declare const MODELS: {
|
|
|
6070
6070
|
provider: string;
|
|
6071
6071
|
baseUrl: string;
|
|
6072
6072
|
reasoning: true;
|
|
6073
|
-
input: ("
|
|
6073
|
+
input: ("text" | "image")[];
|
|
6074
6074
|
cost: {
|
|
6075
6075
|
input: number;
|
|
6076
6076
|
output: number;
|
|
@@ -6087,7 +6087,7 @@ export declare const MODELS: {
|
|
|
6087
6087
|
provider: string;
|
|
6088
6088
|
baseUrl: string;
|
|
6089
6089
|
reasoning: true;
|
|
6090
|
-
input: ("
|
|
6090
|
+
input: ("text" | "image")[];
|
|
6091
6091
|
cost: {
|
|
6092
6092
|
input: number;
|
|
6093
6093
|
output: number;
|
|
@@ -6106,7 +6106,7 @@ export declare const MODELS: {
|
|
|
6106
6106
|
provider: string;
|
|
6107
6107
|
baseUrl: string;
|
|
6108
6108
|
reasoning: true;
|
|
6109
|
-
input: ("
|
|
6109
|
+
input: ("text" | "image")[];
|
|
6110
6110
|
cost: {
|
|
6111
6111
|
input: number;
|
|
6112
6112
|
output: number;
|
|
@@ -6123,7 +6123,7 @@ export declare const MODELS: {
|
|
|
6123
6123
|
provider: string;
|
|
6124
6124
|
baseUrl: string;
|
|
6125
6125
|
reasoning: true;
|
|
6126
|
-
input: ("
|
|
6126
|
+
input: ("text" | "image")[];
|
|
6127
6127
|
cost: {
|
|
6128
6128
|
input: number;
|
|
6129
6129
|
output: number;
|
|
@@ -6140,7 +6140,7 @@ export declare const MODELS: {
|
|
|
6140
6140
|
provider: string;
|
|
6141
6141
|
baseUrl: string;
|
|
6142
6142
|
reasoning: true;
|
|
6143
|
-
input: ("
|
|
6143
|
+
input: ("text" | "image")[];
|
|
6144
6144
|
cost: {
|
|
6145
6145
|
input: number;
|
|
6146
6146
|
output: number;
|
|
@@ -6157,7 +6157,7 @@ export declare const MODELS: {
|
|
|
6157
6157
|
provider: string;
|
|
6158
6158
|
baseUrl: string;
|
|
6159
6159
|
reasoning: true;
|
|
6160
|
-
input: ("
|
|
6160
|
+
input: ("text" | "image")[];
|
|
6161
6161
|
cost: {
|
|
6162
6162
|
input: number;
|
|
6163
6163
|
output: number;
|
|
@@ -6174,7 +6174,7 @@ export declare const MODELS: {
|
|
|
6174
6174
|
provider: string;
|
|
6175
6175
|
baseUrl: string;
|
|
6176
6176
|
reasoning: true;
|
|
6177
|
-
input: ("
|
|
6177
|
+
input: ("text" | "image")[];
|
|
6178
6178
|
cost: {
|
|
6179
6179
|
input: number;
|
|
6180
6180
|
output: number;
|
|
@@ -6191,7 +6191,7 @@ export declare const MODELS: {
|
|
|
6191
6191
|
provider: string;
|
|
6192
6192
|
baseUrl: string;
|
|
6193
6193
|
reasoning: true;
|
|
6194
|
-
input: ("
|
|
6194
|
+
input: ("text" | "image")[];
|
|
6195
6195
|
cost: {
|
|
6196
6196
|
input: number;
|
|
6197
6197
|
output: number;
|
|
@@ -6225,7 +6225,7 @@ export declare const MODELS: {
|
|
|
6225
6225
|
provider: string;
|
|
6226
6226
|
baseUrl: string;
|
|
6227
6227
|
reasoning: true;
|
|
6228
|
-
input: ("
|
|
6228
|
+
input: ("text" | "image")[];
|
|
6229
6229
|
cost: {
|
|
6230
6230
|
input: number;
|
|
6231
6231
|
output: number;
|
|
@@ -6242,7 +6242,7 @@ export declare const MODELS: {
|
|
|
6242
6242
|
provider: string;
|
|
6243
6243
|
baseUrl: string;
|
|
6244
6244
|
reasoning: true;
|
|
6245
|
-
input: ("
|
|
6245
|
+
input: ("text" | "image")[];
|
|
6246
6246
|
cost: {
|
|
6247
6247
|
input: number;
|
|
6248
6248
|
output: number;
|
|
@@ -6278,7 +6278,7 @@ export declare const MODELS: {
|
|
|
6278
6278
|
provider: string;
|
|
6279
6279
|
baseUrl: string;
|
|
6280
6280
|
reasoning: false;
|
|
6281
|
-
input: ("
|
|
6281
|
+
input: ("text" | "image")[];
|
|
6282
6282
|
cost: {
|
|
6283
6283
|
input: number;
|
|
6284
6284
|
output: number;
|
|
@@ -6295,7 +6295,7 @@ export declare const MODELS: {
|
|
|
6295
6295
|
provider: string;
|
|
6296
6296
|
baseUrl: string;
|
|
6297
6297
|
reasoning: true;
|
|
6298
|
-
input: ("
|
|
6298
|
+
input: ("text" | "image")[];
|
|
6299
6299
|
cost: {
|
|
6300
6300
|
input: number;
|
|
6301
6301
|
output: number;
|
|
@@ -6312,7 +6312,7 @@ export declare const MODELS: {
|
|
|
6312
6312
|
provider: string;
|
|
6313
6313
|
baseUrl: string;
|
|
6314
6314
|
reasoning: true;
|
|
6315
|
-
input: ("
|
|
6315
|
+
input: ("text" | "image")[];
|
|
6316
6316
|
cost: {
|
|
6317
6317
|
input: number;
|
|
6318
6318
|
output: number;
|
|
@@ -6329,7 +6329,7 @@ export declare const MODELS: {
|
|
|
6329
6329
|
provider: string;
|
|
6330
6330
|
baseUrl: string;
|
|
6331
6331
|
reasoning: true;
|
|
6332
|
-
input: ("
|
|
6332
|
+
input: ("text" | "image")[];
|
|
6333
6333
|
cost: {
|
|
6334
6334
|
input: number;
|
|
6335
6335
|
output: number;
|
|
@@ -6346,7 +6346,7 @@ export declare const MODELS: {
|
|
|
6346
6346
|
provider: string;
|
|
6347
6347
|
baseUrl: string;
|
|
6348
6348
|
reasoning: true;
|
|
6349
|
-
input: ("
|
|
6349
|
+
input: ("text" | "image")[];
|
|
6350
6350
|
cost: {
|
|
6351
6351
|
input: number;
|
|
6352
6352
|
output: number;
|
|
@@ -6363,7 +6363,7 @@ export declare const MODELS: {
|
|
|
6363
6363
|
provider: string;
|
|
6364
6364
|
baseUrl: string;
|
|
6365
6365
|
reasoning: true;
|
|
6366
|
-
input: ("
|
|
6366
|
+
input: ("text" | "image")[];
|
|
6367
6367
|
cost: {
|
|
6368
6368
|
input: number;
|
|
6369
6369
|
output: number;
|
|
@@ -6380,7 +6380,7 @@ export declare const MODELS: {
|
|
|
6380
6380
|
provider: string;
|
|
6381
6381
|
baseUrl: string;
|
|
6382
6382
|
reasoning: true;
|
|
6383
|
-
input: ("
|
|
6383
|
+
input: ("text" | "image")[];
|
|
6384
6384
|
cost: {
|
|
6385
6385
|
input: number;
|
|
6386
6386
|
output: number;
|
|
@@ -6397,7 +6397,7 @@ export declare const MODELS: {
|
|
|
6397
6397
|
provider: string;
|
|
6398
6398
|
baseUrl: string;
|
|
6399
6399
|
reasoning: true;
|
|
6400
|
-
input: ("
|
|
6400
|
+
input: ("text" | "image")[];
|
|
6401
6401
|
cost: {
|
|
6402
6402
|
input: number;
|
|
6403
6403
|
output: number;
|
|
@@ -6414,7 +6414,7 @@ export declare const MODELS: {
|
|
|
6414
6414
|
provider: string;
|
|
6415
6415
|
baseUrl: string;
|
|
6416
6416
|
reasoning: true;
|
|
6417
|
-
input: ("
|
|
6417
|
+
input: ("text" | "image")[];
|
|
6418
6418
|
cost: {
|
|
6419
6419
|
input: number;
|
|
6420
6420
|
output: number;
|
|
@@ -6431,7 +6431,7 @@ export declare const MODELS: {
|
|
|
6431
6431
|
provider: string;
|
|
6432
6432
|
baseUrl: string;
|
|
6433
6433
|
reasoning: true;
|
|
6434
|
-
input: ("
|
|
6434
|
+
input: ("text" | "image")[];
|
|
6435
6435
|
cost: {
|
|
6436
6436
|
input: number;
|
|
6437
6437
|
output: number;
|
|
@@ -6482,7 +6482,7 @@ export declare const MODELS: {
|
|
|
6482
6482
|
provider: string;
|
|
6483
6483
|
baseUrl: string;
|
|
6484
6484
|
reasoning: true;
|
|
6485
|
-
input: ("
|
|
6485
|
+
input: ("text" | "image")[];
|
|
6486
6486
|
cost: {
|
|
6487
6487
|
input: number;
|
|
6488
6488
|
output: number;
|
|
@@ -6499,7 +6499,7 @@ export declare const MODELS: {
|
|
|
6499
6499
|
provider: string;
|
|
6500
6500
|
baseUrl: string;
|
|
6501
6501
|
reasoning: true;
|
|
6502
|
-
input: ("
|
|
6502
|
+
input: ("text" | "image")[];
|
|
6503
6503
|
cost: {
|
|
6504
6504
|
input: number;
|
|
6505
6505
|
output: number;
|
|
@@ -6516,7 +6516,7 @@ export declare const MODELS: {
|
|
|
6516
6516
|
provider: string;
|
|
6517
6517
|
baseUrl: string;
|
|
6518
6518
|
reasoning: true;
|
|
6519
|
-
input: ("
|
|
6519
|
+
input: ("text" | "image")[];
|
|
6520
6520
|
cost: {
|
|
6521
6521
|
input: number;
|
|
6522
6522
|
output: number;
|
|
@@ -6533,7 +6533,7 @@ export declare const MODELS: {
|
|
|
6533
6533
|
provider: string;
|
|
6534
6534
|
baseUrl: string;
|
|
6535
6535
|
reasoning: true;
|
|
6536
|
-
input: ("
|
|
6536
|
+
input: ("text" | "image")[];
|
|
6537
6537
|
cost: {
|
|
6538
6538
|
input: number;
|
|
6539
6539
|
output: number;
|
|
@@ -6550,7 +6550,7 @@ export declare const MODELS: {
|
|
|
6550
6550
|
provider: string;
|
|
6551
6551
|
baseUrl: string;
|
|
6552
6552
|
reasoning: true;
|
|
6553
|
-
input: ("
|
|
6553
|
+
input: ("text" | "image")[];
|
|
6554
6554
|
cost: {
|
|
6555
6555
|
input: number;
|
|
6556
6556
|
output: number;
|
|
@@ -6567,7 +6567,7 @@ export declare const MODELS: {
|
|
|
6567
6567
|
provider: string;
|
|
6568
6568
|
baseUrl: string;
|
|
6569
6569
|
reasoning: true;
|
|
6570
|
-
input: ("
|
|
6570
|
+
input: ("text" | "image")[];
|
|
6571
6571
|
cost: {
|
|
6572
6572
|
input: number;
|
|
6573
6573
|
output: number;
|
|
@@ -6584,7 +6584,7 @@ export declare const MODELS: {
|
|
|
6584
6584
|
provider: string;
|
|
6585
6585
|
baseUrl: string;
|
|
6586
6586
|
reasoning: true;
|
|
6587
|
-
input: ("
|
|
6587
|
+
input: ("text" | "image")[];
|
|
6588
6588
|
cost: {
|
|
6589
6589
|
input: number;
|
|
6590
6590
|
output: number;
|
|
@@ -6601,7 +6601,7 @@ export declare const MODELS: {
|
|
|
6601
6601
|
provider: string;
|
|
6602
6602
|
baseUrl: string;
|
|
6603
6603
|
reasoning: true;
|
|
6604
|
-
input: ("
|
|
6604
|
+
input: ("text" | "image")[];
|
|
6605
6605
|
cost: {
|
|
6606
6606
|
input: number;
|
|
6607
6607
|
output: number;
|
|
@@ -6618,7 +6618,7 @@ export declare const MODELS: {
|
|
|
6618
6618
|
provider: string;
|
|
6619
6619
|
baseUrl: string;
|
|
6620
6620
|
reasoning: true;
|
|
6621
|
-
input: ("
|
|
6621
|
+
input: ("text" | "image")[];
|
|
6622
6622
|
cost: {
|
|
6623
6623
|
input: number;
|
|
6624
6624
|
output: number;
|
|
@@ -6635,7 +6635,7 @@ export declare const MODELS: {
|
|
|
6635
6635
|
provider: string;
|
|
6636
6636
|
baseUrl: string;
|
|
6637
6637
|
reasoning: true;
|
|
6638
|
-
input: ("
|
|
6638
|
+
input: ("text" | "image")[];
|
|
6639
6639
|
cost: {
|
|
6640
6640
|
input: number;
|
|
6641
6641
|
output: number;
|
|
@@ -6652,7 +6652,7 @@ export declare const MODELS: {
|
|
|
6652
6652
|
provider: string;
|
|
6653
6653
|
baseUrl: string;
|
|
6654
6654
|
reasoning: true;
|
|
6655
|
-
input: ("
|
|
6655
|
+
input: ("text" | "image")[];
|
|
6656
6656
|
cost: {
|
|
6657
6657
|
input: number;
|
|
6658
6658
|
output: number;
|
|
@@ -6669,7 +6669,7 @@ export declare const MODELS: {
|
|
|
6669
6669
|
provider: string;
|
|
6670
6670
|
baseUrl: string;
|
|
6671
6671
|
reasoning: true;
|
|
6672
|
-
input: ("
|
|
6672
|
+
input: ("text" | "image")[];
|
|
6673
6673
|
cost: {
|
|
6674
6674
|
input: number;
|
|
6675
6675
|
output: number;
|
|
@@ -6686,7 +6686,7 @@ export declare const MODELS: {
|
|
|
6686
6686
|
provider: string;
|
|
6687
6687
|
baseUrl: string;
|
|
6688
6688
|
reasoning: true;
|
|
6689
|
-
input: ("
|
|
6689
|
+
input: ("text" | "image")[];
|
|
6690
6690
|
cost: {
|
|
6691
6691
|
input: number;
|
|
6692
6692
|
output: number;
|
|
@@ -6703,7 +6703,7 @@ export declare const MODELS: {
|
|
|
6703
6703
|
provider: string;
|
|
6704
6704
|
baseUrl: string;
|
|
6705
6705
|
reasoning: true;
|
|
6706
|
-
input: ("
|
|
6706
|
+
input: ("text" | "image")[];
|
|
6707
6707
|
cost: {
|
|
6708
6708
|
input: number;
|
|
6709
6709
|
output: number;
|
|
@@ -6720,7 +6720,7 @@ export declare const MODELS: {
|
|
|
6720
6720
|
provider: string;
|
|
6721
6721
|
baseUrl: string;
|
|
6722
6722
|
reasoning: true;
|
|
6723
|
-
input: ("
|
|
6723
|
+
input: ("text" | "image")[];
|
|
6724
6724
|
cost: {
|
|
6725
6725
|
input: number;
|
|
6726
6726
|
output: number;
|
|
@@ -6824,7 +6824,7 @@ export declare const MODELS: {
|
|
|
6824
6824
|
provider: string;
|
|
6825
6825
|
baseUrl: string;
|
|
6826
6826
|
reasoning: true;
|
|
6827
|
-
input: ("
|
|
6827
|
+
input: ("text" | "image")[];
|
|
6828
6828
|
cost: {
|
|
6829
6829
|
input: number;
|
|
6830
6830
|
output: number;
|
|
@@ -6841,7 +6841,7 @@ export declare const MODELS: {
|
|
|
6841
6841
|
provider: string;
|
|
6842
6842
|
baseUrl: string;
|
|
6843
6843
|
reasoning: true;
|
|
6844
|
-
input: ("
|
|
6844
|
+
input: ("text" | "image")[];
|
|
6845
6845
|
cost: {
|
|
6846
6846
|
input: number;
|
|
6847
6847
|
output: number;
|
|
@@ -6962,7 +6962,7 @@ export declare const MODELS: {
|
|
|
6962
6962
|
provider: string;
|
|
6963
6963
|
baseUrl: string;
|
|
6964
6964
|
reasoning: true;
|
|
6965
|
-
input: ("
|
|
6965
|
+
input: ("text" | "image")[];
|
|
6966
6966
|
cost: {
|
|
6967
6967
|
input: number;
|
|
6968
6968
|
output: number;
|
|
@@ -6979,7 +6979,7 @@ export declare const MODELS: {
|
|
|
6979
6979
|
provider: string;
|
|
6980
6980
|
baseUrl: string;
|
|
6981
6981
|
reasoning: false;
|
|
6982
|
-
input: ("
|
|
6982
|
+
input: ("text" | "image")[];
|
|
6983
6983
|
cost: {
|
|
6984
6984
|
input: number;
|
|
6985
6985
|
output: number;
|
|
@@ -7013,7 +7013,7 @@ export declare const MODELS: {
|
|
|
7013
7013
|
provider: string;
|
|
7014
7014
|
baseUrl: string;
|
|
7015
7015
|
reasoning: false;
|
|
7016
|
-
input: ("
|
|
7016
|
+
input: ("text" | "image")[];
|
|
7017
7017
|
cost: {
|
|
7018
7018
|
input: number;
|
|
7019
7019
|
output: number;
|
|
@@ -7030,7 +7030,7 @@ export declare const MODELS: {
|
|
|
7030
7030
|
provider: string;
|
|
7031
7031
|
baseUrl: string;
|
|
7032
7032
|
reasoning: false;
|
|
7033
|
-
input: ("
|
|
7033
|
+
input: ("text" | "image")[];
|
|
7034
7034
|
cost: {
|
|
7035
7035
|
input: number;
|
|
7036
7036
|
output: number;
|
|
@@ -7047,7 +7047,7 @@ export declare const MODELS: {
|
|
|
7047
7047
|
provider: string;
|
|
7048
7048
|
baseUrl: string;
|
|
7049
7049
|
reasoning: false;
|
|
7050
|
-
input: ("
|
|
7050
|
+
input: ("text" | "image")[];
|
|
7051
7051
|
cost: {
|
|
7052
7052
|
input: number;
|
|
7053
7053
|
output: number;
|
|
@@ -7064,7 +7064,7 @@ export declare const MODELS: {
|
|
|
7064
7064
|
provider: string;
|
|
7065
7065
|
baseUrl: string;
|
|
7066
7066
|
reasoning: false;
|
|
7067
|
-
input: ("
|
|
7067
|
+
input: ("text" | "image")[];
|
|
7068
7068
|
cost: {
|
|
7069
7069
|
input: number;
|
|
7070
7070
|
output: number;
|
|
@@ -7081,7 +7081,7 @@ export declare const MODELS: {
|
|
|
7081
7081
|
provider: string;
|
|
7082
7082
|
baseUrl: string;
|
|
7083
7083
|
reasoning: true;
|
|
7084
|
-
input: ("
|
|
7084
|
+
input: ("text" | "image")[];
|
|
7085
7085
|
cost: {
|
|
7086
7086
|
input: number;
|
|
7087
7087
|
output: number;
|
|
@@ -7098,7 +7098,7 @@ export declare const MODELS: {
|
|
|
7098
7098
|
provider: string;
|
|
7099
7099
|
baseUrl: string;
|
|
7100
7100
|
reasoning: true;
|
|
7101
|
-
input: ("
|
|
7101
|
+
input: ("text" | "image")[];
|
|
7102
7102
|
cost: {
|
|
7103
7103
|
input: number;
|
|
7104
7104
|
output: number;
|
|
@@ -7115,7 +7115,7 @@ export declare const MODELS: {
|
|
|
7115
7115
|
provider: string;
|
|
7116
7116
|
baseUrl: string;
|
|
7117
7117
|
reasoning: true;
|
|
7118
|
-
input: ("
|
|
7118
|
+
input: ("text" | "image")[];
|
|
7119
7119
|
cost: {
|
|
7120
7120
|
input: number;
|
|
7121
7121
|
output: number;
|
|
@@ -7132,7 +7132,7 @@ export declare const MODELS: {
|
|
|
7132
7132
|
provider: string;
|
|
7133
7133
|
baseUrl: string;
|
|
7134
7134
|
reasoning: true;
|
|
7135
|
-
input: ("
|
|
7135
|
+
input: ("text" | "image")[];
|
|
7136
7136
|
cost: {
|
|
7137
7137
|
input: number;
|
|
7138
7138
|
output: number;
|
|
@@ -7149,7 +7149,7 @@ export declare const MODELS: {
|
|
|
7149
7149
|
provider: string;
|
|
7150
7150
|
baseUrl: string;
|
|
7151
7151
|
reasoning: true;
|
|
7152
|
-
input: ("
|
|
7152
|
+
input: ("text" | "image")[];
|
|
7153
7153
|
cost: {
|
|
7154
7154
|
input: number;
|
|
7155
7155
|
output: number;
|
|
@@ -7166,7 +7166,7 @@ export declare const MODELS: {
|
|
|
7166
7166
|
provider: string;
|
|
7167
7167
|
baseUrl: string;
|
|
7168
7168
|
reasoning: true;
|
|
7169
|
-
input: ("
|
|
7169
|
+
input: ("text" | "image")[];
|
|
7170
7170
|
cost: {
|
|
7171
7171
|
input: number;
|
|
7172
7172
|
output: number;
|
|
@@ -7183,7 +7183,7 @@ export declare const MODELS: {
|
|
|
7183
7183
|
provider: string;
|
|
7184
7184
|
baseUrl: string;
|
|
7185
7185
|
reasoning: true;
|
|
7186
|
-
input: ("
|
|
7186
|
+
input: ("text" | "image")[];
|
|
7187
7187
|
cost: {
|
|
7188
7188
|
input: number;
|
|
7189
7189
|
output: number;
|
|
@@ -7200,7 +7200,7 @@ export declare const MODELS: {
|
|
|
7200
7200
|
provider: string;
|
|
7201
7201
|
baseUrl: string;
|
|
7202
7202
|
reasoning: true;
|
|
7203
|
-
input: ("
|
|
7203
|
+
input: ("text" | "image")[];
|
|
7204
7204
|
cost: {
|
|
7205
7205
|
input: number;
|
|
7206
7206
|
output: number;
|
|
@@ -7217,7 +7217,7 @@ export declare const MODELS: {
|
|
|
7217
7217
|
provider: string;
|
|
7218
7218
|
baseUrl: string;
|
|
7219
7219
|
reasoning: true;
|
|
7220
|
-
input: ("
|
|
7220
|
+
input: ("text" | "image")[];
|
|
7221
7221
|
cost: {
|
|
7222
7222
|
input: number;
|
|
7223
7223
|
output: number;
|
|
@@ -7234,7 +7234,7 @@ export declare const MODELS: {
|
|
|
7234
7234
|
provider: string;
|
|
7235
7235
|
baseUrl: string;
|
|
7236
7236
|
reasoning: true;
|
|
7237
|
-
input: ("
|
|
7237
|
+
input: ("text" | "image")[];
|
|
7238
7238
|
cost: {
|
|
7239
7239
|
input: number;
|
|
7240
7240
|
output: number;
|
|
@@ -7251,7 +7251,7 @@ export declare const MODELS: {
|
|
|
7251
7251
|
provider: string;
|
|
7252
7252
|
baseUrl: string;
|
|
7253
7253
|
reasoning: true;
|
|
7254
|
-
input: ("
|
|
7254
|
+
input: ("text" | "image")[];
|
|
7255
7255
|
cost: {
|
|
7256
7256
|
input: number;
|
|
7257
7257
|
output: number;
|
|
@@ -7336,7 +7336,7 @@ export declare const MODELS: {
|
|
|
7336
7336
|
provider: string;
|
|
7337
7337
|
baseUrl: string;
|
|
7338
7338
|
reasoning: true;
|
|
7339
|
-
input: ("
|
|
7339
|
+
input: ("text" | "image")[];
|
|
7340
7340
|
cost: {
|
|
7341
7341
|
input: number;
|
|
7342
7342
|
output: number;
|
|
@@ -7370,7 +7370,7 @@ export declare const MODELS: {
|
|
|
7370
7370
|
provider: string;
|
|
7371
7371
|
baseUrl: string;
|
|
7372
7372
|
reasoning: true;
|
|
7373
|
-
input: ("
|
|
7373
|
+
input: ("text" | "image")[];
|
|
7374
7374
|
cost: {
|
|
7375
7375
|
input: number;
|
|
7376
7376
|
output: number;
|
|
@@ -7387,7 +7387,7 @@ export declare const MODELS: {
|
|
|
7387
7387
|
provider: string;
|
|
7388
7388
|
baseUrl: string;
|
|
7389
7389
|
reasoning: true;
|
|
7390
|
-
input: ("
|
|
7390
|
+
input: ("text" | "image")[];
|
|
7391
7391
|
cost: {
|
|
7392
7392
|
input: number;
|
|
7393
7393
|
output: number;
|
|
@@ -7404,7 +7404,7 @@ export declare const MODELS: {
|
|
|
7404
7404
|
provider: string;
|
|
7405
7405
|
baseUrl: string;
|
|
7406
7406
|
reasoning: true;
|
|
7407
|
-
input: ("
|
|
7407
|
+
input: ("text" | "image")[];
|
|
7408
7408
|
cost: {
|
|
7409
7409
|
input: number;
|
|
7410
7410
|
output: number;
|
|
@@ -7421,7 +7421,7 @@ export declare const MODELS: {
|
|
|
7421
7421
|
provider: string;
|
|
7422
7422
|
baseUrl: string;
|
|
7423
7423
|
reasoning: true;
|
|
7424
|
-
input: ("
|
|
7424
|
+
input: ("text" | "image")[];
|
|
7425
7425
|
cost: {
|
|
7426
7426
|
input: number;
|
|
7427
7427
|
output: number;
|
|
@@ -7438,7 +7438,7 @@ export declare const MODELS: {
|
|
|
7438
7438
|
provider: string;
|
|
7439
7439
|
baseUrl: string;
|
|
7440
7440
|
reasoning: true;
|
|
7441
|
-
input: ("
|
|
7441
|
+
input: ("text" | "image")[];
|
|
7442
7442
|
cost: {
|
|
7443
7443
|
input: number;
|
|
7444
7444
|
output: number;
|
|
@@ -7642,7 +7642,7 @@ export declare const MODELS: {
|
|
|
7642
7642
|
provider: string;
|
|
7643
7643
|
baseUrl: string;
|
|
7644
7644
|
reasoning: false;
|
|
7645
|
-
input: ("
|
|
7645
|
+
input: ("text" | "image")[];
|
|
7646
7646
|
cost: {
|
|
7647
7647
|
input: number;
|
|
7648
7648
|
output: number;
|
|
@@ -7659,7 +7659,7 @@ export declare const MODELS: {
|
|
|
7659
7659
|
provider: string;
|
|
7660
7660
|
baseUrl: string;
|
|
7661
7661
|
reasoning: false;
|
|
7662
|
-
input: ("
|
|
7662
|
+
input: ("text" | "image")[];
|
|
7663
7663
|
cost: {
|
|
7664
7664
|
input: number;
|
|
7665
7665
|
output: number;
|
|
@@ -7676,7 +7676,7 @@ export declare const MODELS: {
|
|
|
7676
7676
|
provider: string;
|
|
7677
7677
|
baseUrl: string;
|
|
7678
7678
|
reasoning: true;
|
|
7679
|
-
input: ("
|
|
7679
|
+
input: ("text" | "image")[];
|
|
7680
7680
|
cost: {
|
|
7681
7681
|
input: number;
|
|
7682
7682
|
output: number;
|
|
@@ -7693,7 +7693,7 @@ export declare const MODELS: {
|
|
|
7693
7693
|
provider: string;
|
|
7694
7694
|
baseUrl: string;
|
|
7695
7695
|
reasoning: true;
|
|
7696
|
-
input: ("
|
|
7696
|
+
input: ("text" | "image")[];
|
|
7697
7697
|
cost: {
|
|
7698
7698
|
input: number;
|
|
7699
7699
|
output: number;
|
|
@@ -7710,7 +7710,7 @@ export declare const MODELS: {
|
|
|
7710
7710
|
provider: string;
|
|
7711
7711
|
baseUrl: string;
|
|
7712
7712
|
reasoning: true;
|
|
7713
|
-
input: ("
|
|
7713
|
+
input: ("text" | "image")[];
|
|
7714
7714
|
cost: {
|
|
7715
7715
|
input: number;
|
|
7716
7716
|
output: number;
|
|
@@ -7727,7 +7727,7 @@ export declare const MODELS: {
|
|
|
7727
7727
|
provider: string;
|
|
7728
7728
|
baseUrl: string;
|
|
7729
7729
|
reasoning: true;
|
|
7730
|
-
input: ("
|
|
7730
|
+
input: ("text" | "image")[];
|
|
7731
7731
|
cost: {
|
|
7732
7732
|
input: number;
|
|
7733
7733
|
output: number;
|
|
@@ -7744,7 +7744,7 @@ export declare const MODELS: {
|
|
|
7744
7744
|
provider: string;
|
|
7745
7745
|
baseUrl: string;
|
|
7746
7746
|
reasoning: true;
|
|
7747
|
-
input: ("
|
|
7747
|
+
input: ("text" | "image")[];
|
|
7748
7748
|
cost: {
|
|
7749
7749
|
input: number;
|
|
7750
7750
|
output: number;
|
|
@@ -7761,7 +7761,7 @@ export declare const MODELS: {
|
|
|
7761
7761
|
provider: string;
|
|
7762
7762
|
baseUrl: string;
|
|
7763
7763
|
reasoning: true;
|
|
7764
|
-
input: ("
|
|
7764
|
+
input: ("text" | "image")[];
|
|
7765
7765
|
cost: {
|
|
7766
7766
|
input: number;
|
|
7767
7767
|
output: number;
|
|
@@ -7778,7 +7778,7 @@ export declare const MODELS: {
|
|
|
7778
7778
|
provider: string;
|
|
7779
7779
|
baseUrl: string;
|
|
7780
7780
|
reasoning: true;
|
|
7781
|
-
input: ("
|
|
7781
|
+
input: ("text" | "image")[];
|
|
7782
7782
|
cost: {
|
|
7783
7783
|
input: number;
|
|
7784
7784
|
output: number;
|
|
@@ -7795,7 +7795,7 @@ export declare const MODELS: {
|
|
|
7795
7795
|
provider: string;
|
|
7796
7796
|
baseUrl: string;
|
|
7797
7797
|
reasoning: true;
|
|
7798
|
-
input: ("
|
|
7798
|
+
input: ("text" | "image")[];
|
|
7799
7799
|
cost: {
|
|
7800
7800
|
input: number;
|
|
7801
7801
|
output: number;
|
|
@@ -7812,7 +7812,7 @@ export declare const MODELS: {
|
|
|
7812
7812
|
provider: string;
|
|
7813
7813
|
baseUrl: string;
|
|
7814
7814
|
reasoning: true;
|
|
7815
|
-
input: ("
|
|
7815
|
+
input: ("text" | "image")[];
|
|
7816
7816
|
cost: {
|
|
7817
7817
|
input: number;
|
|
7818
7818
|
output: number;
|
|
@@ -7829,7 +7829,7 @@ export declare const MODELS: {
|
|
|
7829
7829
|
provider: string;
|
|
7830
7830
|
baseUrl: string;
|
|
7831
7831
|
reasoning: true;
|
|
7832
|
-
input: ("
|
|
7832
|
+
input: ("text" | "image")[];
|
|
7833
7833
|
cost: {
|
|
7834
7834
|
input: number;
|
|
7835
7835
|
output: number;
|
|
@@ -7846,7 +7846,7 @@ export declare const MODELS: {
|
|
|
7846
7846
|
provider: string;
|
|
7847
7847
|
baseUrl: string;
|
|
7848
7848
|
reasoning: true;
|
|
7849
|
-
input: ("
|
|
7849
|
+
input: ("text" | "image")[];
|
|
7850
7850
|
cost: {
|
|
7851
7851
|
input: number;
|
|
7852
7852
|
output: number;
|
|
@@ -7863,7 +7863,7 @@ export declare const MODELS: {
|
|
|
7863
7863
|
provider: string;
|
|
7864
7864
|
baseUrl: string;
|
|
7865
7865
|
reasoning: true;
|
|
7866
|
-
input: ("
|
|
7866
|
+
input: ("text" | "image")[];
|
|
7867
7867
|
cost: {
|
|
7868
7868
|
input: number;
|
|
7869
7869
|
output: number;
|
|
@@ -7880,7 +7880,7 @@ export declare const MODELS: {
|
|
|
7880
7880
|
provider: string;
|
|
7881
7881
|
baseUrl: string;
|
|
7882
7882
|
reasoning: true;
|
|
7883
|
-
input: ("
|
|
7883
|
+
input: ("text" | "image")[];
|
|
7884
7884
|
cost: {
|
|
7885
7885
|
input: number;
|
|
7886
7886
|
output: number;
|
|
@@ -7897,7 +7897,7 @@ export declare const MODELS: {
|
|
|
7897
7897
|
provider: string;
|
|
7898
7898
|
baseUrl: string;
|
|
7899
7899
|
reasoning: true;
|
|
7900
|
-
input: ("
|
|
7900
|
+
input: ("text" | "image")[];
|
|
7901
7901
|
cost: {
|
|
7902
7902
|
input: number;
|
|
7903
7903
|
output: number;
|
|
@@ -8084,7 +8084,7 @@ export declare const MODELS: {
|
|
|
8084
8084
|
provider: string;
|
|
8085
8085
|
baseUrl: string;
|
|
8086
8086
|
reasoning: false;
|
|
8087
|
-
input: ("
|
|
8087
|
+
input: ("text" | "image")[];
|
|
8088
8088
|
cost: {
|
|
8089
8089
|
input: number;
|
|
8090
8090
|
output: number;
|
|
@@ -8101,7 +8101,7 @@ export declare const MODELS: {
|
|
|
8101
8101
|
provider: string;
|
|
8102
8102
|
baseUrl: string;
|
|
8103
8103
|
reasoning: false;
|
|
8104
|
-
input: ("
|
|
8104
|
+
input: ("text" | "image")[];
|
|
8105
8105
|
cost: {
|
|
8106
8106
|
input: number;
|
|
8107
8107
|
output: number;
|
|
@@ -8288,7 +8288,7 @@ export declare const MODELS: {
|
|
|
8288
8288
|
provider: string;
|
|
8289
8289
|
baseUrl: string;
|
|
8290
8290
|
reasoning: false;
|
|
8291
|
-
input: ("
|
|
8291
|
+
input: ("text" | "image")[];
|
|
8292
8292
|
cost: {
|
|
8293
8293
|
input: number;
|
|
8294
8294
|
output: number;
|
|
@@ -8305,7 +8305,7 @@ export declare const MODELS: {
|
|
|
8305
8305
|
provider: string;
|
|
8306
8306
|
baseUrl: string;
|
|
8307
8307
|
reasoning: false;
|
|
8308
|
-
input: ("
|
|
8308
|
+
input: ("text" | "image")[];
|
|
8309
8309
|
cost: {
|
|
8310
8310
|
input: number;
|
|
8311
8311
|
output: number;
|
|
@@ -8322,7 +8322,7 @@ export declare const MODELS: {
|
|
|
8322
8322
|
provider: string;
|
|
8323
8323
|
baseUrl: string;
|
|
8324
8324
|
reasoning: false;
|
|
8325
|
-
input: ("
|
|
8325
|
+
input: ("text" | "image")[];
|
|
8326
8326
|
cost: {
|
|
8327
8327
|
input: number;
|
|
8328
8328
|
output: number;
|
|
@@ -8390,7 +8390,7 @@ export declare const MODELS: {
|
|
|
8390
8390
|
provider: string;
|
|
8391
8391
|
baseUrl: string;
|
|
8392
8392
|
reasoning: false;
|
|
8393
|
-
input: ("
|
|
8393
|
+
input: ("text" | "image")[];
|
|
8394
8394
|
cost: {
|
|
8395
8395
|
input: number;
|
|
8396
8396
|
output: number;
|
|
@@ -8407,7 +8407,7 @@ export declare const MODELS: {
|
|
|
8407
8407
|
provider: string;
|
|
8408
8408
|
baseUrl: string;
|
|
8409
8409
|
reasoning: false;
|
|
8410
|
-
input: ("
|
|
8410
|
+
input: ("text" | "image")[];
|
|
8411
8411
|
cost: {
|
|
8412
8412
|
input: number;
|
|
8413
8413
|
output: number;
|
|
@@ -8424,7 +8424,7 @@ export declare const MODELS: {
|
|
|
8424
8424
|
provider: string;
|
|
8425
8425
|
baseUrl: string;
|
|
8426
8426
|
reasoning: false;
|
|
8427
|
-
input: ("
|
|
8427
|
+
input: ("text" | "image")[];
|
|
8428
8428
|
cost: {
|
|
8429
8429
|
input: number;
|
|
8430
8430
|
output: number;
|
|
@@ -8475,7 +8475,7 @@ export declare const MODELS: {
|
|
|
8475
8475
|
provider: string;
|
|
8476
8476
|
baseUrl: string;
|
|
8477
8477
|
reasoning: true;
|
|
8478
|
-
input: ("
|
|
8478
|
+
input: ("text" | "image")[];
|
|
8479
8479
|
cost: {
|
|
8480
8480
|
input: number;
|
|
8481
8481
|
output: number;
|
|
@@ -8492,7 +8492,7 @@ export declare const MODELS: {
|
|
|
8492
8492
|
provider: string;
|
|
8493
8493
|
baseUrl: string;
|
|
8494
8494
|
reasoning: false;
|
|
8495
|
-
input: ("
|
|
8495
|
+
input: ("text" | "image")[];
|
|
8496
8496
|
cost: {
|
|
8497
8497
|
input: number;
|
|
8498
8498
|
output: number;
|
|
@@ -8560,7 +8560,7 @@ export declare const MODELS: {
|
|
|
8560
8560
|
provider: string;
|
|
8561
8561
|
baseUrl: string;
|
|
8562
8562
|
reasoning: false;
|
|
8563
|
-
input: ("
|
|
8563
|
+
input: ("text" | "image")[];
|
|
8564
8564
|
cost: {
|
|
8565
8565
|
input: number;
|
|
8566
8566
|
output: number;
|
|
@@ -8645,7 +8645,7 @@ export declare const MODELS: {
|
|
|
8645
8645
|
provider: string;
|
|
8646
8646
|
baseUrl: string;
|
|
8647
8647
|
reasoning: true;
|
|
8648
|
-
input: ("
|
|
8648
|
+
input: ("text" | "image")[];
|
|
8649
8649
|
cost: {
|
|
8650
8650
|
input: number;
|
|
8651
8651
|
output: number;
|
|
@@ -8781,7 +8781,7 @@ export declare const MODELS: {
|
|
|
8781
8781
|
provider: string;
|
|
8782
8782
|
baseUrl: string;
|
|
8783
8783
|
reasoning: true;
|
|
8784
|
-
input: ("
|
|
8784
|
+
input: ("text" | "image")[];
|
|
8785
8785
|
cost: {
|
|
8786
8786
|
input: number;
|
|
8787
8787
|
output: number;
|
|
@@ -8934,7 +8934,7 @@ export declare const MODELS: {
|
|
|
8934
8934
|
provider: string;
|
|
8935
8935
|
baseUrl: string;
|
|
8936
8936
|
reasoning: false;
|
|
8937
|
-
input: ("
|
|
8937
|
+
input: ("text" | "image")[];
|
|
8938
8938
|
cost: {
|
|
8939
8939
|
input: number;
|
|
8940
8940
|
output: number;
|
|
@@ -8968,7 +8968,7 @@ export declare const MODELS: {
|
|
|
8968
8968
|
provider: string;
|
|
8969
8969
|
baseUrl: string;
|
|
8970
8970
|
reasoning: false;
|
|
8971
|
-
input: ("
|
|
8971
|
+
input: ("text" | "image")[];
|
|
8972
8972
|
cost: {
|
|
8973
8973
|
input: number;
|
|
8974
8974
|
output: number;
|
|
@@ -8985,7 +8985,7 @@ export declare const MODELS: {
|
|
|
8985
8985
|
provider: string;
|
|
8986
8986
|
baseUrl: string;
|
|
8987
8987
|
reasoning: false;
|
|
8988
|
-
input: ("
|
|
8988
|
+
input: ("text" | "image")[];
|
|
8989
8989
|
cost: {
|
|
8990
8990
|
input: number;
|
|
8991
8991
|
output: number;
|
|
@@ -9002,7 +9002,7 @@ export declare const MODELS: {
|
|
|
9002
9002
|
provider: string;
|
|
9003
9003
|
baseUrl: string;
|
|
9004
9004
|
reasoning: false;
|
|
9005
|
-
input: ("
|
|
9005
|
+
input: ("text" | "image")[];
|
|
9006
9006
|
cost: {
|
|
9007
9007
|
input: number;
|
|
9008
9008
|
output: number;
|
|
@@ -9019,7 +9019,7 @@ export declare const MODELS: {
|
|
|
9019
9019
|
provider: string;
|
|
9020
9020
|
baseUrl: string;
|
|
9021
9021
|
reasoning: false;
|
|
9022
|
-
input: ("
|
|
9022
|
+
input: ("text" | "image")[];
|
|
9023
9023
|
cost: {
|
|
9024
9024
|
input: number;
|
|
9025
9025
|
output: number;
|
|
@@ -9036,7 +9036,7 @@ export declare const MODELS: {
|
|
|
9036
9036
|
provider: string;
|
|
9037
9037
|
baseUrl: string;
|
|
9038
9038
|
reasoning: false;
|
|
9039
|
-
input: ("
|
|
9039
|
+
input: ("text" | "image")[];
|
|
9040
9040
|
cost: {
|
|
9041
9041
|
input: number;
|
|
9042
9042
|
output: number;
|
|
@@ -9053,7 +9053,7 @@ export declare const MODELS: {
|
|
|
9053
9053
|
provider: string;
|
|
9054
9054
|
baseUrl: string;
|
|
9055
9055
|
reasoning: false;
|
|
9056
|
-
input: ("
|
|
9056
|
+
input: ("text" | "image")[];
|
|
9057
9057
|
cost: {
|
|
9058
9058
|
input: number;
|
|
9059
9059
|
output: number;
|
|
@@ -9070,7 +9070,7 @@ export declare const MODELS: {
|
|
|
9070
9070
|
provider: string;
|
|
9071
9071
|
baseUrl: string;
|
|
9072
9072
|
reasoning: false;
|
|
9073
|
-
input: ("
|
|
9073
|
+
input: ("text" | "image")[];
|
|
9074
9074
|
cost: {
|
|
9075
9075
|
input: number;
|
|
9076
9076
|
output: number;
|
|
@@ -9104,7 +9104,7 @@ export declare const MODELS: {
|
|
|
9104
9104
|
provider: string;
|
|
9105
9105
|
baseUrl: string;
|
|
9106
9106
|
reasoning: false;
|
|
9107
|
-
input: ("
|
|
9107
|
+
input: ("text" | "image")[];
|
|
9108
9108
|
cost: {
|
|
9109
9109
|
input: number;
|
|
9110
9110
|
output: number;
|
|
@@ -9121,7 +9121,7 @@ export declare const MODELS: {
|
|
|
9121
9121
|
provider: string;
|
|
9122
9122
|
baseUrl: string;
|
|
9123
9123
|
reasoning: false;
|
|
9124
|
-
input: ("
|
|
9124
|
+
input: ("text" | "image")[];
|
|
9125
9125
|
cost: {
|
|
9126
9126
|
input: number;
|
|
9127
9127
|
output: number;
|
|
@@ -9138,7 +9138,7 @@ export declare const MODELS: {
|
|
|
9138
9138
|
provider: string;
|
|
9139
9139
|
baseUrl: string;
|
|
9140
9140
|
reasoning: false;
|
|
9141
|
-
input: ("
|
|
9141
|
+
input: ("text" | "image")[];
|
|
9142
9142
|
cost: {
|
|
9143
9143
|
input: number;
|
|
9144
9144
|
output: number;
|
|
@@ -9155,7 +9155,7 @@ export declare const MODELS: {
|
|
|
9155
9155
|
provider: string;
|
|
9156
9156
|
baseUrl: string;
|
|
9157
9157
|
reasoning: true;
|
|
9158
|
-
input: ("
|
|
9158
|
+
input: ("text" | "image")[];
|
|
9159
9159
|
cost: {
|
|
9160
9160
|
input: number;
|
|
9161
9161
|
output: number;
|
|
@@ -9172,7 +9172,7 @@ export declare const MODELS: {
|
|
|
9172
9172
|
provider: string;
|
|
9173
9173
|
baseUrl: string;
|
|
9174
9174
|
reasoning: true;
|
|
9175
|
-
input: ("
|
|
9175
|
+
input: ("text" | "image")[];
|
|
9176
9176
|
cost: {
|
|
9177
9177
|
input: number;
|
|
9178
9178
|
output: number;
|
|
@@ -9189,7 +9189,7 @@ export declare const MODELS: {
|
|
|
9189
9189
|
provider: string;
|
|
9190
9190
|
baseUrl: string;
|
|
9191
9191
|
reasoning: true;
|
|
9192
|
-
input: ("
|
|
9192
|
+
input: ("text" | "image")[];
|
|
9193
9193
|
cost: {
|
|
9194
9194
|
input: number;
|
|
9195
9195
|
output: number;
|
|
@@ -9206,7 +9206,7 @@ export declare const MODELS: {
|
|
|
9206
9206
|
provider: string;
|
|
9207
9207
|
baseUrl: string;
|
|
9208
9208
|
reasoning: true;
|
|
9209
|
-
input: ("
|
|
9209
|
+
input: ("text" | "image")[];
|
|
9210
9210
|
cost: {
|
|
9211
9211
|
input: number;
|
|
9212
9212
|
output: number;
|
|
@@ -9223,7 +9223,7 @@ export declare const MODELS: {
|
|
|
9223
9223
|
provider: string;
|
|
9224
9224
|
baseUrl: string;
|
|
9225
9225
|
reasoning: true;
|
|
9226
|
-
input: ("
|
|
9226
|
+
input: ("text" | "image")[];
|
|
9227
9227
|
cost: {
|
|
9228
9228
|
input: number;
|
|
9229
9229
|
output: number;
|
|
@@ -9240,7 +9240,7 @@ export declare const MODELS: {
|
|
|
9240
9240
|
provider: string;
|
|
9241
9241
|
baseUrl: string;
|
|
9242
9242
|
reasoning: true;
|
|
9243
|
-
input: ("
|
|
9243
|
+
input: ("text" | "image")[];
|
|
9244
9244
|
cost: {
|
|
9245
9245
|
input: number;
|
|
9246
9246
|
output: number;
|
|
@@ -9257,7 +9257,7 @@ export declare const MODELS: {
|
|
|
9257
9257
|
provider: string;
|
|
9258
9258
|
baseUrl: string;
|
|
9259
9259
|
reasoning: true;
|
|
9260
|
-
input: ("
|
|
9260
|
+
input: ("text" | "image")[];
|
|
9261
9261
|
cost: {
|
|
9262
9262
|
input: number;
|
|
9263
9263
|
output: number;
|
|
@@ -9274,7 +9274,7 @@ export declare const MODELS: {
|
|
|
9274
9274
|
provider: string;
|
|
9275
9275
|
baseUrl: string;
|
|
9276
9276
|
reasoning: true;
|
|
9277
|
-
input: ("
|
|
9277
|
+
input: ("text" | "image")[];
|
|
9278
9278
|
cost: {
|
|
9279
9279
|
input: number;
|
|
9280
9280
|
output: number;
|
|
@@ -9291,7 +9291,7 @@ export declare const MODELS: {
|
|
|
9291
9291
|
provider: string;
|
|
9292
9292
|
baseUrl: string;
|
|
9293
9293
|
reasoning: false;
|
|
9294
|
-
input: ("
|
|
9294
|
+
input: ("text" | "image")[];
|
|
9295
9295
|
cost: {
|
|
9296
9296
|
input: number;
|
|
9297
9297
|
output: number;
|
|
@@ -9308,7 +9308,7 @@ export declare const MODELS: {
|
|
|
9308
9308
|
provider: string;
|
|
9309
9309
|
baseUrl: string;
|
|
9310
9310
|
reasoning: true;
|
|
9311
|
-
input: ("
|
|
9311
|
+
input: ("text" | "image")[];
|
|
9312
9312
|
cost: {
|
|
9313
9313
|
input: number;
|
|
9314
9314
|
output: number;
|
|
@@ -9325,7 +9325,7 @@ export declare const MODELS: {
|
|
|
9325
9325
|
provider: string;
|
|
9326
9326
|
baseUrl: string;
|
|
9327
9327
|
reasoning: true;
|
|
9328
|
-
input: ("
|
|
9328
|
+
input: ("text" | "image")[];
|
|
9329
9329
|
cost: {
|
|
9330
9330
|
input: number;
|
|
9331
9331
|
output: number;
|
|
@@ -9342,7 +9342,7 @@ export declare const MODELS: {
|
|
|
9342
9342
|
provider: string;
|
|
9343
9343
|
baseUrl: string;
|
|
9344
9344
|
reasoning: true;
|
|
9345
|
-
input: ("
|
|
9345
|
+
input: ("text" | "image")[];
|
|
9346
9346
|
cost: {
|
|
9347
9347
|
input: number;
|
|
9348
9348
|
output: number;
|
|
@@ -9359,7 +9359,7 @@ export declare const MODELS: {
|
|
|
9359
9359
|
provider: string;
|
|
9360
9360
|
baseUrl: string;
|
|
9361
9361
|
reasoning: true;
|
|
9362
|
-
input: ("
|
|
9362
|
+
input: ("text" | "image")[];
|
|
9363
9363
|
cost: {
|
|
9364
9364
|
input: number;
|
|
9365
9365
|
output: number;
|
|
@@ -9376,7 +9376,7 @@ export declare const MODELS: {
|
|
|
9376
9376
|
provider: string;
|
|
9377
9377
|
baseUrl: string;
|
|
9378
9378
|
reasoning: false;
|
|
9379
|
-
input: ("
|
|
9379
|
+
input: ("text" | "image")[];
|
|
9380
9380
|
cost: {
|
|
9381
9381
|
input: number;
|
|
9382
9382
|
output: number;
|
|
@@ -9393,7 +9393,7 @@ export declare const MODELS: {
|
|
|
9393
9393
|
provider: string;
|
|
9394
9394
|
baseUrl: string;
|
|
9395
9395
|
reasoning: true;
|
|
9396
|
-
input: ("
|
|
9396
|
+
input: ("text" | "image")[];
|
|
9397
9397
|
cost: {
|
|
9398
9398
|
input: number;
|
|
9399
9399
|
output: number;
|
|
@@ -9410,7 +9410,7 @@ export declare const MODELS: {
|
|
|
9410
9410
|
provider: string;
|
|
9411
9411
|
baseUrl: string;
|
|
9412
9412
|
reasoning: true;
|
|
9413
|
-
input: ("
|
|
9413
|
+
input: ("text" | "image")[];
|
|
9414
9414
|
cost: {
|
|
9415
9415
|
input: number;
|
|
9416
9416
|
output: number;
|
|
@@ -9427,7 +9427,7 @@ export declare const MODELS: {
|
|
|
9427
9427
|
provider: string;
|
|
9428
9428
|
baseUrl: string;
|
|
9429
9429
|
reasoning: false;
|
|
9430
|
-
input: ("
|
|
9430
|
+
input: ("text" | "image")[];
|
|
9431
9431
|
cost: {
|
|
9432
9432
|
input: number;
|
|
9433
9433
|
output: number;
|
|
@@ -9444,7 +9444,7 @@ export declare const MODELS: {
|
|
|
9444
9444
|
provider: string;
|
|
9445
9445
|
baseUrl: string;
|
|
9446
9446
|
reasoning: true;
|
|
9447
|
-
input: ("
|
|
9447
|
+
input: ("text" | "image")[];
|
|
9448
9448
|
cost: {
|
|
9449
9449
|
input: number;
|
|
9450
9450
|
output: number;
|
|
@@ -9461,7 +9461,7 @@ export declare const MODELS: {
|
|
|
9461
9461
|
provider: string;
|
|
9462
9462
|
baseUrl: string;
|
|
9463
9463
|
reasoning: true;
|
|
9464
|
-
input: ("
|
|
9464
|
+
input: ("text" | "image")[];
|
|
9465
9465
|
cost: {
|
|
9466
9466
|
input: number;
|
|
9467
9467
|
output: number;
|
|
@@ -9478,7 +9478,7 @@ export declare const MODELS: {
|
|
|
9478
9478
|
provider: string;
|
|
9479
9479
|
baseUrl: string;
|
|
9480
9480
|
reasoning: true;
|
|
9481
|
-
input: ("
|
|
9481
|
+
input: ("text" | "image")[];
|
|
9482
9482
|
cost: {
|
|
9483
9483
|
input: number;
|
|
9484
9484
|
output: number;
|
|
@@ -9495,7 +9495,7 @@ export declare const MODELS: {
|
|
|
9495
9495
|
provider: string;
|
|
9496
9496
|
baseUrl: string;
|
|
9497
9497
|
reasoning: true;
|
|
9498
|
-
input: ("
|
|
9498
|
+
input: ("text" | "image")[];
|
|
9499
9499
|
cost: {
|
|
9500
9500
|
input: number;
|
|
9501
9501
|
output: number;
|
|
@@ -9512,7 +9512,7 @@ export declare const MODELS: {
|
|
|
9512
9512
|
provider: string;
|
|
9513
9513
|
baseUrl: string;
|
|
9514
9514
|
reasoning: true;
|
|
9515
|
-
input: ("
|
|
9515
|
+
input: ("text" | "image")[];
|
|
9516
9516
|
cost: {
|
|
9517
9517
|
input: number;
|
|
9518
9518
|
output: number;
|
|
@@ -9648,7 +9648,7 @@ export declare const MODELS: {
|
|
|
9648
9648
|
provider: string;
|
|
9649
9649
|
baseUrl: string;
|
|
9650
9650
|
reasoning: true;
|
|
9651
|
-
input: ("
|
|
9651
|
+
input: ("text" | "image")[];
|
|
9652
9652
|
cost: {
|
|
9653
9653
|
input: number;
|
|
9654
9654
|
output: number;
|
|
@@ -9665,7 +9665,7 @@ export declare const MODELS: {
|
|
|
9665
9665
|
provider: string;
|
|
9666
9666
|
baseUrl: string;
|
|
9667
9667
|
reasoning: true;
|
|
9668
|
-
input: ("
|
|
9668
|
+
input: ("text" | "image")[];
|
|
9669
9669
|
cost: {
|
|
9670
9670
|
input: number;
|
|
9671
9671
|
output: number;
|
|
@@ -9682,7 +9682,7 @@ export declare const MODELS: {
|
|
|
9682
9682
|
provider: string;
|
|
9683
9683
|
baseUrl: string;
|
|
9684
9684
|
reasoning: true;
|
|
9685
|
-
input: ("
|
|
9685
|
+
input: ("text" | "image")[];
|
|
9686
9686
|
cost: {
|
|
9687
9687
|
input: number;
|
|
9688
9688
|
output: number;
|
|
@@ -9733,7 +9733,7 @@ export declare const MODELS: {
|
|
|
9733
9733
|
provider: string;
|
|
9734
9734
|
baseUrl: string;
|
|
9735
9735
|
reasoning: true;
|
|
9736
|
-
input: ("
|
|
9736
|
+
input: ("text" | "image")[];
|
|
9737
9737
|
cost: {
|
|
9738
9738
|
input: number;
|
|
9739
9739
|
output: number;
|
|
@@ -9750,7 +9750,7 @@ export declare const MODELS: {
|
|
|
9750
9750
|
provider: string;
|
|
9751
9751
|
baseUrl: string;
|
|
9752
9752
|
reasoning: true;
|
|
9753
|
-
input: ("
|
|
9753
|
+
input: ("text" | "image")[];
|
|
9754
9754
|
cost: {
|
|
9755
9755
|
input: number;
|
|
9756
9756
|
output: number;
|
|
@@ -9767,7 +9767,7 @@ export declare const MODELS: {
|
|
|
9767
9767
|
provider: string;
|
|
9768
9768
|
baseUrl: string;
|
|
9769
9769
|
reasoning: true;
|
|
9770
|
-
input: ("
|
|
9770
|
+
input: ("text" | "image")[];
|
|
9771
9771
|
cost: {
|
|
9772
9772
|
input: number;
|
|
9773
9773
|
output: number;
|
|
@@ -9784,7 +9784,7 @@ export declare const MODELS: {
|
|
|
9784
9784
|
provider: string;
|
|
9785
9785
|
baseUrl: string;
|
|
9786
9786
|
reasoning: true;
|
|
9787
|
-
input: ("
|
|
9787
|
+
input: ("text" | "image")[];
|
|
9788
9788
|
cost: {
|
|
9789
9789
|
input: number;
|
|
9790
9790
|
output: number;
|
|
@@ -9801,7 +9801,7 @@ export declare const MODELS: {
|
|
|
9801
9801
|
provider: string;
|
|
9802
9802
|
baseUrl: string;
|
|
9803
9803
|
reasoning: true;
|
|
9804
|
-
input: ("
|
|
9804
|
+
input: ("text" | "image")[];
|
|
9805
9805
|
cost: {
|
|
9806
9806
|
input: number;
|
|
9807
9807
|
output: number;
|
|
@@ -9818,7 +9818,7 @@ export declare const MODELS: {
|
|
|
9818
9818
|
provider: string;
|
|
9819
9819
|
baseUrl: string;
|
|
9820
9820
|
reasoning: true;
|
|
9821
|
-
input: ("
|
|
9821
|
+
input: ("text" | "image")[];
|
|
9822
9822
|
cost: {
|
|
9823
9823
|
input: number;
|
|
9824
9824
|
output: number;
|
|
@@ -9971,7 +9971,7 @@ export declare const MODELS: {
|
|
|
9971
9971
|
provider: string;
|
|
9972
9972
|
baseUrl: string;
|
|
9973
9973
|
reasoning: false;
|
|
9974
|
-
input: ("
|
|
9974
|
+
input: ("text" | "image")[];
|
|
9975
9975
|
cost: {
|
|
9976
9976
|
input: number;
|
|
9977
9977
|
output: number;
|
|
@@ -10328,7 +10328,7 @@ export declare const MODELS: {
|
|
|
10328
10328
|
provider: string;
|
|
10329
10329
|
baseUrl: string;
|
|
10330
10330
|
reasoning: false;
|
|
10331
|
-
input: ("
|
|
10331
|
+
input: ("text" | "image")[];
|
|
10332
10332
|
cost: {
|
|
10333
10333
|
input: number;
|
|
10334
10334
|
output: number;
|
|
@@ -10345,7 +10345,7 @@ export declare const MODELS: {
|
|
|
10345
10345
|
provider: string;
|
|
10346
10346
|
baseUrl: string;
|
|
10347
10347
|
reasoning: true;
|
|
10348
|
-
input: ("
|
|
10348
|
+
input: ("text" | "image")[];
|
|
10349
10349
|
cost: {
|
|
10350
10350
|
input: number;
|
|
10351
10351
|
output: number;
|
|
@@ -10362,7 +10362,7 @@ export declare const MODELS: {
|
|
|
10362
10362
|
provider: string;
|
|
10363
10363
|
baseUrl: string;
|
|
10364
10364
|
reasoning: false;
|
|
10365
|
-
input: ("
|
|
10365
|
+
input: ("text" | "image")[];
|
|
10366
10366
|
cost: {
|
|
10367
10367
|
input: number;
|
|
10368
10368
|
output: number;
|
|
@@ -10379,7 +10379,7 @@ export declare const MODELS: {
|
|
|
10379
10379
|
provider: string;
|
|
10380
10380
|
baseUrl: string;
|
|
10381
10381
|
reasoning: true;
|
|
10382
|
-
input: ("
|
|
10382
|
+
input: ("text" | "image")[];
|
|
10383
10383
|
cost: {
|
|
10384
10384
|
input: number;
|
|
10385
10385
|
output: number;
|
|
@@ -10396,7 +10396,7 @@ export declare const MODELS: {
|
|
|
10396
10396
|
provider: string;
|
|
10397
10397
|
baseUrl: string;
|
|
10398
10398
|
reasoning: false;
|
|
10399
|
-
input: ("
|
|
10399
|
+
input: ("text" | "image")[];
|
|
10400
10400
|
cost: {
|
|
10401
10401
|
input: number;
|
|
10402
10402
|
output: number;
|
|
@@ -10413,7 +10413,7 @@ export declare const MODELS: {
|
|
|
10413
10413
|
provider: string;
|
|
10414
10414
|
baseUrl: string;
|
|
10415
10415
|
reasoning: false;
|
|
10416
|
-
input: ("
|
|
10416
|
+
input: ("text" | "image")[];
|
|
10417
10417
|
cost: {
|
|
10418
10418
|
input: number;
|
|
10419
10419
|
output: number;
|
|
@@ -10430,7 +10430,7 @@ export declare const MODELS: {
|
|
|
10430
10430
|
provider: string;
|
|
10431
10431
|
baseUrl: string;
|
|
10432
10432
|
reasoning: true;
|
|
10433
|
-
input: ("
|
|
10433
|
+
input: ("text" | "image")[];
|
|
10434
10434
|
cost: {
|
|
10435
10435
|
input: number;
|
|
10436
10436
|
output: number;
|
|
@@ -10447,7 +10447,7 @@ export declare const MODELS: {
|
|
|
10447
10447
|
provider: string;
|
|
10448
10448
|
baseUrl: string;
|
|
10449
10449
|
reasoning: true;
|
|
10450
|
-
input: ("
|
|
10450
|
+
input: ("text" | "image")[];
|
|
10451
10451
|
cost: {
|
|
10452
10452
|
input: number;
|
|
10453
10453
|
output: number;
|
|
@@ -10464,7 +10464,7 @@ export declare const MODELS: {
|
|
|
10464
10464
|
provider: string;
|
|
10465
10465
|
baseUrl: string;
|
|
10466
10466
|
reasoning: true;
|
|
10467
|
-
input: ("
|
|
10467
|
+
input: ("text" | "image")[];
|
|
10468
10468
|
cost: {
|
|
10469
10469
|
input: number;
|
|
10470
10470
|
output: number;
|
|
@@ -10481,7 +10481,7 @@ export declare const MODELS: {
|
|
|
10481
10481
|
provider: string;
|
|
10482
10482
|
baseUrl: string;
|
|
10483
10483
|
reasoning: true;
|
|
10484
|
-
input: ("
|
|
10484
|
+
input: ("text" | "image")[];
|
|
10485
10485
|
cost: {
|
|
10486
10486
|
input: number;
|
|
10487
10487
|
output: number;
|
|
@@ -10498,7 +10498,7 @@ export declare const MODELS: {
|
|
|
10498
10498
|
provider: string;
|
|
10499
10499
|
baseUrl: string;
|
|
10500
10500
|
reasoning: true;
|
|
10501
|
-
input: ("
|
|
10501
|
+
input: ("text" | "image")[];
|
|
10502
10502
|
cost: {
|
|
10503
10503
|
input: number;
|
|
10504
10504
|
output: number;
|
|
@@ -10515,7 +10515,7 @@ export declare const MODELS: {
|
|
|
10515
10515
|
provider: string;
|
|
10516
10516
|
baseUrl: string;
|
|
10517
10517
|
reasoning: true;
|
|
10518
|
-
input: ("
|
|
10518
|
+
input: ("text" | "image")[];
|
|
10519
10519
|
cost: {
|
|
10520
10520
|
input: number;
|
|
10521
10521
|
output: number;
|
|
@@ -10532,7 +10532,7 @@ export declare const MODELS: {
|
|
|
10532
10532
|
provider: string;
|
|
10533
10533
|
baseUrl: string;
|
|
10534
10534
|
reasoning: true;
|
|
10535
|
-
input: ("
|
|
10535
|
+
input: ("text" | "image")[];
|
|
10536
10536
|
cost: {
|
|
10537
10537
|
input: number;
|
|
10538
10538
|
output: number;
|
|
@@ -10549,7 +10549,7 @@ export declare const MODELS: {
|
|
|
10549
10549
|
provider: string;
|
|
10550
10550
|
baseUrl: string;
|
|
10551
10551
|
reasoning: true;
|
|
10552
|
-
input: ("
|
|
10552
|
+
input: ("text" | "image")[];
|
|
10553
10553
|
cost: {
|
|
10554
10554
|
input: number;
|
|
10555
10555
|
output: number;
|
|
@@ -10566,7 +10566,7 @@ export declare const MODELS: {
|
|
|
10566
10566
|
provider: string;
|
|
10567
10567
|
baseUrl: string;
|
|
10568
10568
|
reasoning: true;
|
|
10569
|
-
input: ("
|
|
10569
|
+
input: ("text" | "image")[];
|
|
10570
10570
|
cost: {
|
|
10571
10571
|
input: number;
|
|
10572
10572
|
output: number;
|
|
@@ -10600,7 +10600,7 @@ export declare const MODELS: {
|
|
|
10600
10600
|
provider: string;
|
|
10601
10601
|
baseUrl: string;
|
|
10602
10602
|
reasoning: false;
|
|
10603
|
-
input: ("
|
|
10603
|
+
input: ("text" | "image")[];
|
|
10604
10604
|
cost: {
|
|
10605
10605
|
input: number;
|
|
10606
10606
|
output: number;
|
|
@@ -10821,7 +10821,7 @@ export declare const MODELS: {
|
|
|
10821
10821
|
provider: string;
|
|
10822
10822
|
baseUrl: string;
|
|
10823
10823
|
reasoning: true;
|
|
10824
|
-
input: ("
|
|
10824
|
+
input: ("text" | "image")[];
|
|
10825
10825
|
cost: {
|
|
10826
10826
|
input: number;
|
|
10827
10827
|
output: number;
|
|
@@ -10838,7 +10838,7 @@ export declare const MODELS: {
|
|
|
10838
10838
|
provider: string;
|
|
10839
10839
|
baseUrl: string;
|
|
10840
10840
|
reasoning: true;
|
|
10841
|
-
input: ("
|
|
10841
|
+
input: ("text" | "image")[];
|
|
10842
10842
|
cost: {
|
|
10843
10843
|
input: number;
|
|
10844
10844
|
output: number;
|
|
@@ -10855,7 +10855,7 @@ export declare const MODELS: {
|
|
|
10855
10855
|
provider: string;
|
|
10856
10856
|
baseUrl: string;
|
|
10857
10857
|
reasoning: true;
|
|
10858
|
-
input: ("
|
|
10858
|
+
input: ("text" | "image")[];
|
|
10859
10859
|
cost: {
|
|
10860
10860
|
input: number;
|
|
10861
10861
|
output: number;
|
|
@@ -10872,7 +10872,7 @@ export declare const MODELS: {
|
|
|
10872
10872
|
provider: string;
|
|
10873
10873
|
baseUrl: string;
|
|
10874
10874
|
reasoning: true;
|
|
10875
|
-
input: ("
|
|
10875
|
+
input: ("text" | "image")[];
|
|
10876
10876
|
cost: {
|
|
10877
10877
|
input: number;
|
|
10878
10878
|
output: number;
|
|
@@ -10923,7 +10923,7 @@ export declare const MODELS: {
|
|
|
10923
10923
|
provider: string;
|
|
10924
10924
|
baseUrl: string;
|
|
10925
10925
|
reasoning: true;
|
|
10926
|
-
input: ("
|
|
10926
|
+
input: ("text" | "image")[];
|
|
10927
10927
|
cost: {
|
|
10928
10928
|
input: number;
|
|
10929
10929
|
output: number;
|
|
@@ -11025,7 +11025,7 @@ export declare const MODELS: {
|
|
|
11025
11025
|
provider: string;
|
|
11026
11026
|
baseUrl: string;
|
|
11027
11027
|
reasoning: true;
|
|
11028
|
-
input: ("
|
|
11028
|
+
input: ("text" | "image")[];
|
|
11029
11029
|
cost: {
|
|
11030
11030
|
input: number;
|
|
11031
11031
|
output: number;
|
|
@@ -11059,7 +11059,7 @@ export declare const MODELS: {
|
|
|
11059
11059
|
provider: string;
|
|
11060
11060
|
baseUrl: string;
|
|
11061
11061
|
reasoning: true;
|
|
11062
|
-
input: ("
|
|
11062
|
+
input: ("text" | "image")[];
|
|
11063
11063
|
cost: {
|
|
11064
11064
|
input: number;
|
|
11065
11065
|
output: number;
|
|
@@ -11161,7 +11161,7 @@ export declare const MODELS: {
|
|
|
11161
11161
|
provider: string;
|
|
11162
11162
|
baseUrl: string;
|
|
11163
11163
|
reasoning: true;
|
|
11164
|
-
input: ("
|
|
11164
|
+
input: ("text" | "image")[];
|
|
11165
11165
|
cost: {
|
|
11166
11166
|
input: number;
|
|
11167
11167
|
output: number;
|
|
@@ -11248,7 +11248,7 @@ export declare const MODELS: {
|
|
|
11248
11248
|
provider: string;
|
|
11249
11249
|
baseUrl: string;
|
|
11250
11250
|
reasoning: true;
|
|
11251
|
-
input: ("
|
|
11251
|
+
input: ("text" | "image")[];
|
|
11252
11252
|
cost: {
|
|
11253
11253
|
input: number;
|
|
11254
11254
|
output: number;
|
|
@@ -11384,7 +11384,7 @@ export declare const MODELS: {
|
|
|
11384
11384
|
provider: string;
|
|
11385
11385
|
baseUrl: string;
|
|
11386
11386
|
reasoning: true;
|
|
11387
|
-
input: ("
|
|
11387
|
+
input: ("text" | "image")[];
|
|
11388
11388
|
cost: {
|
|
11389
11389
|
input: number;
|
|
11390
11390
|
output: number;
|
|
@@ -11401,7 +11401,7 @@ export declare const MODELS: {
|
|
|
11401
11401
|
provider: string;
|
|
11402
11402
|
baseUrl: string;
|
|
11403
11403
|
reasoning: true;
|
|
11404
|
-
input: ("
|
|
11404
|
+
input: ("text" | "image")[];
|
|
11405
11405
|
cost: {
|
|
11406
11406
|
input: number;
|
|
11407
11407
|
output: number;
|
|
@@ -11418,7 +11418,7 @@ export declare const MODELS: {
|
|
|
11418
11418
|
provider: string;
|
|
11419
11419
|
baseUrl: string;
|
|
11420
11420
|
reasoning: true;
|
|
11421
|
-
input: ("
|
|
11421
|
+
input: ("text" | "image")[];
|
|
11422
11422
|
cost: {
|
|
11423
11423
|
input: number;
|
|
11424
11424
|
output: number;
|
|
@@ -11435,7 +11435,7 @@ export declare const MODELS: {
|
|
|
11435
11435
|
provider: string;
|
|
11436
11436
|
baseUrl: string;
|
|
11437
11437
|
reasoning: true;
|
|
11438
|
-
input: ("
|
|
11438
|
+
input: ("text" | "image")[];
|
|
11439
11439
|
cost: {
|
|
11440
11440
|
input: number;
|
|
11441
11441
|
output: number;
|
|
@@ -11452,7 +11452,7 @@ export declare const MODELS: {
|
|
|
11452
11452
|
provider: string;
|
|
11453
11453
|
baseUrl: string;
|
|
11454
11454
|
reasoning: false;
|
|
11455
|
-
input: ("
|
|
11455
|
+
input: ("text" | "image")[];
|
|
11456
11456
|
cost: {
|
|
11457
11457
|
input: number;
|
|
11458
11458
|
output: number;
|
|
@@ -11469,7 +11469,7 @@ export declare const MODELS: {
|
|
|
11469
11469
|
provider: string;
|
|
11470
11470
|
baseUrl: string;
|
|
11471
11471
|
reasoning: false;
|
|
11472
|
-
input: ("
|
|
11472
|
+
input: ("text" | "image")[];
|
|
11473
11473
|
cost: {
|
|
11474
11474
|
input: number;
|
|
11475
11475
|
output: number;
|
|
@@ -11486,7 +11486,7 @@ export declare const MODELS: {
|
|
|
11486
11486
|
provider: string;
|
|
11487
11487
|
baseUrl: string;
|
|
11488
11488
|
reasoning: true;
|
|
11489
|
-
input: ("
|
|
11489
|
+
input: ("text" | "image")[];
|
|
11490
11490
|
cost: {
|
|
11491
11491
|
input: number;
|
|
11492
11492
|
output: number;
|
|
@@ -11503,7 +11503,7 @@ export declare const MODELS: {
|
|
|
11503
11503
|
provider: string;
|
|
11504
11504
|
baseUrl: string;
|
|
11505
11505
|
reasoning: true;
|
|
11506
|
-
input: ("
|
|
11506
|
+
input: ("text" | "image")[];
|
|
11507
11507
|
cost: {
|
|
11508
11508
|
input: number;
|
|
11509
11509
|
output: number;
|
|
@@ -11520,7 +11520,7 @@ export declare const MODELS: {
|
|
|
11520
11520
|
provider: string;
|
|
11521
11521
|
baseUrl: string;
|
|
11522
11522
|
reasoning: true;
|
|
11523
|
-
input: ("
|
|
11523
|
+
input: ("text" | "image")[];
|
|
11524
11524
|
cost: {
|
|
11525
11525
|
input: number;
|
|
11526
11526
|
output: number;
|
|
@@ -11537,7 +11537,7 @@ export declare const MODELS: {
|
|
|
11537
11537
|
provider: string;
|
|
11538
11538
|
baseUrl: string;
|
|
11539
11539
|
reasoning: true;
|
|
11540
|
-
input: ("
|
|
11540
|
+
input: ("text" | "image")[];
|
|
11541
11541
|
cost: {
|
|
11542
11542
|
input: number;
|
|
11543
11543
|
output: number;
|
|
@@ -11554,7 +11554,7 @@ export declare const MODELS: {
|
|
|
11554
11554
|
provider: string;
|
|
11555
11555
|
baseUrl: string;
|
|
11556
11556
|
reasoning: true;
|
|
11557
|
-
input: ("
|
|
11557
|
+
input: ("text" | "image")[];
|
|
11558
11558
|
cost: {
|
|
11559
11559
|
input: number;
|
|
11560
11560
|
output: number;
|
|
@@ -11571,7 +11571,7 @@ export declare const MODELS: {
|
|
|
11571
11571
|
provider: string;
|
|
11572
11572
|
baseUrl: string;
|
|
11573
11573
|
reasoning: true;
|
|
11574
|
-
input: ("
|
|
11574
|
+
input: ("text" | "image")[];
|
|
11575
11575
|
cost: {
|
|
11576
11576
|
input: number;
|
|
11577
11577
|
output: number;
|
|
@@ -11588,7 +11588,7 @@ export declare const MODELS: {
|
|
|
11588
11588
|
provider: string;
|
|
11589
11589
|
baseUrl: string;
|
|
11590
11590
|
reasoning: true;
|
|
11591
|
-
input: ("
|
|
11591
|
+
input: ("text" | "image")[];
|
|
11592
11592
|
cost: {
|
|
11593
11593
|
input: number;
|
|
11594
11594
|
output: number;
|
|
@@ -11605,7 +11605,7 @@ export declare const MODELS: {
|
|
|
11605
11605
|
provider: string;
|
|
11606
11606
|
baseUrl: string;
|
|
11607
11607
|
reasoning: true;
|
|
11608
|
-
input: ("
|
|
11608
|
+
input: ("text" | "image")[];
|
|
11609
11609
|
cost: {
|
|
11610
11610
|
input: number;
|
|
11611
11611
|
output: number;
|
|
@@ -11622,7 +11622,7 @@ export declare const MODELS: {
|
|
|
11622
11622
|
provider: string;
|
|
11623
11623
|
baseUrl: string;
|
|
11624
11624
|
reasoning: true;
|
|
11625
|
-
input: ("
|
|
11625
|
+
input: ("text" | "image")[];
|
|
11626
11626
|
cost: {
|
|
11627
11627
|
input: number;
|
|
11628
11628
|
output: number;
|
|
@@ -11809,7 +11809,7 @@ export declare const MODELS: {
|
|
|
11809
11809
|
provider: string;
|
|
11810
11810
|
baseUrl: string;
|
|
11811
11811
|
reasoning: false;
|
|
11812
|
-
input: ("
|
|
11812
|
+
input: ("text" | "image")[];
|
|
11813
11813
|
cost: {
|
|
11814
11814
|
input: number;
|
|
11815
11815
|
output: number;
|
|
@@ -11826,7 +11826,7 @@ export declare const MODELS: {
|
|
|
11826
11826
|
provider: string;
|
|
11827
11827
|
baseUrl: string;
|
|
11828
11828
|
reasoning: false;
|
|
11829
|
-
input: ("
|
|
11829
|
+
input: ("text" | "image")[];
|
|
11830
11830
|
cost: {
|
|
11831
11831
|
input: number;
|
|
11832
11832
|
output: number;
|
|
@@ -11843,7 +11843,7 @@ export declare const MODELS: {
|
|
|
11843
11843
|
provider: string;
|
|
11844
11844
|
baseUrl: string;
|
|
11845
11845
|
reasoning: true;
|
|
11846
|
-
input: ("
|
|
11846
|
+
input: ("text" | "image")[];
|
|
11847
11847
|
cost: {
|
|
11848
11848
|
input: number;
|
|
11849
11849
|
output: number;
|
|
@@ -11860,7 +11860,7 @@ export declare const MODELS: {
|
|
|
11860
11860
|
provider: string;
|
|
11861
11861
|
baseUrl: string;
|
|
11862
11862
|
reasoning: true;
|
|
11863
|
-
input: ("
|
|
11863
|
+
input: ("text" | "image")[];
|
|
11864
11864
|
cost: {
|
|
11865
11865
|
input: number;
|
|
11866
11866
|
output: number;
|
|
@@ -11877,7 +11877,7 @@ export declare const MODELS: {
|
|
|
11877
11877
|
provider: string;
|
|
11878
11878
|
baseUrl: string;
|
|
11879
11879
|
reasoning: true;
|
|
11880
|
-
input: ("
|
|
11880
|
+
input: ("text" | "image")[];
|
|
11881
11881
|
cost: {
|
|
11882
11882
|
input: number;
|
|
11883
11883
|
output: number;
|
|
@@ -11894,7 +11894,7 @@ export declare const MODELS: {
|
|
|
11894
11894
|
provider: string;
|
|
11895
11895
|
baseUrl: string;
|
|
11896
11896
|
reasoning: true;
|
|
11897
|
-
input: ("
|
|
11897
|
+
input: ("text" | "image")[];
|
|
11898
11898
|
cost: {
|
|
11899
11899
|
input: number;
|
|
11900
11900
|
output: number;
|
|
@@ -11911,7 +11911,7 @@ export declare const MODELS: {
|
|
|
11911
11911
|
provider: string;
|
|
11912
11912
|
baseUrl: string;
|
|
11913
11913
|
reasoning: true;
|
|
11914
|
-
input: ("
|
|
11914
|
+
input: ("text" | "image")[];
|
|
11915
11915
|
cost: {
|
|
11916
11916
|
input: number;
|
|
11917
11917
|
output: number;
|
|
@@ -11928,7 +11928,7 @@ export declare const MODELS: {
|
|
|
11928
11928
|
provider: string;
|
|
11929
11929
|
baseUrl: string;
|
|
11930
11930
|
reasoning: true;
|
|
11931
|
-
input: ("
|
|
11931
|
+
input: ("text" | "image")[];
|
|
11932
11932
|
cost: {
|
|
11933
11933
|
input: number;
|
|
11934
11934
|
output: number;
|
|
@@ -11945,7 +11945,7 @@ export declare const MODELS: {
|
|
|
11945
11945
|
provider: string;
|
|
11946
11946
|
baseUrl: string;
|
|
11947
11947
|
reasoning: true;
|
|
11948
|
-
input: ("
|
|
11948
|
+
input: ("text" | "image")[];
|
|
11949
11949
|
cost: {
|
|
11950
11950
|
input: number;
|
|
11951
11951
|
output: number;
|
|
@@ -11962,7 +11962,7 @@ export declare const MODELS: {
|
|
|
11962
11962
|
provider: string;
|
|
11963
11963
|
baseUrl: string;
|
|
11964
11964
|
reasoning: false;
|
|
11965
|
-
input: ("
|
|
11965
|
+
input: ("text" | "image")[];
|
|
11966
11966
|
cost: {
|
|
11967
11967
|
input: number;
|
|
11968
11968
|
output: number;
|
|
@@ -11979,7 +11979,7 @@ export declare const MODELS: {
|
|
|
11979
11979
|
provider: string;
|
|
11980
11980
|
baseUrl: string;
|
|
11981
11981
|
reasoning: false;
|
|
11982
|
-
input: ("
|
|
11982
|
+
input: ("text" | "image")[];
|
|
11983
11983
|
cost: {
|
|
11984
11984
|
input: number;
|
|
11985
11985
|
output: number;
|
|
@@ -12098,7 +12098,7 @@ export declare const MODELS: {
|
|
|
12098
12098
|
provider: string;
|
|
12099
12099
|
baseUrl: string;
|
|
12100
12100
|
reasoning: false;
|
|
12101
|
-
input: ("
|
|
12101
|
+
input: ("text" | "image")[];
|
|
12102
12102
|
cost: {
|
|
12103
12103
|
input: number;
|
|
12104
12104
|
output: number;
|
|
@@ -12115,7 +12115,7 @@ export declare const MODELS: {
|
|
|
12115
12115
|
provider: string;
|
|
12116
12116
|
baseUrl: string;
|
|
12117
12117
|
reasoning: false;
|
|
12118
|
-
input: ("
|
|
12118
|
+
input: ("text" | "image")[];
|
|
12119
12119
|
cost: {
|
|
12120
12120
|
input: number;
|
|
12121
12121
|
output: number;
|
|
@@ -12149,7 +12149,7 @@ export declare const MODELS: {
|
|
|
12149
12149
|
provider: string;
|
|
12150
12150
|
baseUrl: string;
|
|
12151
12151
|
reasoning: false;
|
|
12152
|
-
input: ("
|
|
12152
|
+
input: ("text" | "image")[];
|
|
12153
12153
|
cost: {
|
|
12154
12154
|
input: number;
|
|
12155
12155
|
output: number;
|
|
@@ -12166,7 +12166,7 @@ export declare const MODELS: {
|
|
|
12166
12166
|
provider: string;
|
|
12167
12167
|
baseUrl: string;
|
|
12168
12168
|
reasoning: false;
|
|
12169
|
-
input: ("
|
|
12169
|
+
input: ("text" | "image")[];
|
|
12170
12170
|
cost: {
|
|
12171
12171
|
input: number;
|
|
12172
12172
|
output: number;
|
|
@@ -12268,7 +12268,7 @@ export declare const MODELS: {
|
|
|
12268
12268
|
provider: string;
|
|
12269
12269
|
baseUrl: string;
|
|
12270
12270
|
reasoning: true;
|
|
12271
|
-
input: ("
|
|
12271
|
+
input: ("text" | "image")[];
|
|
12272
12272
|
cost: {
|
|
12273
12273
|
input: number;
|
|
12274
12274
|
output: number;
|
|
@@ -12285,7 +12285,7 @@ export declare const MODELS: {
|
|
|
12285
12285
|
provider: string;
|
|
12286
12286
|
baseUrl: string;
|
|
12287
12287
|
reasoning: true;
|
|
12288
|
-
input: ("
|
|
12288
|
+
input: ("text" | "image")[];
|
|
12289
12289
|
cost: {
|
|
12290
12290
|
input: number;
|
|
12291
12291
|
output: number;
|
|
@@ -12404,7 +12404,7 @@ export declare const MODELS: {
|
|
|
12404
12404
|
provider: string;
|
|
12405
12405
|
baseUrl: string;
|
|
12406
12406
|
reasoning: false;
|
|
12407
|
-
input: ("
|
|
12407
|
+
input: ("text" | "image")[];
|
|
12408
12408
|
cost: {
|
|
12409
12409
|
input: number;
|
|
12410
12410
|
output: number;
|
|
@@ -12421,7 +12421,7 @@ export declare const MODELS: {
|
|
|
12421
12421
|
provider: string;
|
|
12422
12422
|
baseUrl: string;
|
|
12423
12423
|
reasoning: false;
|
|
12424
|
-
input: ("
|
|
12424
|
+
input: ("text" | "image")[];
|
|
12425
12425
|
cost: {
|
|
12426
12426
|
input: number;
|
|
12427
12427
|
output: number;
|
|
@@ -12438,7 +12438,7 @@ export declare const MODELS: {
|
|
|
12438
12438
|
provider: string;
|
|
12439
12439
|
baseUrl: string;
|
|
12440
12440
|
reasoning: false;
|
|
12441
|
-
input: ("
|
|
12441
|
+
input: ("text" | "image")[];
|
|
12442
12442
|
cost: {
|
|
12443
12443
|
input: number;
|
|
12444
12444
|
output: number;
|
|
@@ -12455,7 +12455,7 @@ export declare const MODELS: {
|
|
|
12455
12455
|
provider: string;
|
|
12456
12456
|
baseUrl: string;
|
|
12457
12457
|
reasoning: false;
|
|
12458
|
-
input: ("
|
|
12458
|
+
input: ("text" | "image")[];
|
|
12459
12459
|
cost: {
|
|
12460
12460
|
input: number;
|
|
12461
12461
|
output: number;
|
|
@@ -12557,7 +12557,7 @@ export declare const MODELS: {
|
|
|
12557
12557
|
provider: string;
|
|
12558
12558
|
baseUrl: string;
|
|
12559
12559
|
reasoning: true;
|
|
12560
|
-
input: ("
|
|
12560
|
+
input: ("text" | "image")[];
|
|
12561
12561
|
cost: {
|
|
12562
12562
|
input: number;
|
|
12563
12563
|
output: number;
|
|
@@ -12574,7 +12574,7 @@ export declare const MODELS: {
|
|
|
12574
12574
|
provider: string;
|
|
12575
12575
|
baseUrl: string;
|
|
12576
12576
|
reasoning: true;
|
|
12577
|
-
input: ("
|
|
12577
|
+
input: ("text" | "image")[];
|
|
12578
12578
|
cost: {
|
|
12579
12579
|
input: number;
|
|
12580
12580
|
output: number;
|
|
@@ -12608,7 +12608,7 @@ export declare const MODELS: {
|
|
|
12608
12608
|
provider: string;
|
|
12609
12609
|
baseUrl: string;
|
|
12610
12610
|
reasoning: false;
|
|
12611
|
-
input: ("
|
|
12611
|
+
input: ("text" | "image")[];
|
|
12612
12612
|
cost: {
|
|
12613
12613
|
input: number;
|
|
12614
12614
|
output: number;
|
|
@@ -12625,7 +12625,7 @@ export declare const MODELS: {
|
|
|
12625
12625
|
provider: string;
|
|
12626
12626
|
baseUrl: string;
|
|
12627
12627
|
reasoning: false;
|
|
12628
|
-
input: ("
|
|
12628
|
+
input: ("text" | "image")[];
|
|
12629
12629
|
cost: {
|
|
12630
12630
|
input: number;
|
|
12631
12631
|
output: number;
|
|
@@ -12642,7 +12642,7 @@ export declare const MODELS: {
|
|
|
12642
12642
|
provider: string;
|
|
12643
12643
|
baseUrl: string;
|
|
12644
12644
|
reasoning: false;
|
|
12645
|
-
input: ("
|
|
12645
|
+
input: ("text" | "image")[];
|
|
12646
12646
|
cost: {
|
|
12647
12647
|
input: number;
|
|
12648
12648
|
output: number;
|
|
@@ -12659,7 +12659,7 @@ export declare const MODELS: {
|
|
|
12659
12659
|
provider: string;
|
|
12660
12660
|
baseUrl: string;
|
|
12661
12661
|
reasoning: false;
|
|
12662
|
-
input: ("
|
|
12662
|
+
input: ("text" | "image")[];
|
|
12663
12663
|
cost: {
|
|
12664
12664
|
input: number;
|
|
12665
12665
|
output: number;
|
|
@@ -12676,7 +12676,7 @@ export declare const MODELS: {
|
|
|
12676
12676
|
provider: string;
|
|
12677
12677
|
baseUrl: string;
|
|
12678
12678
|
reasoning: false;
|
|
12679
|
-
input: ("
|
|
12679
|
+
input: ("text" | "image")[];
|
|
12680
12680
|
cost: {
|
|
12681
12681
|
input: number;
|
|
12682
12682
|
output: number;
|
|
@@ -12693,7 +12693,7 @@ export declare const MODELS: {
|
|
|
12693
12693
|
provider: string;
|
|
12694
12694
|
baseUrl: string;
|
|
12695
12695
|
reasoning: false;
|
|
12696
|
-
input: ("
|
|
12696
|
+
input: ("text" | "image")[];
|
|
12697
12697
|
cost: {
|
|
12698
12698
|
input: number;
|
|
12699
12699
|
output: number;
|
|
@@ -12710,7 +12710,7 @@ export declare const MODELS: {
|
|
|
12710
12710
|
provider: string;
|
|
12711
12711
|
baseUrl: string;
|
|
12712
12712
|
reasoning: true;
|
|
12713
|
-
input: ("
|
|
12713
|
+
input: ("text" | "image")[];
|
|
12714
12714
|
cost: {
|
|
12715
12715
|
input: number;
|
|
12716
12716
|
output: number;
|
|
@@ -12727,7 +12727,7 @@ export declare const MODELS: {
|
|
|
12727
12727
|
provider: string;
|
|
12728
12728
|
baseUrl: string;
|
|
12729
12729
|
reasoning: true;
|
|
12730
|
-
input: ("
|
|
12730
|
+
input: ("text" | "image")[];
|
|
12731
12731
|
cost: {
|
|
12732
12732
|
input: number;
|
|
12733
12733
|
output: number;
|
|
@@ -12761,7 +12761,7 @@ export declare const MODELS: {
|
|
|
12761
12761
|
provider: string;
|
|
12762
12762
|
baseUrl: string;
|
|
12763
12763
|
reasoning: true;
|
|
12764
|
-
input: ("
|
|
12764
|
+
input: ("text" | "image")[];
|
|
12765
12765
|
cost: {
|
|
12766
12766
|
input: number;
|
|
12767
12767
|
output: number;
|
|
@@ -12778,7 +12778,7 @@ export declare const MODELS: {
|
|
|
12778
12778
|
provider: string;
|
|
12779
12779
|
baseUrl: string;
|
|
12780
12780
|
reasoning: true;
|
|
12781
|
-
input: ("
|
|
12781
|
+
input: ("text" | "image")[];
|
|
12782
12782
|
cost: {
|
|
12783
12783
|
input: number;
|
|
12784
12784
|
output: number;
|
|
@@ -12795,7 +12795,7 @@ export declare const MODELS: {
|
|
|
12795
12795
|
provider: string;
|
|
12796
12796
|
baseUrl: string;
|
|
12797
12797
|
reasoning: true;
|
|
12798
|
-
input: ("
|
|
12798
|
+
input: ("text" | "image")[];
|
|
12799
12799
|
cost: {
|
|
12800
12800
|
input: number;
|
|
12801
12801
|
output: number;
|
|
@@ -12812,7 +12812,7 @@ export declare const MODELS: {
|
|
|
12812
12812
|
provider: string;
|
|
12813
12813
|
baseUrl: string;
|
|
12814
12814
|
reasoning: true;
|
|
12815
|
-
input: ("
|
|
12815
|
+
input: ("text" | "image")[];
|
|
12816
12816
|
cost: {
|
|
12817
12817
|
input: number;
|
|
12818
12818
|
output: number;
|
|
@@ -12829,7 +12829,7 @@ export declare const MODELS: {
|
|
|
12829
12829
|
provider: string;
|
|
12830
12830
|
baseUrl: string;
|
|
12831
12831
|
reasoning: true;
|
|
12832
|
-
input: ("
|
|
12832
|
+
input: ("text" | "image")[];
|
|
12833
12833
|
cost: {
|
|
12834
12834
|
input: number;
|
|
12835
12835
|
output: number;
|
|
@@ -12846,7 +12846,7 @@ export declare const MODELS: {
|
|
|
12846
12846
|
provider: string;
|
|
12847
12847
|
baseUrl: string;
|
|
12848
12848
|
reasoning: true;
|
|
12849
|
-
input: ("
|
|
12849
|
+
input: ("text" | "image")[];
|
|
12850
12850
|
cost: {
|
|
12851
12851
|
input: number;
|
|
12852
12852
|
output: number;
|
|
@@ -12863,7 +12863,7 @@ export declare const MODELS: {
|
|
|
12863
12863
|
provider: string;
|
|
12864
12864
|
baseUrl: string;
|
|
12865
12865
|
reasoning: true;
|
|
12866
|
-
input: ("
|
|
12866
|
+
input: ("text" | "image")[];
|
|
12867
12867
|
cost: {
|
|
12868
12868
|
input: number;
|
|
12869
12869
|
output: number;
|
|
@@ -12880,7 +12880,7 @@ export declare const MODELS: {
|
|
|
12880
12880
|
provider: string;
|
|
12881
12881
|
baseUrl: string;
|
|
12882
12882
|
reasoning: true;
|
|
12883
|
-
input: ("
|
|
12883
|
+
input: ("text" | "image")[];
|
|
12884
12884
|
cost: {
|
|
12885
12885
|
input: number;
|
|
12886
12886
|
output: number;
|
|
@@ -12897,7 +12897,7 @@ export declare const MODELS: {
|
|
|
12897
12897
|
provider: string;
|
|
12898
12898
|
baseUrl: string;
|
|
12899
12899
|
reasoning: true;
|
|
12900
|
-
input: ("
|
|
12900
|
+
input: ("text" | "image")[];
|
|
12901
12901
|
cost: {
|
|
12902
12902
|
input: number;
|
|
12903
12903
|
output: number;
|
|
@@ -12914,7 +12914,7 @@ export declare const MODELS: {
|
|
|
12914
12914
|
provider: string;
|
|
12915
12915
|
baseUrl: string;
|
|
12916
12916
|
reasoning: true;
|
|
12917
|
-
input: ("
|
|
12917
|
+
input: ("text" | "image")[];
|
|
12918
12918
|
cost: {
|
|
12919
12919
|
input: number;
|
|
12920
12920
|
output: number;
|
|
@@ -12931,7 +12931,7 @@ export declare const MODELS: {
|
|
|
12931
12931
|
provider: string;
|
|
12932
12932
|
baseUrl: string;
|
|
12933
12933
|
reasoning: true;
|
|
12934
|
-
input: ("
|
|
12934
|
+
input: ("text" | "image")[];
|
|
12935
12935
|
cost: {
|
|
12936
12936
|
input: number;
|
|
12937
12937
|
output: number;
|
|
@@ -12948,7 +12948,7 @@ export declare const MODELS: {
|
|
|
12948
12948
|
provider: string;
|
|
12949
12949
|
baseUrl: string;
|
|
12950
12950
|
reasoning: true;
|
|
12951
|
-
input: ("
|
|
12951
|
+
input: ("text" | "image")[];
|
|
12952
12952
|
cost: {
|
|
12953
12953
|
input: number;
|
|
12954
12954
|
output: number;
|
|
@@ -12965,7 +12965,7 @@ export declare const MODELS: {
|
|
|
12965
12965
|
provider: string;
|
|
12966
12966
|
baseUrl: string;
|
|
12967
12967
|
reasoning: true;
|
|
12968
|
-
input: ("
|
|
12968
|
+
input: ("text" | "image")[];
|
|
12969
12969
|
cost: {
|
|
12970
12970
|
input: number;
|
|
12971
12971
|
output: number;
|
|
@@ -12982,7 +12982,7 @@ export declare const MODELS: {
|
|
|
12982
12982
|
provider: string;
|
|
12983
12983
|
baseUrl: string;
|
|
12984
12984
|
reasoning: true;
|
|
12985
|
-
input: ("
|
|
12985
|
+
input: ("text" | "image")[];
|
|
12986
12986
|
cost: {
|
|
12987
12987
|
input: number;
|
|
12988
12988
|
output: number;
|
|
@@ -12999,7 +12999,7 @@ export declare const MODELS: {
|
|
|
12999
12999
|
provider: string;
|
|
13000
13000
|
baseUrl: string;
|
|
13001
13001
|
reasoning: true;
|
|
13002
|
-
input: ("
|
|
13002
|
+
input: ("text" | "image")[];
|
|
13003
13003
|
cost: {
|
|
13004
13004
|
input: number;
|
|
13005
13005
|
output: number;
|
|
@@ -13016,7 +13016,7 @@ export declare const MODELS: {
|
|
|
13016
13016
|
provider: string;
|
|
13017
13017
|
baseUrl: string;
|
|
13018
13018
|
reasoning: true;
|
|
13019
|
-
input: ("
|
|
13019
|
+
input: ("text" | "image")[];
|
|
13020
13020
|
cost: {
|
|
13021
13021
|
input: number;
|
|
13022
13022
|
output: number;
|
|
@@ -13033,7 +13033,7 @@ export declare const MODELS: {
|
|
|
13033
13033
|
provider: string;
|
|
13034
13034
|
baseUrl: string;
|
|
13035
13035
|
reasoning: true;
|
|
13036
|
-
input: ("
|
|
13036
|
+
input: ("text" | "image")[];
|
|
13037
13037
|
cost: {
|
|
13038
13038
|
input: number;
|
|
13039
13039
|
output: number;
|
|
@@ -13050,7 +13050,7 @@ export declare const MODELS: {
|
|
|
13050
13050
|
provider: string;
|
|
13051
13051
|
baseUrl: string;
|
|
13052
13052
|
reasoning: true;
|
|
13053
|
-
input: ("
|
|
13053
|
+
input: ("text" | "image")[];
|
|
13054
13054
|
cost: {
|
|
13055
13055
|
input: number;
|
|
13056
13056
|
output: number;
|
|
@@ -13101,7 +13101,7 @@ export declare const MODELS: {
|
|
|
13101
13101
|
provider: string;
|
|
13102
13102
|
baseUrl: string;
|
|
13103
13103
|
reasoning: true;
|
|
13104
|
-
input: ("
|
|
13104
|
+
input: ("text" | "image")[];
|
|
13105
13105
|
cost: {
|
|
13106
13106
|
input: number;
|
|
13107
13107
|
output: number;
|
|
@@ -13118,7 +13118,7 @@ export declare const MODELS: {
|
|
|
13118
13118
|
provider: string;
|
|
13119
13119
|
baseUrl: string;
|
|
13120
13120
|
reasoning: true;
|
|
13121
|
-
input: ("
|
|
13121
|
+
input: ("text" | "image")[];
|
|
13122
13122
|
cost: {
|
|
13123
13123
|
input: number;
|
|
13124
13124
|
output: number;
|
|
@@ -13135,7 +13135,7 @@ export declare const MODELS: {
|
|
|
13135
13135
|
provider: string;
|
|
13136
13136
|
baseUrl: string;
|
|
13137
13137
|
reasoning: true;
|
|
13138
|
-
input: ("
|
|
13138
|
+
input: ("text" | "image")[];
|
|
13139
13139
|
cost: {
|
|
13140
13140
|
input: number;
|
|
13141
13141
|
output: number;
|
|
@@ -13169,7 +13169,7 @@ export declare const MODELS: {
|
|
|
13169
13169
|
provider: string;
|
|
13170
13170
|
baseUrl: string;
|
|
13171
13171
|
reasoning: true;
|
|
13172
|
-
input: ("
|
|
13172
|
+
input: ("text" | "image")[];
|
|
13173
13173
|
cost: {
|
|
13174
13174
|
input: number;
|
|
13175
13175
|
output: number;
|
|
@@ -13186,7 +13186,7 @@ export declare const MODELS: {
|
|
|
13186
13186
|
provider: string;
|
|
13187
13187
|
baseUrl: string;
|
|
13188
13188
|
reasoning: true;
|
|
13189
|
-
input: ("
|
|
13189
|
+
input: ("text" | "image")[];
|
|
13190
13190
|
cost: {
|
|
13191
13191
|
input: number;
|
|
13192
13192
|
output: number;
|
|
@@ -13203,7 +13203,7 @@ export declare const MODELS: {
|
|
|
13203
13203
|
provider: string;
|
|
13204
13204
|
baseUrl: string;
|
|
13205
13205
|
reasoning: false;
|
|
13206
|
-
input: ("
|
|
13206
|
+
input: ("text" | "image")[];
|
|
13207
13207
|
cost: {
|
|
13208
13208
|
input: number;
|
|
13209
13209
|
output: number;
|
|
@@ -13220,7 +13220,7 @@ export declare const MODELS: {
|
|
|
13220
13220
|
provider: string;
|
|
13221
13221
|
baseUrl: string;
|
|
13222
13222
|
reasoning: false;
|
|
13223
|
-
input: ("
|
|
13223
|
+
input: ("text" | "image")[];
|
|
13224
13224
|
cost: {
|
|
13225
13225
|
input: number;
|
|
13226
13226
|
output: number;
|
|
@@ -13322,7 +13322,7 @@ export declare const MODELS: {
|
|
|
13322
13322
|
provider: string;
|
|
13323
13323
|
baseUrl: string;
|
|
13324
13324
|
reasoning: true;
|
|
13325
|
-
input: ("
|
|
13325
|
+
input: ("text" | "image")[];
|
|
13326
13326
|
cost: {
|
|
13327
13327
|
input: number;
|
|
13328
13328
|
output: number;
|
|
@@ -13441,7 +13441,7 @@ export declare const MODELS: {
|
|
|
13441
13441
|
provider: string;
|
|
13442
13442
|
baseUrl: string;
|
|
13443
13443
|
reasoning: false;
|
|
13444
|
-
input: ("
|
|
13444
|
+
input: ("text" | "image")[];
|
|
13445
13445
|
cost: {
|
|
13446
13446
|
input: number;
|
|
13447
13447
|
output: number;
|
|
@@ -13458,7 +13458,7 @@ export declare const MODELS: {
|
|
|
13458
13458
|
provider: string;
|
|
13459
13459
|
baseUrl: string;
|
|
13460
13460
|
reasoning: false;
|
|
13461
|
-
input: ("
|
|
13461
|
+
input: ("text" | "image")[];
|
|
13462
13462
|
cost: {
|
|
13463
13463
|
input: number;
|
|
13464
13464
|
output: number;
|
|
@@ -13475,7 +13475,7 @@ export declare const MODELS: {
|
|
|
13475
13475
|
provider: string;
|
|
13476
13476
|
baseUrl: string;
|
|
13477
13477
|
reasoning: true;
|
|
13478
|
-
input: ("
|
|
13478
|
+
input: ("text" | "image")[];
|
|
13479
13479
|
cost: {
|
|
13480
13480
|
input: number;
|
|
13481
13481
|
output: number;
|
|
@@ -13492,7 +13492,7 @@ export declare const MODELS: {
|
|
|
13492
13492
|
provider: string;
|
|
13493
13493
|
baseUrl: string;
|
|
13494
13494
|
reasoning: true;
|
|
13495
|
-
input: ("
|
|
13495
|
+
input: ("text" | "image")[];
|
|
13496
13496
|
cost: {
|
|
13497
13497
|
input: number;
|
|
13498
13498
|
output: number;
|
|
@@ -13594,7 +13594,7 @@ export declare const MODELS: {
|
|
|
13594
13594
|
provider: string;
|
|
13595
13595
|
baseUrl: string;
|
|
13596
13596
|
reasoning: false;
|
|
13597
|
-
input: ("
|
|
13597
|
+
input: ("text" | "image")[];
|
|
13598
13598
|
cost: {
|
|
13599
13599
|
input: number;
|
|
13600
13600
|
output: number;
|
|
@@ -13628,7 +13628,7 @@ export declare const MODELS: {
|
|
|
13628
13628
|
provider: string;
|
|
13629
13629
|
baseUrl: string;
|
|
13630
13630
|
reasoning: true;
|
|
13631
|
-
input: ("
|
|
13631
|
+
input: ("text" | "image")[];
|
|
13632
13632
|
cost: {
|
|
13633
13633
|
input: number;
|
|
13634
13634
|
output: number;
|
|
@@ -13645,7 +13645,7 @@ export declare const MODELS: {
|
|
|
13645
13645
|
provider: string;
|
|
13646
13646
|
baseUrl: string;
|
|
13647
13647
|
reasoning: true;
|
|
13648
|
-
input: ("
|
|
13648
|
+
input: ("text" | "image")[];
|
|
13649
13649
|
cost: {
|
|
13650
13650
|
input: number;
|
|
13651
13651
|
output: number;
|
|
@@ -13764,7 +13764,7 @@ export declare const MODELS: {
|
|
|
13764
13764
|
provider: string;
|
|
13765
13765
|
baseUrl: string;
|
|
13766
13766
|
reasoning: true;
|
|
13767
|
-
input: ("
|
|
13767
|
+
input: ("text" | "image")[];
|
|
13768
13768
|
cost: {
|
|
13769
13769
|
input: number;
|
|
13770
13770
|
output: number;
|
|
@@ -13834,7 +13834,7 @@ export declare const MODELS: {
|
|
|
13834
13834
|
provider: string;
|
|
13835
13835
|
baseUrl: string;
|
|
13836
13836
|
reasoning: false;
|
|
13837
|
-
input: ("
|
|
13837
|
+
input: ("text" | "image")[];
|
|
13838
13838
|
cost: {
|
|
13839
13839
|
input: number;
|
|
13840
13840
|
output: number;
|
|
@@ -13851,7 +13851,7 @@ export declare const MODELS: {
|
|
|
13851
13851
|
provider: string;
|
|
13852
13852
|
baseUrl: string;
|
|
13853
13853
|
reasoning: false;
|
|
13854
|
-
input: ("
|
|
13854
|
+
input: ("text" | "image")[];
|
|
13855
13855
|
cost: {
|
|
13856
13856
|
input: number;
|
|
13857
13857
|
output: number;
|
|
@@ -13868,7 +13868,7 @@ export declare const MODELS: {
|
|
|
13868
13868
|
provider: string;
|
|
13869
13869
|
baseUrl: string;
|
|
13870
13870
|
reasoning: false;
|
|
13871
|
-
input: ("
|
|
13871
|
+
input: ("text" | "image")[];
|
|
13872
13872
|
cost: {
|
|
13873
13873
|
input: number;
|
|
13874
13874
|
output: number;
|
|
@@ -14038,7 +14038,7 @@ export declare const MODELS: {
|
|
|
14038
14038
|
provider: string;
|
|
14039
14039
|
baseUrl: string;
|
|
14040
14040
|
reasoning: true;
|
|
14041
|
-
input: ("
|
|
14041
|
+
input: ("text" | "image")[];
|
|
14042
14042
|
cost: {
|
|
14043
14043
|
input: number;
|
|
14044
14044
|
output: number;
|
|
@@ -14055,7 +14055,7 @@ export declare const MODELS: {
|
|
|
14055
14055
|
provider: string;
|
|
14056
14056
|
baseUrl: string;
|
|
14057
14057
|
reasoning: false;
|
|
14058
|
-
input: ("
|
|
14058
|
+
input: ("text" | "image")[];
|
|
14059
14059
|
cost: {
|
|
14060
14060
|
input: number;
|
|
14061
14061
|
output: number;
|
|
@@ -14072,7 +14072,7 @@ export declare const MODELS: {
|
|
|
14072
14072
|
provider: string;
|
|
14073
14073
|
baseUrl: string;
|
|
14074
14074
|
reasoning: true;
|
|
14075
|
-
input: ("
|
|
14075
|
+
input: ("text" | "image")[];
|
|
14076
14076
|
cost: {
|
|
14077
14077
|
input: number;
|
|
14078
14078
|
output: number;
|
|
@@ -14089,7 +14089,7 @@ export declare const MODELS: {
|
|
|
14089
14089
|
provider: string;
|
|
14090
14090
|
baseUrl: string;
|
|
14091
14091
|
reasoning: false;
|
|
14092
|
-
input: ("
|
|
14092
|
+
input: ("text" | "image")[];
|
|
14093
14093
|
cost: {
|
|
14094
14094
|
input: number;
|
|
14095
14095
|
output: number;
|
|
@@ -14106,7 +14106,7 @@ export declare const MODELS: {
|
|
|
14106
14106
|
provider: string;
|
|
14107
14107
|
baseUrl: string;
|
|
14108
14108
|
reasoning: false;
|
|
14109
|
-
input: ("
|
|
14109
|
+
input: ("text" | "image")[];
|
|
14110
14110
|
cost: {
|
|
14111
14111
|
input: number;
|
|
14112
14112
|
output: number;
|
|
@@ -14123,7 +14123,7 @@ export declare const MODELS: {
|
|
|
14123
14123
|
provider: string;
|
|
14124
14124
|
baseUrl: string;
|
|
14125
14125
|
reasoning: true;
|
|
14126
|
-
input: ("
|
|
14126
|
+
input: ("text" | "image")[];
|
|
14127
14127
|
cost: {
|
|
14128
14128
|
input: number;
|
|
14129
14129
|
output: number;
|
|
@@ -14174,7 +14174,7 @@ export declare const MODELS: {
|
|
|
14174
14174
|
provider: string;
|
|
14175
14175
|
baseUrl: string;
|
|
14176
14176
|
reasoning: false;
|
|
14177
|
-
input: ("
|
|
14177
|
+
input: ("text" | "image")[];
|
|
14178
14178
|
cost: {
|
|
14179
14179
|
input: number;
|
|
14180
14180
|
output: number;
|
|
@@ -14260,7 +14260,7 @@ export declare const MODELS: {
|
|
|
14260
14260
|
thinkingFormat: "zai";
|
|
14261
14261
|
};
|
|
14262
14262
|
reasoning: true;
|
|
14263
|
-
input: ("
|
|
14263
|
+
input: ("text" | "image")[];
|
|
14264
14264
|
cost: {
|
|
14265
14265
|
input: number;
|
|
14266
14266
|
output: number;
|
|
@@ -14304,7 +14304,7 @@ export declare const MODELS: {
|
|
|
14304
14304
|
zaiToolStream: true;
|
|
14305
14305
|
};
|
|
14306
14306
|
reasoning: true;
|
|
14307
|
-
input: ("
|
|
14307
|
+
input: ("text" | "image")[];
|
|
14308
14308
|
cost: {
|
|
14309
14309
|
input: number;
|
|
14310
14310
|
output: number;
|
|
@@ -14458,7 +14458,7 @@ export declare const MODELS: {
|
|
|
14458
14458
|
zaiToolStream: true;
|
|
14459
14459
|
};
|
|
14460
14460
|
reasoning: true;
|
|
14461
|
-
input: ("
|
|
14461
|
+
input: ("text" | "image")[];
|
|
14462
14462
|
cost: {
|
|
14463
14463
|
input: number;
|
|
14464
14464
|
output: number;
|