@dreb/ai 2.23.0 → 2.25.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/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/models.generated.d.ts +103 -18
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +120 -35
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/anthropic.d.ts.map +1 -1
- package/dist/providers/anthropic.js +37 -3
- package/dist/providers/anthropic.js.map +1 -1
- package/dist/providers/simple-options.d.ts +8 -0
- package/dist/providers/simple-options.d.ts.map +1 -1
- package/dist/providers/simple-options.js +9 -1
- package/dist/providers/simple-options.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ export type { OpenAICodexResponsesOptions } from "./providers/openai-codex-respo
|
|
|
14
14
|
export type { OpenAICompletionsOptions } from "./providers/openai-completions.js";
|
|
15
15
|
export type { OpenAIResponsesOptions } from "./providers/openai-responses.js";
|
|
16
16
|
export * from "./providers/register-builtins.js";
|
|
17
|
+
export { DEFAULT_MAX_OUTPUT_TOKENS } from "./providers/simple-options.js";
|
|
17
18
|
export * from "./stream.js";
|
|
18
19
|
export * from "./types.js";
|
|
19
20
|
export * from "./utils/event-stream.js";
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAEzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,YAAY,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;AACpE,YAAY,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AACjE,YAAY,EAAE,2BAA2B,EAAE,MAAM,uCAAuC,CAAC;AACzF,YAAY,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAC3D,YAAY,EAAE,sBAAsB,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AACpG,YAAY,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACxE,YAAY,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAC7D,YAAY,EAAE,2BAA2B,EAAE,MAAM,uCAAuC,CAAC;AACzF,YAAY,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAClF,YAAY,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAC9E,cAAc,kCAAkC,CAAC;AACjD,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,YAAY,EACX,aAAa,EACb,gBAAgB,EAChB,mBAAmB,EACnB,WAAW,EACX,aAAa,EACb,eAAe,EACf,iBAAiB,EACjB,sBAAsB,GACtB,MAAM,wBAAwB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC","sourcesContent":["export type { Static, TSchema } from \"@sinclair/typebox\";\nexport { Type } from \"@sinclair/typebox\";\n\nexport * from \"./api-registry.js\";\nexport * from \"./env-api-keys.js\";\nexport * from \"./models.js\";\nexport type { BedrockOptions } from \"./providers/amazon-bedrock.js\";\nexport type { AnthropicOptions } from \"./providers/anthropic.js\";\nexport type { AzureOpenAIResponsesOptions } from \"./providers/azure-openai-responses.js\";\nexport type { GoogleOptions } from \"./providers/google.js\";\nexport type { GoogleGeminiCliOptions, GoogleThinkingLevel } from \"./providers/google-gemini-cli.js\";\nexport type { GoogleVertexOptions } from \"./providers/google-vertex.js\";\nexport type { MistralOptions } from \"./providers/mistral.js\";\nexport type { OpenAICodexResponsesOptions } from \"./providers/openai-codex-responses.js\";\nexport type { OpenAICompletionsOptions } from \"./providers/openai-completions.js\";\nexport type { OpenAIResponsesOptions } from \"./providers/openai-responses.js\";\nexport * from \"./providers/register-builtins.js\";\nexport * from \"./stream.js\";\nexport * from \"./types.js\";\nexport * from \"./utils/event-stream.js\";\nexport * from \"./utils/json-parse.js\";\nexport type {\n\tOAuthAuthInfo,\n\tOAuthCredentials,\n\tOAuthLoginCallbacks,\n\tOAuthPrompt,\n\tOAuthProvider,\n\tOAuthProviderId,\n\tOAuthProviderInfo,\n\tOAuthProviderInterface,\n} from \"./utils/oauth/types.js\";\nexport * from \"./utils/overflow.js\";\nexport * from \"./utils/typebox-helpers.js\";\nexport * from \"./utils/validation.js\";\n"]}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAEzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,YAAY,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;AACpE,YAAY,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AACjE,YAAY,EAAE,2BAA2B,EAAE,MAAM,uCAAuC,CAAC;AACzF,YAAY,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAC3D,YAAY,EAAE,sBAAsB,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AACpG,YAAY,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACxE,YAAY,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAC7D,YAAY,EAAE,2BAA2B,EAAE,MAAM,uCAAuC,CAAC;AACzF,YAAY,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAClF,YAAY,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAC9E,cAAc,kCAAkC,CAAC;AACjD,OAAO,EAAE,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AAC1E,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,YAAY,EACX,aAAa,EACb,gBAAgB,EAChB,mBAAmB,EACnB,WAAW,EACX,aAAa,EACb,eAAe,EACf,iBAAiB,EACjB,sBAAsB,GACtB,MAAM,wBAAwB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC","sourcesContent":["export type { Static, TSchema } from \"@sinclair/typebox\";\nexport { Type } from \"@sinclair/typebox\";\n\nexport * from \"./api-registry.js\";\nexport * from \"./env-api-keys.js\";\nexport * from \"./models.js\";\nexport type { BedrockOptions } from \"./providers/amazon-bedrock.js\";\nexport type { AnthropicOptions } from \"./providers/anthropic.js\";\nexport type { AzureOpenAIResponsesOptions } from \"./providers/azure-openai-responses.js\";\nexport type { GoogleOptions } from \"./providers/google.js\";\nexport type { GoogleGeminiCliOptions, GoogleThinkingLevel } from \"./providers/google-gemini-cli.js\";\nexport type { GoogleVertexOptions } from \"./providers/google-vertex.js\";\nexport type { MistralOptions } from \"./providers/mistral.js\";\nexport type { OpenAICodexResponsesOptions } from \"./providers/openai-codex-responses.js\";\nexport type { OpenAICompletionsOptions } from \"./providers/openai-completions.js\";\nexport type { OpenAIResponsesOptions } from \"./providers/openai-responses.js\";\nexport * from \"./providers/register-builtins.js\";\nexport { DEFAULT_MAX_OUTPUT_TOKENS } from \"./providers/simple-options.js\";\nexport * from \"./stream.js\";\nexport * from \"./types.js\";\nexport * from \"./utils/event-stream.js\";\nexport * from \"./utils/json-parse.js\";\nexport type {\n\tOAuthAuthInfo,\n\tOAuthCredentials,\n\tOAuthLoginCallbacks,\n\tOAuthPrompt,\n\tOAuthProvider,\n\tOAuthProviderId,\n\tOAuthProviderInfo,\n\tOAuthProviderInterface,\n} from \"./utils/oauth/types.js\";\nexport * from \"./utils/overflow.js\";\nexport * from \"./utils/typebox-helpers.js\";\nexport * from \"./utils/validation.js\";\n"]}
|
package/dist/index.js
CHANGED
|
@@ -3,6 +3,7 @@ export * from "./api-registry.js";
|
|
|
3
3
|
export * from "./env-api-keys.js";
|
|
4
4
|
export * from "./models.js";
|
|
5
5
|
export * from "./providers/register-builtins.js";
|
|
6
|
+
export { DEFAULT_MAX_OUTPUT_TOKENS } from "./providers/simple-options.js";
|
|
6
7
|
export * from "./stream.js";
|
|
7
8
|
export * from "./types.js";
|
|
8
9
|
export * from "./utils/event-stream.js";
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAEzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAW5B,cAAc,kCAAkC,CAAC;AACjD,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AAWtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC","sourcesContent":["export type { Static, TSchema } from \"@sinclair/typebox\";\nexport { Type } from \"@sinclair/typebox\";\n\nexport * from \"./api-registry.js\";\nexport * from \"./env-api-keys.js\";\nexport * from \"./models.js\";\nexport type { BedrockOptions } from \"./providers/amazon-bedrock.js\";\nexport type { AnthropicOptions } from \"./providers/anthropic.js\";\nexport type { AzureOpenAIResponsesOptions } from \"./providers/azure-openai-responses.js\";\nexport type { GoogleOptions } from \"./providers/google.js\";\nexport type { GoogleGeminiCliOptions, GoogleThinkingLevel } from \"./providers/google-gemini-cli.js\";\nexport type { GoogleVertexOptions } from \"./providers/google-vertex.js\";\nexport type { MistralOptions } from \"./providers/mistral.js\";\nexport type { OpenAICodexResponsesOptions } from \"./providers/openai-codex-responses.js\";\nexport type { OpenAICompletionsOptions } from \"./providers/openai-completions.js\";\nexport type { OpenAIResponsesOptions } from \"./providers/openai-responses.js\";\nexport * from \"./providers/register-builtins.js\";\nexport * from \"./stream.js\";\nexport * from \"./types.js\";\nexport * from \"./utils/event-stream.js\";\nexport * from \"./utils/json-parse.js\";\nexport type {\n\tOAuthAuthInfo,\n\tOAuthCredentials,\n\tOAuthLoginCallbacks,\n\tOAuthPrompt,\n\tOAuthProvider,\n\tOAuthProviderId,\n\tOAuthProviderInfo,\n\tOAuthProviderInterface,\n} from \"./utils/oauth/types.js\";\nexport * from \"./utils/overflow.js\";\nexport * from \"./utils/typebox-helpers.js\";\nexport * from \"./utils/validation.js\";\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAEzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAW5B,cAAc,kCAAkC,CAAC;AACjD,OAAO,EAAE,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AAC1E,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AAWtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC","sourcesContent":["export type { Static, TSchema } from \"@sinclair/typebox\";\nexport { Type } from \"@sinclair/typebox\";\n\nexport * from \"./api-registry.js\";\nexport * from \"./env-api-keys.js\";\nexport * from \"./models.js\";\nexport type { BedrockOptions } from \"./providers/amazon-bedrock.js\";\nexport type { AnthropicOptions } from \"./providers/anthropic.js\";\nexport type { AzureOpenAIResponsesOptions } from \"./providers/azure-openai-responses.js\";\nexport type { GoogleOptions } from \"./providers/google.js\";\nexport type { GoogleGeminiCliOptions, GoogleThinkingLevel } from \"./providers/google-gemini-cli.js\";\nexport type { GoogleVertexOptions } from \"./providers/google-vertex.js\";\nexport type { MistralOptions } from \"./providers/mistral.js\";\nexport type { OpenAICodexResponsesOptions } from \"./providers/openai-codex-responses.js\";\nexport type { OpenAICompletionsOptions } from \"./providers/openai-completions.js\";\nexport type { OpenAIResponsesOptions } from \"./providers/openai-responses.js\";\nexport * from \"./providers/register-builtins.js\";\nexport { DEFAULT_MAX_OUTPUT_TOKENS } from \"./providers/simple-options.js\";\nexport * from \"./stream.js\";\nexport * from \"./types.js\";\nexport * from \"./utils/event-stream.js\";\nexport * from \"./utils/json-parse.js\";\nexport type {\n\tOAuthAuthInfo,\n\tOAuthCredentials,\n\tOAuthLoginCallbacks,\n\tOAuthPrompt,\n\tOAuthProvider,\n\tOAuthProviderId,\n\tOAuthProviderInfo,\n\tOAuthProviderInterface,\n} from \"./utils/oauth/types.js\";\nexport * from \"./utils/overflow.js\";\nexport * from \"./utils/typebox-helpers.js\";\nexport * from \"./utils/validation.js\";\n"]}
|
|
@@ -5181,7 +5181,7 @@ export declare const MODELS: {
|
|
|
5181
5181
|
api: "mistral-conversations";
|
|
5182
5182
|
provider: string;
|
|
5183
5183
|
baseUrl: string;
|
|
5184
|
-
reasoning:
|
|
5184
|
+
reasoning: false;
|
|
5185
5185
|
input: ("image" | "text")[];
|
|
5186
5186
|
cost: {
|
|
5187
5187
|
input: number;
|
|
@@ -5277,6 +5277,23 @@ export declare const MODELS: {
|
|
|
5277
5277
|
contextWindow: number;
|
|
5278
5278
|
maxTokens: number;
|
|
5279
5279
|
};
|
|
5280
|
+
readonly "open-mistral-nemo": {
|
|
5281
|
+
id: string;
|
|
5282
|
+
name: string;
|
|
5283
|
+
api: "mistral-conversations";
|
|
5284
|
+
provider: string;
|
|
5285
|
+
baseUrl: string;
|
|
5286
|
+
reasoning: false;
|
|
5287
|
+
input: "text"[];
|
|
5288
|
+
cost: {
|
|
5289
|
+
input: number;
|
|
5290
|
+
output: number;
|
|
5291
|
+
cacheRead: number;
|
|
5292
|
+
cacheWrite: number;
|
|
5293
|
+
};
|
|
5294
|
+
contextWindow: number;
|
|
5295
|
+
maxTokens: number;
|
|
5296
|
+
};
|
|
5280
5297
|
readonly "open-mixtral-8x22b": {
|
|
5281
5298
|
id: string;
|
|
5282
5299
|
name: string;
|
|
@@ -6881,7 +6898,7 @@ export declare const MODELS: {
|
|
|
6881
6898
|
contextWindow: number;
|
|
6882
6899
|
maxTokens: number;
|
|
6883
6900
|
};
|
|
6884
|
-
readonly "nemotron-3-
|
|
6901
|
+
readonly "nemotron-3-ultra-free": {
|
|
6885
6902
|
id: string;
|
|
6886
6903
|
name: string;
|
|
6887
6904
|
api: "openai-completions";
|
|
@@ -7155,6 +7172,23 @@ export declare const MODELS: {
|
|
|
7155
7172
|
contextWindow: number;
|
|
7156
7173
|
maxTokens: number;
|
|
7157
7174
|
};
|
|
7175
|
+
readonly "qwen3.7-plus": {
|
|
7176
|
+
id: string;
|
|
7177
|
+
name: string;
|
|
7178
|
+
api: "anthropic-messages";
|
|
7179
|
+
provider: string;
|
|
7180
|
+
baseUrl: string;
|
|
7181
|
+
reasoning: true;
|
|
7182
|
+
input: ("image" | "text")[];
|
|
7183
|
+
cost: {
|
|
7184
|
+
input: number;
|
|
7185
|
+
output: number;
|
|
7186
|
+
cacheRead: number;
|
|
7187
|
+
cacheWrite: number;
|
|
7188
|
+
};
|
|
7189
|
+
contextWindow: number;
|
|
7190
|
+
maxTokens: number;
|
|
7191
|
+
};
|
|
7158
7192
|
};
|
|
7159
7193
|
readonly openrouter: {
|
|
7160
7194
|
readonly "ai21/jamba-large-1.7": {
|
|
@@ -9010,14 +9044,14 @@ export declare const MODELS: {
|
|
|
9010
9044
|
contextWindow: number;
|
|
9011
9045
|
maxTokens: number;
|
|
9012
9046
|
};
|
|
9013
|
-
readonly "nvidia/nemotron-
|
|
9047
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
9014
9048
|
id: string;
|
|
9015
9049
|
name: string;
|
|
9016
9050
|
api: "openai-completions";
|
|
9017
9051
|
provider: string;
|
|
9018
9052
|
baseUrl: string;
|
|
9019
9053
|
reasoning: true;
|
|
9020
|
-
input:
|
|
9054
|
+
input: "text"[];
|
|
9021
9055
|
cost: {
|
|
9022
9056
|
input: number;
|
|
9023
9057
|
output: number;
|
|
@@ -9027,7 +9061,7 @@ export declare const MODELS: {
|
|
|
9027
9061
|
contextWindow: number;
|
|
9028
9062
|
maxTokens: number;
|
|
9029
9063
|
};
|
|
9030
|
-
readonly "nvidia/nemotron-
|
|
9064
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b:free": {
|
|
9031
9065
|
id: string;
|
|
9032
9066
|
name: string;
|
|
9033
9067
|
api: "openai-completions";
|
|
@@ -9044,7 +9078,24 @@ export declare const MODELS: {
|
|
|
9044
9078
|
contextWindow: number;
|
|
9045
9079
|
maxTokens: number;
|
|
9046
9080
|
};
|
|
9047
|
-
readonly "nvidia/nemotron-nano-
|
|
9081
|
+
readonly "nvidia/nemotron-nano-12b-v2-vl:free": {
|
|
9082
|
+
id: string;
|
|
9083
|
+
name: string;
|
|
9084
|
+
api: "openai-completions";
|
|
9085
|
+
provider: string;
|
|
9086
|
+
baseUrl: string;
|
|
9087
|
+
reasoning: true;
|
|
9088
|
+
input: ("image" | "text")[];
|
|
9089
|
+
cost: {
|
|
9090
|
+
input: number;
|
|
9091
|
+
output: number;
|
|
9092
|
+
cacheRead: number;
|
|
9093
|
+
cacheWrite: number;
|
|
9094
|
+
};
|
|
9095
|
+
contextWindow: number;
|
|
9096
|
+
maxTokens: number;
|
|
9097
|
+
};
|
|
9098
|
+
readonly "nvidia/nemotron-nano-9b-v2": {
|
|
9048
9099
|
id: string;
|
|
9049
9100
|
name: string;
|
|
9050
9101
|
api: "openai-completions";
|
|
@@ -9061,13 +9112,13 @@ export declare const MODELS: {
|
|
|
9061
9112
|
contextWindow: number;
|
|
9062
9113
|
maxTokens: number;
|
|
9063
9114
|
};
|
|
9064
|
-
readonly "
|
|
9115
|
+
readonly "nvidia/nemotron-nano-9b-v2:free": {
|
|
9065
9116
|
id: string;
|
|
9066
9117
|
name: string;
|
|
9067
9118
|
api: "openai-completions";
|
|
9068
9119
|
provider: string;
|
|
9069
9120
|
baseUrl: string;
|
|
9070
|
-
reasoning:
|
|
9121
|
+
reasoning: true;
|
|
9071
9122
|
input: "text"[];
|
|
9072
9123
|
cost: {
|
|
9073
9124
|
input: number;
|
|
@@ -9078,7 +9129,7 @@ export declare const MODELS: {
|
|
|
9078
9129
|
contextWindow: number;
|
|
9079
9130
|
maxTokens: number;
|
|
9080
9131
|
};
|
|
9081
|
-
readonly "openai/gpt-3.5-turbo
|
|
9132
|
+
readonly "openai/gpt-3.5-turbo": {
|
|
9082
9133
|
id: string;
|
|
9083
9134
|
name: string;
|
|
9084
9135
|
api: "openai-completions";
|
|
@@ -9095,7 +9146,7 @@ export declare const MODELS: {
|
|
|
9095
9146
|
contextWindow: number;
|
|
9096
9147
|
maxTokens: number;
|
|
9097
9148
|
};
|
|
9098
|
-
readonly "openai/gpt-3.5-turbo-
|
|
9149
|
+
readonly "openai/gpt-3.5-turbo-0613": {
|
|
9099
9150
|
id: string;
|
|
9100
9151
|
name: string;
|
|
9101
9152
|
api: "openai-completions";
|
|
@@ -9112,7 +9163,7 @@ export declare const MODELS: {
|
|
|
9112
9163
|
contextWindow: number;
|
|
9113
9164
|
maxTokens: number;
|
|
9114
9165
|
};
|
|
9115
|
-
readonly "openai/gpt-
|
|
9166
|
+
readonly "openai/gpt-3.5-turbo-16k": {
|
|
9116
9167
|
id: string;
|
|
9117
9168
|
name: string;
|
|
9118
9169
|
api: "openai-completions";
|
|
@@ -9129,7 +9180,7 @@ export declare const MODELS: {
|
|
|
9129
9180
|
contextWindow: number;
|
|
9130
9181
|
maxTokens: number;
|
|
9131
9182
|
};
|
|
9132
|
-
readonly "openai/gpt-4
|
|
9183
|
+
readonly "openai/gpt-4": {
|
|
9133
9184
|
id: string;
|
|
9134
9185
|
name: string;
|
|
9135
9186
|
api: "openai-completions";
|
|
@@ -10880,6 +10931,23 @@ export declare const MODELS: {
|
|
|
10880
10931
|
contextWindow: number;
|
|
10881
10932
|
maxTokens: number;
|
|
10882
10933
|
};
|
|
10934
|
+
readonly "qwen/qwen3.7-plus": {
|
|
10935
|
+
id: string;
|
|
10936
|
+
name: string;
|
|
10937
|
+
api: "openai-completions";
|
|
10938
|
+
provider: string;
|
|
10939
|
+
baseUrl: string;
|
|
10940
|
+
reasoning: true;
|
|
10941
|
+
input: ("image" | "text")[];
|
|
10942
|
+
cost: {
|
|
10943
|
+
input: number;
|
|
10944
|
+
output: number;
|
|
10945
|
+
cacheRead: number;
|
|
10946
|
+
cacheWrite: number;
|
|
10947
|
+
};
|
|
10948
|
+
contextWindow: number;
|
|
10949
|
+
maxTokens: number;
|
|
10950
|
+
};
|
|
10883
10951
|
readonly "rekaai/reka-edge": {
|
|
10884
10952
|
id: string;
|
|
10885
10953
|
name: string;
|
|
@@ -11586,7 +11654,7 @@ export declare const MODELS: {
|
|
|
11586
11654
|
provider: string;
|
|
11587
11655
|
baseUrl: string;
|
|
11588
11656
|
reasoning: true;
|
|
11589
|
-
input:
|
|
11657
|
+
input: "text"[];
|
|
11590
11658
|
cost: {
|
|
11591
11659
|
input: number;
|
|
11592
11660
|
output: number;
|
|
@@ -11858,7 +11926,7 @@ export declare const MODELS: {
|
|
|
11858
11926
|
provider: string;
|
|
11859
11927
|
baseUrl: string;
|
|
11860
11928
|
reasoning: true;
|
|
11861
|
-
input:
|
|
11929
|
+
input: "text"[];
|
|
11862
11930
|
cost: {
|
|
11863
11931
|
input: number;
|
|
11864
11932
|
output: number;
|
|
@@ -12283,7 +12351,7 @@ export declare const MODELS: {
|
|
|
12283
12351
|
provider: string;
|
|
12284
12352
|
baseUrl: string;
|
|
12285
12353
|
reasoning: true;
|
|
12286
|
-
input:
|
|
12354
|
+
input: "text"[];
|
|
12287
12355
|
cost: {
|
|
12288
12356
|
input: number;
|
|
12289
12357
|
output: number;
|
|
@@ -12776,7 +12844,7 @@ export declare const MODELS: {
|
|
|
12776
12844
|
provider: string;
|
|
12777
12845
|
baseUrl: string;
|
|
12778
12846
|
reasoning: true;
|
|
12779
|
-
input:
|
|
12847
|
+
input: "text"[];
|
|
12780
12848
|
cost: {
|
|
12781
12849
|
input: number;
|
|
12782
12850
|
output: number;
|
|
@@ -12793,7 +12861,7 @@ export declare const MODELS: {
|
|
|
12793
12861
|
provider: string;
|
|
12794
12862
|
baseUrl: string;
|
|
12795
12863
|
reasoning: true;
|
|
12796
|
-
input:
|
|
12864
|
+
input: "text"[];
|
|
12797
12865
|
cost: {
|
|
12798
12866
|
input: number;
|
|
12799
12867
|
output: number;
|
|
@@ -12810,7 +12878,7 @@ export declare const MODELS: {
|
|
|
12810
12878
|
provider: string;
|
|
12811
12879
|
baseUrl: string;
|
|
12812
12880
|
reasoning: true;
|
|
12813
|
-
input:
|
|
12881
|
+
input: "text"[];
|
|
12814
12882
|
cost: {
|
|
12815
12883
|
input: number;
|
|
12816
12884
|
output: number;
|
|
@@ -13160,6 +13228,23 @@ export declare const MODELS: {
|
|
|
13160
13228
|
contextWindow: number;
|
|
13161
13229
|
maxTokens: number;
|
|
13162
13230
|
};
|
|
13231
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
13232
|
+
id: string;
|
|
13233
|
+
name: string;
|
|
13234
|
+
api: "anthropic-messages";
|
|
13235
|
+
provider: string;
|
|
13236
|
+
baseUrl: string;
|
|
13237
|
+
reasoning: true;
|
|
13238
|
+
input: "text"[];
|
|
13239
|
+
cost: {
|
|
13240
|
+
input: number;
|
|
13241
|
+
output: number;
|
|
13242
|
+
cacheRead: number;
|
|
13243
|
+
cacheWrite: number;
|
|
13244
|
+
};
|
|
13245
|
+
contextWindow: number;
|
|
13246
|
+
maxTokens: number;
|
|
13247
|
+
};
|
|
13163
13248
|
readonly "nvidia/nemotron-nano-12b-v2-vl": {
|
|
13164
13249
|
id: string;
|
|
13165
13250
|
name: string;
|