auto-coder-web 0.1.113__py3-none-any.whl → 0.1.115__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.
@@ -280,6 +280,14 @@ def load_providers() -> List[Dict]:
280
280
  "output_price": 555.0,
281
281
  "is_reasoning": False,
282
282
  "max_output_tokens": 8096*4
283
+ },
284
+ {
285
+ "id": "deepseek/deepseek-r1-0528",
286
+ "name": "deepseek-r1-0528",
287
+ "input_price": 4.0,
288
+ "output_price": 16.0,
289
+ "is_reasoning": True,
290
+ "max_output_tokens": 8096*2
283
291
  }
284
292
  ]
285
293
  },
auto_coder_web/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.1.113"
1
+ __version__ = "0.1.115"