dimcode 0.0.50 → 0.0.52
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/cli.mjs +485 -489
- package/dist/deepseek.json +1 -1
- package/dist/models/aihubmix.json +1 -1
- package/dist/models/openrouter.json +1 -1
- package/dist/models/siliconflow-com.json +1 -1
- package/dist/models/siliconflow.json +1 -1
- package/dist/models/zenmux.json +1 -1
- package/dist/ppinfra.json +1 -1
- package/package.json +1 -1
package/dist/deepseek.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"id":"deepseek","name":"DeepSeek","api":"https://api.deepseek.com/v1","models":[{"id":"deepseek-chat","name":"DeepSeek Chat","family":"deepseek","attachment":true,"reasoning":{"supported":false},"tool_call":true,"temperature":true,"knowledge":"2024-07","release_date":"2024-12-26","last_updated":"2025-08-21","modalities":{"input":["text"],"output":["text"]},"open_weights":false,"cost":{"input":0.57,"output":1.68,"cache_read":0.07},"limit":{"context":128000,"output":8192},"display_name":"DeepSeek Chat","type":"chat"},{"id":"deepseek-reasoner","name":"DeepSeek Reasoner","family":"deepseek-thinking","attachment":true,"reasoning":{"supported":true,"default":true},"tool_call":true,"interleaved":{"field":"reasoning_content"},"temperature":true,"knowledge":"2024-07","release_date":"2025-01-20","last_updated":"2025-08-21","modalities":{"input":["text"],"output":["text"]},"open_weights":false,"cost":{"input":0.57,"output":1.68,"cache_read":0.07},"limit":{"context":128000,"output":64000},"display_name":"DeepSeek Reasoner","extra_capabilities":{"reasoning":{"supported":true,"interleaved":true,"summaries":true,"visibility":"summary","continuation":["thinking_blocks"]}},"type":"chat"}],"defaultModelId":"deepseek-reasoner"}
|
|
1
|
+
{"id":"deepseek","name":"DeepSeek","api":"https://api.deepseek.com/v1","models":[{"id":"deepseek-v4-pro","name":"DeepSeek V4 PRO","family":"deepseek","attachment":true,"reasoning":{"supported":true,"default":true},"tool_call":true,"temperature":true,"knowledge":"2024-07","release_date":"2024-12-26","last_updated":"2025-08-21","modalities":{"input":["text"],"output":["text"]},"open_weights":false,"cost":{"input":1.74,"output":3.48,"cache_read":0.145},"limit":{"context":1000000,"output":384000},"display_name":"DeepSeek V4 PRO","type":"chat"},{"id":"deepseek-v4-flash","name":"DeepSeek V4 FLASH","family":"deepseek","attachment":true,"reasoning":{"supported":true,"default":true},"tool_call":true,"temperature":true,"knowledge":"2024-07","release_date":"2024-12-26","last_updated":"2025-08-21","modalities":{"input":["text"],"output":["text"]},"open_weights":false,"cost":{"input":0.14,"output":0.28,"cache_read":0.028},"limit":{"context":1000000,"output":384000},"display_name":"DeepSeek V4 FLASH","type":"chat"},{"id":"deepseek-chat","name":"DeepSeek Chat","family":"deepseek","attachment":true,"reasoning":{"supported":false},"tool_call":true,"temperature":true,"knowledge":"2024-07","release_date":"2024-12-26","last_updated":"2025-08-21","modalities":{"input":["text"],"output":["text"]},"open_weights":false,"cost":{"input":0.57,"output":1.68,"cache_read":0.07},"limit":{"context":128000,"output":8192},"display_name":"DeepSeek Chat","type":"chat"},{"id":"deepseek-reasoner","name":"DeepSeek Reasoner","family":"deepseek-thinking","attachment":true,"reasoning":{"supported":true,"default":true},"tool_call":true,"interleaved":{"field":"reasoning_content"},"temperature":true,"knowledge":"2024-07","release_date":"2025-01-20","last_updated":"2025-08-21","modalities":{"input":["text"],"output":["text"]},"open_weights":false,"cost":{"input":0.57,"output":1.68,"cache_read":0.07},"limit":{"context":128000,"output":64000},"display_name":"DeepSeek Reasoner","extra_capabilities":{"reasoning":{"supported":true,"interleaved":true,"summaries":true,"visibility":"summary","continuation":["thinking_blocks"]}},"type":"chat"}],"defaultModelId":"deepseek-reasoner"}
|