@kolisachint/hoocode-ai 0.2.6 → 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.
- package/dist/models.generated.d.ts +23 -0
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +31 -12
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/openai-completions.d.ts.map +1 -1
- package/dist/providers/openai-completions.js +2 -1
- package/dist/providers/openai-completions.js.map +1 -1
- package/package.json +1 -1
|
@@ -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;
|
|
@@ -9591,6 +9608,9 @@ export declare const MODELS: {
|
|
|
9591
9608
|
api: "openai-completions";
|
|
9592
9609
|
provider: string;
|
|
9593
9610
|
baseUrl: string;
|
|
9611
|
+
compat: {
|
|
9612
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
9613
|
+
};
|
|
9594
9614
|
reasoning: true;
|
|
9595
9615
|
input: ("image" | "text")[];
|
|
9596
9616
|
cost: {
|
|
@@ -9608,6 +9628,9 @@ export declare const MODELS: {
|
|
|
9608
9628
|
api: "openai-completions";
|
|
9609
9629
|
provider: string;
|
|
9610
9630
|
baseUrl: string;
|
|
9631
|
+
compat: {
|
|
9632
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
9633
|
+
};
|
|
9611
9634
|
reasoning: true;
|
|
9612
9635
|
input: ("image" | "text")[];
|
|
9613
9636
|
cost: {
|