@mariozechner/pi-ai 0.23.2 → 0.23.3
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.
|
@@ -3168,23 +3168,6 @@ export declare const MODELS: {
|
|
|
3168
3168
|
contextWindow: number;
|
|
3169
3169
|
maxTokens: number;
|
|
3170
3170
|
};
|
|
3171
|
-
readonly "amazon/nova-2-lite-v1:free": {
|
|
3172
|
-
id: string;
|
|
3173
|
-
name: string;
|
|
3174
|
-
api: "openai-completions";
|
|
3175
|
-
provider: string;
|
|
3176
|
-
baseUrl: string;
|
|
3177
|
-
reasoning: true;
|
|
3178
|
-
input: ("image" | "text")[];
|
|
3179
|
-
cost: {
|
|
3180
|
-
input: number;
|
|
3181
|
-
output: number;
|
|
3182
|
-
cacheRead: number;
|
|
3183
|
-
cacheWrite: number;
|
|
3184
|
-
};
|
|
3185
|
-
contextWindow: number;
|
|
3186
|
-
maxTokens: number;
|
|
3187
|
-
};
|
|
3188
3171
|
readonly "amazon/nova-2-lite-v1": {
|
|
3189
3172
|
id: string;
|
|
3190
3173
|
name: string;
|
|
@@ -6126,7 +6109,7 @@ export declare const MODELS: {
|
|
|
6126
6109
|
contextWindow: number;
|
|
6127
6110
|
maxTokens: number;
|
|
6128
6111
|
};
|
|
6129
|
-
readonly "anthropic/claude-3.5-haiku
|
|
6112
|
+
readonly "anthropic/claude-3.5-haiku": {
|
|
6130
6113
|
id: string;
|
|
6131
6114
|
name: string;
|
|
6132
6115
|
api: "openai-completions";
|
|
@@ -6143,7 +6126,7 @@ export declare const MODELS: {
|
|
|
6143
6126
|
contextWindow: number;
|
|
6144
6127
|
maxTokens: number;
|
|
6145
6128
|
};
|
|
6146
|
-
readonly "anthropic/claude-3.5-haiku": {
|
|
6129
|
+
readonly "anthropic/claude-3.5-haiku-20241022": {
|
|
6147
6130
|
id: string;
|
|
6148
6131
|
name: string;
|
|
6149
6132
|
api: "openai-completions";
|
|
@@ -6381,7 +6364,7 @@ export declare const MODELS: {
|
|
|
6381
6364
|
contextWindow: number;
|
|
6382
6365
|
maxTokens: number;
|
|
6383
6366
|
};
|
|
6384
|
-
readonly "meta-llama/llama-3.1-
|
|
6367
|
+
readonly "meta-llama/llama-3.1-405b-instruct": {
|
|
6385
6368
|
id: string;
|
|
6386
6369
|
name: string;
|
|
6387
6370
|
api: "openai-completions";
|
|
@@ -6398,7 +6381,7 @@ export declare const MODELS: {
|
|
|
6398
6381
|
contextWindow: number;
|
|
6399
6382
|
maxTokens: number;
|
|
6400
6383
|
};
|
|
6401
|
-
readonly "meta-llama/llama-3.1-
|
|
6384
|
+
readonly "meta-llama/llama-3.1-8b-instruct": {
|
|
6402
6385
|
id: string;
|
|
6403
6386
|
name: string;
|
|
6404
6387
|
api: "openai-completions";
|