@aliou/pi-synthetic 0.13.2 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aliou/pi-synthetic",
3
- "version": "0.13.2",
3
+ "version": "0.13.4",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "private": false,
@@ -99,32 +99,12 @@ export const SYNTHETIC_MODELS: SyntheticModelConfig[] = [
99
99
  contextWindow: 196608,
100
100
  maxTokens: 65536,
101
101
  },
102
- // API: hf:MiniMaxAI/MiniMax-M2.1 → ctx=196608, out=65536
103
- {
104
- id: "hf:MiniMaxAI/MiniMax-M2.1",
105
- name: "MiniMaxAI/MiniMax-M2.1",
106
- provider: "fireworks",
107
- reasoning: true,
108
- compat: {
109
- supportsReasoningEffort: true,
110
- reasoningEffortMap: SYNTHETIC_REASONING_EFFORT_MAP,
111
- },
112
- input: ["text"],
113
- cost: {
114
- input: 0.3,
115
- output: 1.2,
116
- cacheRead: 0.3,
117
- cacheWrite: 0,
118
- },
119
- contextWindow: 196608,
120
- maxTokens: 65536,
121
- },
122
102
  // models.dev: synthetic/hf:meta-llama/Llama-3.3-70B-Instruct → ctx=128000, out=32768
123
103
  {
124
104
  id: "hf:meta-llama/Llama-3.3-70B-Instruct",
125
105
  name: "meta-llama/Llama-3.3-70B-Instruct",
126
106
  provider: "together",
127
- reasoning: false,
107
+ reasoning: true,
128
108
  input: ["text"],
129
109
  cost: {
130
110
  input: 0.88,
@@ -160,7 +140,7 @@ export const SYNTHETIC_MODELS: SyntheticModelConfig[] = [
160
140
  id: "hf:deepseek-ai/DeepSeek-V3.2",
161
141
  name: "deepseek-ai/DeepSeek-V3.2",
162
142
  provider: "fireworks",
163
- reasoning: false,
143
+ reasoning: true,
164
144
  input: ["text"],
165
145
  cost: {
166
146
  input: 0.56,
@@ -171,48 +151,12 @@ export const SYNTHETIC_MODELS: SyntheticModelConfig[] = [
171
151
  contextWindow: 162816,
172
152
  maxTokens: 8000,
173
153
  },
174
- // models.dev: synthetic/hf:moonshotai/Kimi-K2-Instruct-0905 → ctx=262144, out=32768
175
- {
176
- id: "hf:moonshotai/Kimi-K2-Instruct-0905",
177
- name: "moonshotai/Kimi-K2-Instruct-0905",
178
- provider: "fireworks",
179
- reasoning: false,
180
- input: ["text"],
181
- cost: {
182
- input: 1.2,
183
- output: 1.2,
184
- cacheRead: 1.2,
185
- cacheWrite: 0,
186
- },
187
- contextWindow: 262144,
188
- maxTokens: 32768,
189
- },
190
- // models.dev: synthetic/hf:moonshotai/Kimi-K2-Thinking → ctx=262144, out=262144
191
- {
192
- id: "hf:moonshotai/Kimi-K2-Thinking",
193
- name: "moonshotai/Kimi-K2-Thinking",
194
- provider: "fireworks",
195
- reasoning: true,
196
- compat: {
197
- supportsReasoningEffort: true,
198
- reasoningEffortMap: SYNTHETIC_REASONING_EFFORT_MAP,
199
- },
200
- input: ["text"],
201
- cost: {
202
- input: 0.6,
203
- output: 2.5,
204
- cacheRead: 0.6,
205
- cacheWrite: 0,
206
- },
207
- contextWindow: 262144,
208
- maxTokens: 262144,
209
- },
210
154
  // models.dev: synthetic/hf:openai/gpt-oss-120b → ctx=128000, out=32768
211
155
  {
212
156
  id: "hf:openai/gpt-oss-120b",
213
157
  name: "openai/gpt-oss-120b",
214
158
  provider: "fireworks",
215
- reasoning: false,
159
+ reasoning: true,
216
160
  input: ["text"],
217
161
  cost: {
218
162
  input: 0.1,
@@ -288,7 +232,7 @@ export const SYNTHETIC_MODELS: SyntheticModelConfig[] = [
288
232
  id: "hf:deepseek-ai/DeepSeek-V3",
289
233
  name: "deepseek-ai/DeepSeek-V3",
290
234
  provider: "together",
291
- reasoning: false,
235
+ reasoning: true,
292
236
  input: ["text"],
293
237
  cost: {
294
238
  input: 1.25,