@kolisachint/hoocode-ai 0.2.7 → 0.3.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.
|
@@ -7649,6 +7649,23 @@ export declare const MODELS: {
|
|
|
7649
7649
|
contextWindow: number;
|
|
7650
7650
|
maxTokens: number;
|
|
7651
7651
|
};
|
|
7652
|
+
readonly "stepfun-ai/step-3.7-flash": {
|
|
7653
|
+
id: string;
|
|
7654
|
+
name: string;
|
|
7655
|
+
api: "openai-completions";
|
|
7656
|
+
provider: string;
|
|
7657
|
+
baseUrl: string;
|
|
7658
|
+
reasoning: true;
|
|
7659
|
+
input: ("image" | "text")[];
|
|
7660
|
+
cost: {
|
|
7661
|
+
input: number;
|
|
7662
|
+
output: number;
|
|
7663
|
+
cacheRead: number;
|
|
7664
|
+
cacheWrite: number;
|
|
7665
|
+
};
|
|
7666
|
+
contextWindow: number;
|
|
7667
|
+
maxTokens: number;
|
|
7668
|
+
};
|
|
7652
7669
|
readonly "upstage/solar-10_7b-instruct": {
|
|
7653
7670
|
id: string;
|
|
7654
7671
|
name: string;
|