@avadisabelle/ava-pi-ai 0.62.0 → 0.63.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.
|
@@ -6897,6 +6897,23 @@ export declare const MODELS: {
|
|
|
6897
6897
|
contextWindow: number;
|
|
6898
6898
|
maxTokens: number;
|
|
6899
6899
|
};
|
|
6900
|
+
readonly "qwen3.6-plus-free": {
|
|
6901
|
+
id: string;
|
|
6902
|
+
name: string;
|
|
6903
|
+
api: "openai-completions";
|
|
6904
|
+
provider: string;
|
|
6905
|
+
baseUrl: string;
|
|
6906
|
+
reasoning: true;
|
|
6907
|
+
input: "text"[];
|
|
6908
|
+
cost: {
|
|
6909
|
+
input: number;
|
|
6910
|
+
output: number;
|
|
6911
|
+
cacheRead: number;
|
|
6912
|
+
cacheWrite: number;
|
|
6913
|
+
};
|
|
6914
|
+
contextWindow: number;
|
|
6915
|
+
maxTokens: number;
|
|
6916
|
+
};
|
|
6900
6917
|
};
|
|
6901
6918
|
readonly "opencode-go": {
|
|
6902
6919
|
readonly "glm-5": {
|
|
@@ -7955,23 +7972,6 @@ export declare const MODELS: {
|
|
|
7955
7972
|
contextWindow: number;
|
|
7956
7973
|
maxTokens: number;
|
|
7957
7974
|
};
|
|
7958
|
-
readonly "kwaipilot/kat-coder-pro": {
|
|
7959
|
-
id: string;
|
|
7960
|
-
name: string;
|
|
7961
|
-
api: "openai-completions";
|
|
7962
|
-
provider: string;
|
|
7963
|
-
baseUrl: string;
|
|
7964
|
-
reasoning: false;
|
|
7965
|
-
input: "text"[];
|
|
7966
|
-
cost: {
|
|
7967
|
-
input: number;
|
|
7968
|
-
output: number;
|
|
7969
|
-
cacheRead: number;
|
|
7970
|
-
cacheWrite: number;
|
|
7971
|
-
};
|
|
7972
|
-
contextWindow: number;
|
|
7973
|
-
maxTokens: number;
|
|
7974
|
-
};
|
|
7975
7975
|
readonly "kwaipilot/kat-coder-pro-v2": {
|
|
7976
7976
|
id: string;
|
|
7977
7977
|
name: string;
|
|
@@ -9553,6 +9553,40 @@ export declare const MODELS: {
|
|
|
9553
9553
|
contextWindow: number;
|
|
9554
9554
|
maxTokens: number;
|
|
9555
9555
|
};
|
|
9556
|
+
readonly "openai/gpt-audio": {
|
|
9557
|
+
id: string;
|
|
9558
|
+
name: string;
|
|
9559
|
+
api: "openai-completions";
|
|
9560
|
+
provider: string;
|
|
9561
|
+
baseUrl: string;
|
|
9562
|
+
reasoning: false;
|
|
9563
|
+
input: "text"[];
|
|
9564
|
+
cost: {
|
|
9565
|
+
input: number;
|
|
9566
|
+
output: number;
|
|
9567
|
+
cacheRead: number;
|
|
9568
|
+
cacheWrite: number;
|
|
9569
|
+
};
|
|
9570
|
+
contextWindow: number;
|
|
9571
|
+
maxTokens: number;
|
|
9572
|
+
};
|
|
9573
|
+
readonly "openai/gpt-audio-mini": {
|
|
9574
|
+
id: string;
|
|
9575
|
+
name: string;
|
|
9576
|
+
api: "openai-completions";
|
|
9577
|
+
provider: string;
|
|
9578
|
+
baseUrl: string;
|
|
9579
|
+
reasoning: false;
|
|
9580
|
+
input: "text"[];
|
|
9581
|
+
cost: {
|
|
9582
|
+
input: number;
|
|
9583
|
+
output: number;
|
|
9584
|
+
cacheRead: number;
|
|
9585
|
+
cacheWrite: number;
|
|
9586
|
+
};
|
|
9587
|
+
contextWindow: number;
|
|
9588
|
+
maxTokens: number;
|
|
9589
|
+
};
|
|
9556
9590
|
readonly "openai/gpt-oss-120b": {
|
|
9557
9591
|
id: string;
|
|
9558
9592
|
name: string;
|
|
@@ -10556,6 +10590,23 @@ export declare const MODELS: {
|
|
|
10556
10590
|
contextWindow: number;
|
|
10557
10591
|
maxTokens: number;
|
|
10558
10592
|
};
|
|
10593
|
+
readonly "qwen/qwen3.6-plus-preview:free": {
|
|
10594
|
+
id: string;
|
|
10595
|
+
name: string;
|
|
10596
|
+
api: "openai-completions";
|
|
10597
|
+
provider: string;
|
|
10598
|
+
baseUrl: string;
|
|
10599
|
+
reasoning: true;
|
|
10600
|
+
input: "text"[];
|
|
10601
|
+
cost: {
|
|
10602
|
+
input: number;
|
|
10603
|
+
output: number;
|
|
10604
|
+
cacheRead: number;
|
|
10605
|
+
cacheWrite: number;
|
|
10606
|
+
};
|
|
10607
|
+
contextWindow: number;
|
|
10608
|
+
maxTokens: number;
|
|
10609
|
+
};
|
|
10559
10610
|
readonly "qwen/qwq-32b": {
|
|
10560
10611
|
id: string;
|
|
10561
10612
|
name: string;
|
|
@@ -10862,7 +10913,7 @@ export declare const MODELS: {
|
|
|
10862
10913
|
contextWindow: number;
|
|
10863
10914
|
maxTokens: number;
|
|
10864
10915
|
};
|
|
10865
|
-
readonly "x-ai/grok-4.20
|
|
10916
|
+
readonly "x-ai/grok-4.20": {
|
|
10866
10917
|
id: string;
|
|
10867
10918
|
name: string;
|
|
10868
10919
|
api: "openai-completions";
|