@aliou/pi-synthetic 0.13.3 → 0.13.4
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/package.json
CHANGED
|
@@ -104,7 +104,7 @@ export const SYNTHETIC_MODELS: SyntheticModelConfig[] = [
|
|
|
104
104
|
id: "hf:meta-llama/Llama-3.3-70B-Instruct",
|
|
105
105
|
name: "meta-llama/Llama-3.3-70B-Instruct",
|
|
106
106
|
provider: "together",
|
|
107
|
-
reasoning:
|
|
107
|
+
reasoning: true,
|
|
108
108
|
input: ["text"],
|
|
109
109
|
cost: {
|
|
110
110
|
input: 0.88,
|
|
@@ -140,7 +140,7 @@ export const SYNTHETIC_MODELS: SyntheticModelConfig[] = [
|
|
|
140
140
|
id: "hf:deepseek-ai/DeepSeek-V3.2",
|
|
141
141
|
name: "deepseek-ai/DeepSeek-V3.2",
|
|
142
142
|
provider: "fireworks",
|
|
143
|
-
reasoning:
|
|
143
|
+
reasoning: true,
|
|
144
144
|
input: ["text"],
|
|
145
145
|
cost: {
|
|
146
146
|
input: 0.56,
|
|
@@ -156,7 +156,7 @@ export const SYNTHETIC_MODELS: SyntheticModelConfig[] = [
|
|
|
156
156
|
id: "hf:openai/gpt-oss-120b",
|
|
157
157
|
name: "openai/gpt-oss-120b",
|
|
158
158
|
provider: "fireworks",
|
|
159
|
-
reasoning:
|
|
159
|
+
reasoning: true,
|
|
160
160
|
input: ["text"],
|
|
161
161
|
cost: {
|
|
162
162
|
input: 0.1,
|
|
@@ -232,7 +232,7 @@ export const SYNTHETIC_MODELS: SyntheticModelConfig[] = [
|
|
|
232
232
|
id: "hf:deepseek-ai/DeepSeek-V3",
|
|
233
233
|
name: "deepseek-ai/DeepSeek-V3",
|
|
234
234
|
provider: "together",
|
|
235
|
-
reasoning:
|
|
235
|
+
reasoning: true,
|
|
236
236
|
input: ["text"],
|
|
237
237
|
cost: {
|
|
238
238
|
input: 1.25,
|