@caupulican/pi-ai 0.80.6 → 0.80.7
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.
|
@@ -9077,6 +9077,23 @@ export declare const MODELS: {
|
|
|
9077
9077
|
contextWindow: number;
|
|
9078
9078
|
maxTokens: number;
|
|
9079
9079
|
};
|
|
9080
|
+
readonly "qwen3.7-plus": {
|
|
9081
|
+
id: string;
|
|
9082
|
+
name: string;
|
|
9083
|
+
api: "anthropic-messages";
|
|
9084
|
+
provider: string;
|
|
9085
|
+
baseUrl: string;
|
|
9086
|
+
reasoning: true;
|
|
9087
|
+
input: ("image" | "text")[];
|
|
9088
|
+
cost: {
|
|
9089
|
+
input: number;
|
|
9090
|
+
output: number;
|
|
9091
|
+
cacheRead: number;
|
|
9092
|
+
cacheWrite: number;
|
|
9093
|
+
};
|
|
9094
|
+
contextWindow: number;
|
|
9095
|
+
maxTokens: number;
|
|
9096
|
+
};
|
|
9080
9097
|
};
|
|
9081
9098
|
readonly openrouter: {
|
|
9082
9099
|
readonly "ai21/jamba-large-1.7": {
|
|
@@ -14874,7 +14891,7 @@ export declare const MODELS: {
|
|
|
14874
14891
|
provider: string;
|
|
14875
14892
|
baseUrl: string;
|
|
14876
14893
|
reasoning: true;
|
|
14877
|
-
input:
|
|
14894
|
+
input: "text"[];
|
|
14878
14895
|
cost: {
|
|
14879
14896
|
input: number;
|
|
14880
14897
|
output: number;
|