auto-coder-web 0.1.113__py3-none-any.whl → 0.1.116__py3-none-any.whl

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.
@@ -187,20 +187,34 @@ def load_providers() -> List[Dict]:
187
187
  # Default providers if file doesn't exist
188
188
  default_providers = [
189
189
  {
190
- "name": "volcanoEngine",
191
- "base_url": "https://ark.cn-beijing.volces.com/api/v3",
190
+ "name": "siliconflow",
191
+ "base_url": "https://api.siliconflow.cn/v1",
192
192
  "model_type": "saas/openai",
193
193
  "models": [
194
194
  {
195
- "id": "deepseek-v3-241226",
196
- "name": "Deepseek V3",
195
+ "id": "Pro/deepseek-ai/DeepSeek-R1",
196
+ "name": "Deepseek R1-0528",
197
+ "input_price": 4.0,
198
+ "output_price": 16.0,
199
+ "is_reasoning": True
200
+ },
201
+ {
202
+ "id": "Pro/deepseek-ai/DeepSeek-V3",
203
+ "name": "Deepseek V3-0324",
197
204
  "input_price": 2.0,
198
205
  "output_price": 8.0,
199
206
  "is_reasoning": False
200
- },
207
+ }
208
+ ]
209
+ },
210
+ {
211
+ "name": "volcanoEngine",
212
+ "base_url": "https://ark.cn-beijing.volces.com/api/v3",
213
+ "model_type": "saas/openai",
214
+ "models": [
201
215
  {
202
- "id": "deepseek-r1-250120",
203
- "name": "Deepseek R1",
216
+ "id": "deepseek-r1-250528",
217
+ "name": "Deepseek r1-250528",
204
218
  "input_price": 4.0,
205
219
  "output_price": 16.0,
206
220
  "is_reasoning": True
@@ -280,6 +294,14 @@ def load_providers() -> List[Dict]:
280
294
  "output_price": 555.0,
281
295
  "is_reasoning": False,
282
296
  "max_output_tokens": 8096*4
297
+ },
298
+ {
299
+ "id": "deepseek/deepseek-r1-0528",
300
+ "name": "deepseek-r1-0528",
301
+ "input_price": 4.0,
302
+ "output_price": 16.0,
303
+ "is_reasoning": True,
304
+ "max_output_tokens": 8096*2
283
305
  }
284
306
  ]
285
307
  },
auto_coder_web/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.1.113"
1
+ __version__ = "0.1.116"