dimcode 0.0.52 → 0.0.53
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 +236 -236
- package/dist/deepseek.json +1 -1
- package/dist/models/aihubmix.json +1 -1
- package/dist/models/custom-provider.json +1 -1
- package/dist/models/openrouter.json +1 -1
- package/dist/models/zenmux.json +1 -1
- package/dist/openai.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-
|
|
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":"2025-09","release_date":"2024-12-26","last_updated":"2026-04-24","modalities":{"input":["text"],"output":["text"]},"open_weights":true,"cost":{"input":0.14,"output":0.28,"cache_read":0.028},"limit":{"context":1048576,"output":393216},"display_name":"DeepSeek Chat","metadata":{"alias_of":"deepseek-v4-flash","mode":"non-thinking","lifecycle":"compatibility"},"structured_output":true,"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":false,"knowledge":"2025-09","release_date":"2025-01-20","last_updated":"2026-04-24","modalities":{"input":["text"],"output":["text"]},"open_weights":true,"cost":{"input":0.14,"output":0.28,"cache_read":0.028},"limit":{"context":1048576,"output":393216},"display_name":"DeepSeek Reasoner","metadata":{"alias_of":"deepseek-v4-flash","mode":"thinking","lifecycle":"compatibility"},"extra_capabilities":{"reasoning":{"supported":true,"interleaved":true,"summaries":true,"visibility":"summary","continuation":["thinking_blocks"],"effort_options":["high","max"],"notes":["Compatibility alias for deepseek-v4-flash thinking mode."],"default_enabled":true,"mode":"effort","effort":"high"}},"structured_output":true,"type":"chat"},{"id":"deepseek-v4-flash","name":"DeepSeek V4 Flash","family":"deepseek","attachment":true,"reasoning":{"supported":true,"default":true},"temperature":true,"tool_call":true,"structured_output":true,"last_updated":"2026-04-24","modalities":{"input":["text"],"output":["text"]},"open_weights":true,"cost":{"input":0.14,"output":0.28,"cache_read":0.028},"limit":{"context":1048576,"output":393216},"interleaved":{"field":"reasoning_content"},"extra_capabilities":{"reasoning":{"supported":true,"interleaved":true,"summaries":true,"visibility":"summary","continuation":["thinking_blocks"],"effort_options":["high","max"],"notes":["Thinking mode is controlled through the thinking parameter; non-thinking mode disables reasoning."],"default_enabled":true,"mode":"effort","effort":"high"}},"display_name":"DeepSeek V4 Flash","type":"chat"},{"id":"deepseek-v4-pro","name":"DeepSeek V4 Pro","family":"deepseek","attachment":true,"reasoning":{"supported":true,"default":true},"temperature":true,"tool_call":true,"structured_output":true,"last_updated":"2026-04-24","modalities":{"input":["text"],"output":["text"]},"open_weights":true,"cost":{"input":1.74,"output":3.48,"cache_read":0.145},"limit":{"context":1048576,"output":393216},"interleaved":{"field":"reasoning_content"},"extra_capabilities":{"reasoning":{"supported":true,"interleaved":true,"summaries":true,"visibility":"summary","continuation":["thinking_blocks"],"effort_options":["high","max"],"notes":["Thinking mode is controlled through the thinking parameter; non-thinking mode disables reasoning."],"default_enabled":true,"mode":"effort","effort":"high"}},"display_name":"DeepSeek V4 Pro","type":"chat"}],"defaultModelId":"deepseek-reasoner"}
|