@ashx-j/lunr 0.2.9 → 0.2.11
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/builtin-extensions/ashxj-spinners.d.ts +1 -4
- package/dist/builtin-extensions/ashxj-spinners.d.ts.map +1 -1
- package/dist/builtin-extensions/ashxj-spinners.js +3 -29
- package/dist/builtin-extensions/ashxj-spinners.js.map +1 -1
- package/dist/builtin-extensions/ashxj-tui.d.ts.map +1 -1
- package/dist/builtin-extensions/ashxj-tui.js +5 -4
- package/dist/builtin-extensions/ashxj-tui.js.map +1 -1
- package/dist/builtin-extensions/lunr-cron.d.ts.map +1 -1
- package/dist/builtin-extensions/lunr-cron.js +6 -1
- package/dist/builtin-extensions/lunr-cron.js.map +1 -1
- package/dist/builtin-extensions/pi-subagents/src/extension/fanout-child.d.ts.map +1 -1
- package/dist/builtin-extensions/pi-subagents/src/extension/fanout-child.js +1 -1
- package/dist/builtin-extensions/pi-subagents/src/extension/fanout-child.js.map +1 -1
- package/dist/builtin-extensions/pi-subagents/src/extension/index.d.ts.map +1 -1
- package/dist/builtin-extensions/pi-subagents/src/extension/index.js +3 -4
- package/dist/builtin-extensions/pi-subagents/src/extension/index.js.map +1 -1
- package/dist/builtin-extensions/pi-subagents/src/extension/schemas.d.ts.map +1 -1
- package/dist/builtin-extensions/pi-subagents/src/extension/schemas.js +2 -2
- package/dist/builtin-extensions/pi-subagents/src/extension/schemas.js.map +1 -1
- package/dist/builtin-extensions/pi-subagents/src/extension/tool-description.d.ts +2 -2
- package/dist/builtin-extensions/pi-subagents/src/extension/tool-description.d.ts.map +1 -1
- package/dist/builtin-extensions/pi-subagents/src/extension/tool-description.js +4 -4
- package/dist/builtin-extensions/pi-subagents/src/extension/tool-description.js.map +1 -1
- package/dist/builtin-extensions/pi-subagents/src/runs/foreground/execution.d.ts.map +1 -1
- package/dist/builtin-extensions/pi-subagents/src/runs/foreground/execution.js +5 -1
- package/dist/builtin-extensions/pi-subagents/src/runs/foreground/execution.js.map +1 -1
- package/dist/builtin-extensions/pi-subagents/src/runs/foreground/subagent-executor.d.ts.map +1 -1
- package/dist/builtin-extensions/pi-subagents/src/runs/foreground/subagent-executor.js +8 -7
- package/dist/builtin-extensions/pi-subagents/src/runs/foreground/subagent-executor.js.map +1 -1
- package/dist/builtin-extensions/pi-subagents/src/runs/shared/parallel-utils.d.ts +2 -2
- package/dist/builtin-extensions/pi-subagents/src/runs/shared/parallel-utils.d.ts.map +1 -1
- package/dist/builtin-extensions/pi-subagents/src/runs/shared/parallel-utils.js +2 -2
- package/dist/builtin-extensions/pi-subagents/src/runs/shared/parallel-utils.js.map +1 -1
- package/dist/builtin-extensions/pi-subagents/src/shared/types.d.ts +4 -3
- package/dist/builtin-extensions/pi-subagents/src/shared/types.d.ts.map +1 -1
- package/dist/builtin-extensions/pi-subagents/src/shared/types.js +2 -2
- package/dist/builtin-extensions/pi-subagents/src/shared/types.js.map +1 -1
- package/dist/builtin-extensions/pi-subagents/src/tui/render.d.ts +4 -6
- package/dist/builtin-extensions/pi-subagents/src/tui/render.d.ts.map +1 -1
- package/dist/builtin-extensions/pi-subagents/src/tui/render.js +26 -18
- package/dist/builtin-extensions/pi-subagents/src/tui/render.js.map +1 -1
- package/dist/builtin-extensions/pi-web-access/index.d.ts.map +1 -1
- package/dist/builtin-extensions/pi-web-access/index.js +3 -1
- package/dist/builtin-extensions/pi-web-access/index.js.map +1 -1
- package/dist/catalog/models.json +1 -1
- package/dist/catalog/providers/nvidia.json +1 -1
- package/dist/catalog/providers/opencode-go.json +1 -1
- package/dist/catalog/providers/opencode.json +1 -1
- package/dist/catalog/providers/openrouter.json +1 -1
- package/dist/catalog/providers/qwen-cloud-cn.json +1 -1
- package/dist/catalog/providers/vercel-ai-gateway.json +1 -1
- package/dist/catalog/providers/xai.json +1 -1
- package/dist/catalog/publication.json +3 -3
- package/dist/core/agent-session.d.ts +2 -0
- package/dist/core/agent-session.d.ts.map +1 -1
- package/dist/core/agent-session.js +11 -3
- package/dist/core/agent-session.js.map +1 -1
- package/dist/core/customize.d.ts +1 -0
- package/dist/core/customize.d.ts.map +1 -1
- package/dist/core/customize.js +3 -0
- package/dist/core/customize.js.map +1 -1
- package/dist/core/models-store.d.ts.map +1 -1
- package/dist/core/models-store.js +13 -1
- package/dist/core/models-store.js.map +1 -1
- package/dist/core/permissions.d.ts +9 -0
- package/dist/core/permissions.d.ts.map +1 -1
- package/dist/core/permissions.js +60 -20
- package/dist/core/permissions.js.map +1 -1
- package/dist/core/plan-mode.d.ts.map +1 -1
- package/dist/core/plan-mode.js +49 -7
- package/dist/core/plan-mode.js.map +1 -1
- package/dist/core/settings-manager.d.ts +3 -0
- package/dist/core/settings-manager.d.ts.map +1 -1
- package/dist/core/settings-manager.js +8 -0
- package/dist/core/settings-manager.js.map +1 -1
- package/dist/core/swarm.d.ts +17 -4
- package/dist/core/swarm.d.ts.map +1 -1
- package/dist/core/swarm.js +36 -4
- package/dist/core/swarm.js.map +1 -1
- package/dist/core/tools/bash.d.ts.map +1 -1
- package/dist/core/tools/bash.js +2 -1
- package/dist/core/tools/bash.js.map +1 -1
- package/dist/core/tools/edit.d.ts.map +1 -1
- package/dist/core/tools/edit.js +9 -6
- package/dist/core/tools/edit.js.map +1 -1
- package/dist/core/tools/find.d.ts.map +1 -1
- package/dist/core/tools/find.js +2 -1
- package/dist/core/tools/find.js.map +1 -1
- package/dist/core/tools/grep.d.ts.map +1 -1
- package/dist/core/tools/grep.js +2 -1
- package/dist/core/tools/grep.js.map +1 -1
- package/dist/core/tools/ls.d.ts.map +1 -1
- package/dist/core/tools/ls.js +2 -1
- package/dist/core/tools/ls.js.map +1 -1
- package/dist/core/tools/read.d.ts.map +1 -1
- package/dist/core/tools/read.js +2 -1
- package/dist/core/tools/read.js.map +1 -1
- package/dist/core/tools/render-utils.d.ts +13 -3
- package/dist/core/tools/render-utils.d.ts.map +1 -1
- package/dist/core/tools/render-utils.js +10 -2
- package/dist/core/tools/render-utils.js.map +1 -1
- package/dist/core/tools/write.d.ts.map +1 -1
- package/dist/core/tools/write.js +5 -3
- package/dist/core/tools/write.js.map +1 -1
- package/dist/gateway/agent-bridge.d.ts +2 -1
- package/dist/gateway/agent-bridge.d.ts.map +1 -1
- package/dist/gateway/agent-bridge.js +11 -1
- package/dist/gateway/agent-bridge.js.map +1 -1
- package/dist/gateway/commands.d.ts.map +1 -1
- package/dist/gateway/commands.js +2 -1
- package/dist/gateway/commands.js.map +1 -1
- package/dist/gateway/cron.d.ts +4 -1
- package/dist/gateway/cron.d.ts.map +1 -1
- package/dist/gateway/cron.js +17 -8
- package/dist/gateway/cron.js.map +1 -1
- package/dist/gateway/router.d.ts +1 -1
- package/dist/gateway/router.d.ts.map +1 -1
- package/dist/gateway/router.js.map +1 -1
- package/dist/modes/interactive/components/settings-selector.d.ts +2 -0
- package/dist/modes/interactive/components/settings-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/settings-selector.js +11 -1
- package/dist/modes/interactive/components/settings-selector.js.map +1 -1
- package/dist/modes/interactive/components/thinking-tail.d.ts +1 -0
- package/dist/modes/interactive/components/thinking-tail.d.ts.map +1 -1
- package/dist/modes/interactive/components/thinking-tail.js +2 -6
- package/dist/modes/interactive/components/thinking-tail.js.map +1 -1
- package/dist/modes/interactive/components/tool-execution.d.ts +6 -0
- package/dist/modes/interactive/components/tool-execution.d.ts.map +1 -1
- package/dist/modes/interactive/components/tool-execution.js +75 -16
- package/dist/modes/interactive/components/tool-execution.js.map +1 -1
- package/dist/modes/interactive/interactive-mode.d.ts +15 -1
- package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +139 -34
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/docs/terminal-setup.md +2 -2
- package/examples/extensions/custom-provider-anthropic/package-lock.json +2 -2
- package/examples/extensions/custom-provider-anthropic/package.json +1 -1
- package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
- package/examples/extensions/gondolin/package-lock.json +2 -2
- package/examples/extensions/gondolin/package.json +1 -1
- package/examples/extensions/sandbox/package-lock.json +2 -2
- package/examples/extensions/sandbox/package.json +1 -1
- package/examples/extensions/with-deps/package-lock.json +2 -2
- package/examples/extensions/with-deps/package.json +1 -1
- package/package.json +4 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
{"MiniMax-M2.5":{"id":"MiniMax-M2.5","name":"MiniMax-M2.5","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.3,"output":1.2,"cacheRead":0,"cacheWrite":0},"contextWindow":204800,"maxTokens":131072},"MiniMax/MiniMax-M2.7":{"id":"MiniMax/MiniMax-M2.7","name":"MiniMax-M2.7","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.3,"output":1.2,"cacheRead":0.06,"cacheWrite":0.375},"contextWindow":204800,"maxTokens":131072},"deepseek-r1":{"id":"deepseek-r1","name":"DeepSeek R1","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.574,"output":2.294,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":16384},"deepseek-r1-0528":{"id":"deepseek-r1-0528","name":"DeepSeek R1 0528","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.574,"output":2.294,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":16384},"deepseek-r1-distill-llama-70b":{"id":"deepseek-r1-distill-llama-70b","name":"DeepSeek R1 Distill Llama 70B","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.287,"output":0.861,"cacheRead":0,"cacheWrite":0},"contextWindow":32768,"maxTokens":16384},"deepseek-r1-distill-llama-8b":{"id":"deepseek-r1-distill-llama-8b","name":"DeepSeek R1 Distill Llama 8B","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0,"output":0,"cacheRead":0,"cacheWrite":0},"contextWindow":32768,"maxTokens":16384},"deepseek-r1-distill-qwen-1-5b":{"id":"deepseek-r1-distill-qwen-1-5b","name":"DeepSeek R1 Distill Qwen 1.5B","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0,"output":0,"cacheRead":0,"cacheWrite":0},"contextWindow":32768,"maxTokens":16384},"deepseek-r1-distill-qwen-14b":{"id":"deepseek-r1-distill-qwen-14b","name":"DeepSeek R1 Distill Qwen 14B","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.144,"output":0.431,"cacheRead":0,"cacheWrite":0},"contextWindow":32768,"maxTokens":16384},"deepseek-r1-distill-qwen-32b":{"id":"deepseek-r1-distill-qwen-32b","name":"DeepSeek R1 Distill Qwen 32B","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.287,"output":0.861,"cacheRead":0,"cacheWrite":0},"contextWindow":32768,"maxTokens":16384},"deepseek-r1-distill-qwen-7b":{"id":"deepseek-r1-distill-qwen-7b","name":"DeepSeek R1 Distill Qwen 7B","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.072,"output":0.144,"cacheRead":0,"cacheWrite":0},"contextWindow":32768,"maxTokens":16384},"deepseek-v3":{"id":"deepseek-v3","name":"DeepSeek V3","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.287,"output":1.147,"cacheRead":0,"cacheWrite":0},"contextWindow":65536,"maxTokens":8192},"deepseek-v3-1":{"id":"deepseek-v3-1","name":"DeepSeek V3.1","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.574,"output":1.721,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":65536},"deepseek-v3-2-exp":{"id":"deepseek-v3-2-exp","name":"DeepSeek V3.2 Exp","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.287,"output":0.431,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":65536},"deepseek-v4-flash":{"id":"deepseek-v4-flash","name":"DeepSeek V4 Flash","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"deepseek","maxTokensField":"max_tokens","supportsReasoningEffort":true,"requiresReasoningContentOnAssistantMessages":true},"reasoning":true,"input":["text"],"cost":{"input":0.14,"output":0.28,"cacheRead":0.0028,"cacheWrite":0},"contextWindow":1000000,"maxTokens":384000,"thinkingLevelMap":{"minimal":null,"low":null,"medium":null,"high":"high","max":"max"}},"deepseek-v4-pro":{"id":"deepseek-v4-pro","name":"DeepSeek V4 Pro","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"deepseek","maxTokensField":"max_tokens","supportsReasoningEffort":true,"requiresReasoningContentOnAssistantMessages":true},"reasoning":true,"input":["text"],"cost":{"input":0.435,"output":0.87,"cacheRead":0.003625,"cacheWrite":0},"contextWindow":1000000,"maxTokens":384000,"thinkingLevelMap":{"minimal":null,"low":null,"medium":null,"high":"high","max":"max"}},"glm-5":{"id":"glm-5","name":"GLM-5","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.86,"output":3.15,"cacheRead":0,"cacheWrite":0},"contextWindow":202752,"maxTokens":16384},"glm-5.1":{"id":"glm-5.1","name":"GLM-5.1","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.87,"output":3.48,"cacheRead":0.17,"cacheWrite":0},"contextWindow":202752,"maxTokens":128000},"glm-5.2":{"id":"glm-5.2","name":"GLM-5.2","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":1.1,"output":3.851,"cacheRead":0.275,"cacheWrite":0},"contextWindow":1000000,"maxTokens":128000},"kimi-k2-thinking":{"id":"kimi-k2-thinking","name":"Moonshot Kimi K2 Thinking","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.574,"output":2.294,"cacheRead":0,"cacheWrite":0},"contextWindow":262144,"maxTokens":16384},"kimi-k2.5":{"id":"kimi-k2.5","name":"Moonshot Kimi K2.5","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text","image"],"cost":{"input":0.574,"output":2.411,"cacheRead":0,"cacheWrite":0},"contextWindow":262144,"maxTokens":32768},"kimi-k2.6":{"id":"kimi-k2.6","name":"Moonshot Kimi K2.6","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text","image"],"cost":{"input":0.929,"output":3.858,"cacheRead":0,"cacheWrite":0},"contextWindow":262144,"maxTokens":16384},"kimi/kimi-k2.5":{"id":"kimi/kimi-k2.5","name":"kimi/kimi-k2.5","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text","image"],"cost":{"input":0.6,"output":3,"cacheRead":0.1,"cacheWrite":0},"contextWindow":262144,"maxTokens":262144},"moonshot-kimi-k2-instruct":{"id":"moonshot-kimi-k2-instruct","name":"Moonshot Kimi K2 Instruct","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.574,"output":2.294,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qvq-max":{"id":"qvq-max","name":"QVQ Max","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text","image"],"cost":{"input":1.147,"output":4.588,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qwen-deep-research":{"id":"qwen-deep-research","name":"Qwen Deep Research","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":7.742,"output":23.367,"cacheRead":0,"cacheWrite":0},"contextWindow":1000000,"maxTokens":32768},"qwen-doc-turbo":{"id":"qwen-doc-turbo","name":"Qwen Doc Turbo","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.087,"output":0.144,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qwen-flash":{"id":"qwen-flash","name":"Qwen Flash","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.022,"output":0.216,"cacheRead":0,"cacheWrite":0},"contextWindow":1000000,"maxTokens":32768},"qwen-long":{"id":"qwen-long","name":"Qwen Long","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.072,"output":0.287,"cacheRead":0,"cacheWrite":0},"contextWindow":10000000,"maxTokens":8192},"qwen-math-plus":{"id":"qwen-math-plus","name":"Qwen Math Plus","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.574,"output":1.721,"cacheRead":0,"cacheWrite":0},"contextWindow":4096,"maxTokens":3072},"qwen-math-turbo":{"id":"qwen-math-turbo","name":"Qwen Math Turbo","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.287,"output":0.861,"cacheRead":0,"cacheWrite":0},"contextWindow":4096,"maxTokens":3072},"qwen-max":{"id":"qwen-max","name":"Qwen Max","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.345,"output":1.377,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qwen-omni-turbo":{"id":"qwen-omni-turbo","name":"Qwen-Omni Turbo","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text","image"],"cost":{"input":0.058,"output":0.23,"cacheRead":0,"cacheWrite":0},"contextWindow":32768,"maxTokens":2048},"qwen-omni-turbo-realtime":{"id":"qwen-omni-turbo-realtime","name":"Qwen-Omni Turbo Realtime","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text","image"],"cost":{"input":0.23,"output":0.918,"cacheRead":0,"cacheWrite":0},"contextWindow":32768,"maxTokens":2048},"qwen-plus":{"id":"qwen-plus","name":"Qwen Plus","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.115,"output":0.287,"cacheRead":0,"cacheWrite":0},"contextWindow":1000000,"maxTokens":32768},"qwen-plus-character":{"id":"qwen-plus-character","name":"Qwen Plus Character","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.115,"output":0.287,"cacheRead":0,"cacheWrite":0},"contextWindow":32768,"maxTokens":4096},"qwen-turbo":{"id":"qwen-turbo","name":"Qwen Turbo","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.044,"output":0.087,"cacheRead":0,"cacheWrite":0},"contextWindow":1000000,"maxTokens":16384},"qwen-vl-max":{"id":"qwen-vl-max","name":"Qwen-VL Max","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text","image"],"cost":{"input":0.23,"output":0.574,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qwen-vl-plus":{"id":"qwen-vl-plus","name":"Qwen-VL Plus","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text","image"],"cost":{"input":0.115,"output":0.287,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qwen2-5-14b-instruct":{"id":"qwen2-5-14b-instruct","name":"Qwen2.5 14B Instruct","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.144,"output":0.431,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qwen2-5-32b-instruct":{"id":"qwen2-5-32b-instruct","name":"Qwen2.5 32B Instruct","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.287,"output":0.861,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qwen2-5-72b-instruct":{"id":"qwen2-5-72b-instruct","name":"Qwen2.5 72B Instruct","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.574,"output":1.721,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qwen2-5-7b-instruct":{"id":"qwen2-5-7b-instruct","name":"Qwen2.5 7B Instruct","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.072,"output":0.144,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qwen2-5-coder-32b-instruct":{"id":"qwen2-5-coder-32b-instruct","name":"Qwen2.5-Coder 32B Instruct","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.287,"output":0.861,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qwen2-5-coder-7b-instruct":{"id":"qwen2-5-coder-7b-instruct","name":"Qwen2.5-Coder 7B Instruct","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.144,"output":0.287,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qwen2-5-math-72b-instruct":{"id":"qwen2-5-math-72b-instruct","name":"Qwen2.5-Math 72B Instruct","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.574,"output":1.721,"cacheRead":0,"cacheWrite":0},"contextWindow":4096,"maxTokens":3072},"qwen2-5-math-7b-instruct":{"id":"qwen2-5-math-7b-instruct","name":"Qwen2.5-Math 7B Instruct","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.144,"output":0.287,"cacheRead":0,"cacheWrite":0},"contextWindow":4096,"maxTokens":3072},"qwen2-5-omni-7b":{"id":"qwen2-5-omni-7b","name":"Qwen2.5-Omni 7B","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text","image"],"cost":{"input":0.087,"output":0.345,"cacheRead":0,"cacheWrite":0},"contextWindow":32768,"maxTokens":2048},"qwen2-5-vl-72b-instruct":{"id":"qwen2-5-vl-72b-instruct","name":"Qwen2.5-VL 72B Instruct","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text","image"],"cost":{"input":2.294,"output":6.881,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qwen2-5-vl-7b-instruct":{"id":"qwen2-5-vl-7b-instruct","name":"Qwen2.5-VL 7B Instruct","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text","image"],"cost":{"input":0.287,"output":0.717,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qwen3-14b":{"id":"qwen3-14b","name":"Qwen3 14B","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.144,"output":0.574,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qwen3-235b-a22b":{"id":"qwen3-235b-a22b","name":"Qwen3 235B-A22B","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.287,"output":1.147,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":16384},"qwen3-32b":{"id":"qwen3-32b","name":"Qwen3 32B","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.287,"output":1.147,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":16384},"qwen3-8b":{"id":"qwen3-8b","name":"Qwen3 8B","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.072,"output":0.287,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qwen3-coder-30b-a3b-instruct":{"id":"qwen3-coder-30b-a3b-instruct","name":"Qwen3-Coder 30B-A3B Instruct","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.216,"output":0.861,"cacheRead":0,"cacheWrite":0},"contextWindow":262144,"maxTokens":65536},"qwen3-coder-480b-a35b-instruct":{"id":"qwen3-coder-480b-a35b-instruct","name":"Qwen3-Coder 480B-A35B Instruct","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.861,"output":3.441,"cacheRead":0,"cacheWrite":0},"contextWindow":262144,"maxTokens":65536},"qwen3-coder-flash":{"id":"qwen3-coder-flash","name":"Qwen3 Coder Flash","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.144,"output":0.574,"cacheRead":0,"cacheWrite":0},"contextWindow":1000000,"maxTokens":65536},"qwen3-coder-plus":{"id":"qwen3-coder-plus","name":"Qwen3 Coder Plus","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":1,"output":5,"cacheRead":0,"cacheWrite":0},"contextWindow":1048576,"maxTokens":65536},"qwen3-max":{"id":"qwen3-max","name":"Qwen3 Max","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.861,"output":3.441,"cacheRead":0,"cacheWrite":0},"contextWindow":262144,"maxTokens":65536},"qwen3-next-80b-a3b-instruct":{"id":"qwen3-next-80b-a3b-instruct","name":"Qwen3-Next 80B-A3B Instruct","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.144,"output":0.574,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":32768},"qwen3-next-80b-a3b-thinking":{"id":"qwen3-next-80b-a3b-thinking","name":"Qwen3-Next 80B-A3B (Thinking)","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.144,"output":1.434,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":32768},"qwen3-omni-flash":{"id":"qwen3-omni-flash","name":"Qwen3-Omni Flash","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text","image"],"cost":{"input":0.058,"output":0.23,"cacheRead":0,"cacheWrite":0},"contextWindow":65536,"maxTokens":16384},"qwen3-omni-flash-realtime":{"id":"qwen3-omni-flash-realtime","name":"Qwen3-Omni Flash Realtime","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text","image"],"cost":{"input":0.23,"output":0.918,"cacheRead":0,"cacheWrite":0},"contextWindow":65536,"maxTokens":16384},"qwen3-vl-235b-a22b":{"id":"qwen3-vl-235b-a22b","name":"Qwen3-VL 235B-A22B","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text","image"],"cost":{"input":0.286705,"output":1.14682,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":32768},"qwen3-vl-30b-a3b":{"id":"qwen3-vl-30b-a3b","name":"Qwen3-VL 30B-A3B","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text","image"],"cost":{"input":0.108,"output":0.431,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":32768},"qwen3-vl-plus":{"id":"qwen3-vl-plus","name":"Qwen3-VL Plus","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text","image"],"cost":{"input":0.143353,"output":1.433525,"cacheRead":0,"cacheWrite":0},"contextWindow":262144,"maxTokens":32768},"qwen3.5-397b-a17b":{"id":"qwen3.5-397b-a17b","name":"Qwen3.5 397B-A17B","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text","image"],"cost":{"input":0.43,"output":2.58,"cacheRead":0,"cacheWrite":0},"contextWindow":262144,"maxTokens":65536},"qwen3.5-flash":{"id":"qwen3.5-flash","name":"Qwen3.5 Flash","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text","image"],"cost":{"input":0.172,"output":1.72,"cacheRead":0,"cacheWrite":0},"contextWindow":1000000,"maxTokens":65536},"qwen3.5-plus":{"id":"qwen3.5-plus","name":"Qwen3.5 Plus","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text","image"],"cost":{"input":0.573,"output":3.44,"cacheRead":0,"cacheWrite":0},"contextWindow":1000000,"maxTokens":65536},"qwen3.6-flash":{"id":"qwen3.6-flash","name":"Qwen3.6 Flash","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text","image"],"cost":{"input":0.1875,"output":1.125,"cacheRead":0,"cacheWrite":0.234375},"contextWindow":1000000,"maxTokens":65536},"qwen3.6-max-preview":{"id":"qwen3.6-max-preview","name":"Qwen3.6 Max Preview","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":1.32,"output":7.9,"cacheRead":0.132,"cacheWrite":0},"contextWindow":245800,"maxTokens":65536},"qwen3.6-plus":{"id":"qwen3.6-plus","name":"Qwen3.6 Plus","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text","image"],"cost":{"input":0.5,"output":3,"cacheRead":0.05,"cacheWrite":0.625},"contextWindow":1000000,"maxTokens":65536},"qwen3.7-flash":{"id":"qwen3.7-flash","name":"Qwen3.7 Flash","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text","image"],"cost":{"input":0.02962,"output":0.1185,"cacheRead":0.002962,"cacheWrite":0.03703},"contextWindow":1000000,"maxTokens":65536},"qwen3.7-max":{"id":"qwen3.7-max","name":"Qwen3.7 Max","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":2.5,"output":7.5,"cacheRead":0.5,"cacheWrite":3.125},"contextWindow":1000000,"maxTokens":65536},"qwen3.7-plus":{"id":"qwen3.7-plus","name":"Qwen3.7 Plus","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text","image"],"cost":{"input":0.5,"output":3,"cacheRead":0.05,"cacheWrite":0.625},"contextWindow":1000000,"maxTokens":64000},"qwen3.8-max":{"id":"qwen3.8-max","name":"Qwen3.8 Max","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens","supportsReasoningEffort":true},"reasoning":true,"input":["text","image"],"cost":{"input":1.77744,"output":5.33231,"cacheRead":0.22218,"cacheWrite":2.22179},"contextWindow":1000000,"maxTokens":131072},"qwq-32b":{"id":"qwq-32b","name":"QwQ 32B","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.287,"output":0.861,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qwq-plus":{"id":"qwq-plus","name":"QwQ Plus","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.23,"output":0.574,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"siliconflow/deepseek-r1-0528":{"id":"siliconflow/deepseek-r1-0528","name":"siliconflow/deepseek-r1-0528","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.5,"output":2.18,"cacheRead":0,"cacheWrite":0},"contextWindow":163840,"maxTokens":32768},"siliconflow/deepseek-v3-0324":{"id":"siliconflow/deepseek-v3-0324","name":"siliconflow/deepseek-v3-0324","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.25,"output":1,"cacheRead":0,"cacheWrite":0},"contextWindow":163840,"maxTokens":163840},"siliconflow/deepseek-v3.1-terminus":{"id":"siliconflow/deepseek-v3.1-terminus","name":"siliconflow/deepseek-v3.1-terminus","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.27,"output":1,"cacheRead":0,"cacheWrite":0},"contextWindow":163840,"maxTokens":65536},"siliconflow/deepseek-v3.2":{"id":"siliconflow/deepseek-v3.2","name":"siliconflow/deepseek-v3.2","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.27,"output":0.42,"cacheRead":0,"cacheWrite":0},"contextWindow":163840,"maxTokens":65536}}
|
|
1
|
+
{"MiniMax-M2.5":{"id":"MiniMax-M2.5","name":"MiniMax-M2.5","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.3,"output":1.2,"cacheRead":0,"cacheWrite":0},"contextWindow":204800,"maxTokens":131072},"MiniMax/MiniMax-M2.7":{"id":"MiniMax/MiniMax-M2.7","name":"MiniMax-M2.7","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.3,"output":1.2,"cacheRead":0.06,"cacheWrite":0.375},"contextWindow":204800,"maxTokens":131072},"deepseek-r1":{"id":"deepseek-r1","name":"DeepSeek R1","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.574,"output":2.294,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":16384},"deepseek-r1-0528":{"id":"deepseek-r1-0528","name":"DeepSeek R1 0528","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.574,"output":2.294,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":16384},"deepseek-r1-distill-llama-70b":{"id":"deepseek-r1-distill-llama-70b","name":"DeepSeek R1 Distill Llama 70B","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.287,"output":0.861,"cacheRead":0,"cacheWrite":0},"contextWindow":32768,"maxTokens":16384},"deepseek-r1-distill-llama-8b":{"id":"deepseek-r1-distill-llama-8b","name":"DeepSeek R1 Distill Llama 8B","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0,"output":0,"cacheRead":0,"cacheWrite":0},"contextWindow":32768,"maxTokens":16384},"deepseek-r1-distill-qwen-1-5b":{"id":"deepseek-r1-distill-qwen-1-5b","name":"DeepSeek R1 Distill Qwen 1.5B","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0,"output":0,"cacheRead":0,"cacheWrite":0},"contextWindow":32768,"maxTokens":16384},"deepseek-r1-distill-qwen-14b":{"id":"deepseek-r1-distill-qwen-14b","name":"DeepSeek R1 Distill Qwen 14B","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.144,"output":0.431,"cacheRead":0,"cacheWrite":0},"contextWindow":32768,"maxTokens":16384},"deepseek-r1-distill-qwen-32b":{"id":"deepseek-r1-distill-qwen-32b","name":"DeepSeek R1 Distill Qwen 32B","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.287,"output":0.861,"cacheRead":0,"cacheWrite":0},"contextWindow":32768,"maxTokens":16384},"deepseek-r1-distill-qwen-7b":{"id":"deepseek-r1-distill-qwen-7b","name":"DeepSeek R1 Distill Qwen 7B","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.072,"output":0.144,"cacheRead":0,"cacheWrite":0},"contextWindow":32768,"maxTokens":16384},"deepseek-v3":{"id":"deepseek-v3","name":"DeepSeek V3","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.287,"output":1.147,"cacheRead":0,"cacheWrite":0},"contextWindow":65536,"maxTokens":8192},"deepseek-v3-1":{"id":"deepseek-v3-1","name":"DeepSeek V3.1","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.574,"output":1.721,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":65536},"deepseek-v3-2-exp":{"id":"deepseek-v3-2-exp","name":"DeepSeek V3.2 Exp","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.287,"output":0.431,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":65536},"deepseek-v4-flash":{"id":"deepseek-v4-flash","name":"DeepSeek V4 Flash","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"deepseek","maxTokensField":"max_tokens","supportsReasoningEffort":true,"requiresReasoningContentOnAssistantMessages":true},"reasoning":true,"input":["text"],"cost":{"input":0.14,"output":0.28,"cacheRead":0.0028,"cacheWrite":0},"contextWindow":1000000,"maxTokens":384000,"thinkingLevelMap":{"minimal":null,"low":null,"medium":null,"high":"high","max":"max"}},"deepseek-v4-pro":{"id":"deepseek-v4-pro","name":"DeepSeek V4 Pro","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"deepseek","maxTokensField":"max_tokens","supportsReasoningEffort":true,"requiresReasoningContentOnAssistantMessages":true},"reasoning":true,"input":["text"],"cost":{"input":0.435,"output":0.87,"cacheRead":0.003625,"cacheWrite":0},"contextWindow":1000000,"maxTokens":384000,"thinkingLevelMap":{"minimal":null,"low":null,"medium":null,"high":"high","max":"max"}},"glm-5":{"id":"glm-5","name":"GLM-5","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.86,"output":3.15,"cacheRead":0,"cacheWrite":0},"contextWindow":202752,"maxTokens":16384},"glm-5.1":{"id":"glm-5.1","name":"GLM-5.1","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.87,"output":3.48,"cacheRead":0.17,"cacheWrite":0},"contextWindow":202752,"maxTokens":128000},"glm-5.2":{"id":"glm-5.2","name":"GLM-5.2","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":1.1,"output":3.851,"cacheRead":0.275,"cacheWrite":0},"contextWindow":1000000,"maxTokens":128000},"kimi-k2-thinking":{"id":"kimi-k2-thinking","name":"Moonshot Kimi K2 Thinking","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.574,"output":2.294,"cacheRead":0,"cacheWrite":0},"contextWindow":262144,"maxTokens":16384},"kimi-k2.5":{"id":"kimi-k2.5","name":"Moonshot Kimi K2.5","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text","image"],"cost":{"input":0.574,"output":2.411,"cacheRead":0,"cacheWrite":0},"contextWindow":262144,"maxTokens":32768},"kimi-k2.6":{"id":"kimi-k2.6","name":"Moonshot Kimi K2.6","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text","image"],"cost":{"input":0.929,"output":3.858,"cacheRead":0,"cacheWrite":0},"contextWindow":262144,"maxTokens":16384},"kimi/kimi-k2.5":{"id":"kimi/kimi-k2.5","name":"kimi/kimi-k2.5","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text","image"],"cost":{"input":0.6,"output":3,"cacheRead":0.1,"cacheWrite":0},"contextWindow":262144,"maxTokens":262144},"moonshot-kimi-k2-instruct":{"id":"moonshot-kimi-k2-instruct","name":"Moonshot Kimi K2 Instruct","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.574,"output":2.294,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qvq-max":{"id":"qvq-max","name":"QVQ Max","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text","image"],"cost":{"input":1.147,"output":4.588,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qwen-deep-research":{"id":"qwen-deep-research","name":"Qwen Deep Research","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":7.742,"output":23.367,"cacheRead":0,"cacheWrite":0},"contextWindow":1000000,"maxTokens":32768},"qwen-doc-turbo":{"id":"qwen-doc-turbo","name":"Qwen Doc Turbo","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.087,"output":0.144,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qwen-flash":{"id":"qwen-flash","name":"Qwen Flash","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.022,"output":0.216,"cacheRead":0,"cacheWrite":0},"contextWindow":1000000,"maxTokens":32768},"qwen-long":{"id":"qwen-long","name":"Qwen Long","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.072,"output":0.287,"cacheRead":0,"cacheWrite":0},"contextWindow":10000000,"maxTokens":8192},"qwen-math-plus":{"id":"qwen-math-plus","name":"Qwen Math Plus","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.574,"output":1.721,"cacheRead":0,"cacheWrite":0},"contextWindow":4096,"maxTokens":3072},"qwen-math-turbo":{"id":"qwen-math-turbo","name":"Qwen Math Turbo","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.287,"output":0.861,"cacheRead":0,"cacheWrite":0},"contextWindow":4096,"maxTokens":3072},"qwen-max":{"id":"qwen-max","name":"Qwen Max","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.345,"output":1.377,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qwen-omni-turbo":{"id":"qwen-omni-turbo","name":"Qwen-Omni Turbo","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text","image"],"cost":{"input":0.058,"output":0.23,"cacheRead":0,"cacheWrite":0},"contextWindow":32768,"maxTokens":2048},"qwen-omni-turbo-realtime":{"id":"qwen-omni-turbo-realtime","name":"Qwen-Omni Turbo Realtime","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text","image"],"cost":{"input":0.23,"output":0.918,"cacheRead":0,"cacheWrite":0},"contextWindow":32768,"maxTokens":2048},"qwen-plus":{"id":"qwen-plus","name":"Qwen Plus","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.115,"output":0.287,"cacheRead":0.012,"cacheWrite":0.144},"contextWindow":1000000,"maxTokens":32768},"qwen-plus-character":{"id":"qwen-plus-character","name":"Qwen Plus Character","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.115,"output":0.287,"cacheRead":0,"cacheWrite":0},"contextWindow":32768,"maxTokens":4096},"qwen-turbo":{"id":"qwen-turbo","name":"Qwen Turbo","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.044,"output":0.087,"cacheRead":0,"cacheWrite":0},"contextWindow":1000000,"maxTokens":16384},"qwen-vl-max":{"id":"qwen-vl-max","name":"Qwen-VL Max","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text","image"],"cost":{"input":0.23,"output":0.574,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qwen-vl-plus":{"id":"qwen-vl-plus","name":"Qwen-VL Plus","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text","image"],"cost":{"input":0.115,"output":0.287,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qwen2-5-14b-instruct":{"id":"qwen2-5-14b-instruct","name":"Qwen2.5 14B Instruct","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.144,"output":0.431,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qwen2-5-32b-instruct":{"id":"qwen2-5-32b-instruct","name":"Qwen2.5 32B Instruct","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.287,"output":0.861,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qwen2-5-72b-instruct":{"id":"qwen2-5-72b-instruct","name":"Qwen2.5 72B Instruct","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.574,"output":1.721,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qwen2-5-7b-instruct":{"id":"qwen2-5-7b-instruct","name":"Qwen2.5 7B Instruct","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.072,"output":0.144,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qwen2-5-coder-32b-instruct":{"id":"qwen2-5-coder-32b-instruct","name":"Qwen2.5-Coder 32B Instruct","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.287,"output":0.861,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qwen2-5-coder-7b-instruct":{"id":"qwen2-5-coder-7b-instruct","name":"Qwen2.5-Coder 7B Instruct","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.144,"output":0.287,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qwen2-5-math-72b-instruct":{"id":"qwen2-5-math-72b-instruct","name":"Qwen2.5-Math 72B Instruct","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.574,"output":1.721,"cacheRead":0,"cacheWrite":0},"contextWindow":4096,"maxTokens":3072},"qwen2-5-math-7b-instruct":{"id":"qwen2-5-math-7b-instruct","name":"Qwen2.5-Math 7B Instruct","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.144,"output":0.287,"cacheRead":0,"cacheWrite":0},"contextWindow":4096,"maxTokens":3072},"qwen2-5-omni-7b":{"id":"qwen2-5-omni-7b","name":"Qwen2.5-Omni 7B","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text","image"],"cost":{"input":0.087,"output":0.345,"cacheRead":0,"cacheWrite":0},"contextWindow":32768,"maxTokens":2048},"qwen2-5-vl-72b-instruct":{"id":"qwen2-5-vl-72b-instruct","name":"Qwen2.5-VL 72B Instruct","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text","image"],"cost":{"input":2.294,"output":6.881,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qwen2-5-vl-7b-instruct":{"id":"qwen2-5-vl-7b-instruct","name":"Qwen2.5-VL 7B Instruct","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text","image"],"cost":{"input":0.287,"output":0.717,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qwen3-14b":{"id":"qwen3-14b","name":"Qwen3 14B","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.144,"output":0.574,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qwen3-235b-a22b":{"id":"qwen3-235b-a22b","name":"Qwen3 235B-A22B","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.287,"output":1.147,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":16384},"qwen3-32b":{"id":"qwen3-32b","name":"Qwen3 32B","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.287,"output":1.147,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":16384},"qwen3-8b":{"id":"qwen3-8b","name":"Qwen3 8B","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.072,"output":0.287,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qwen3-coder-30b-a3b-instruct":{"id":"qwen3-coder-30b-a3b-instruct","name":"Qwen3-Coder 30B-A3B Instruct","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.216,"output":0.861,"cacheRead":0,"cacheWrite":0},"contextWindow":262144,"maxTokens":65536},"qwen3-coder-480b-a35b-instruct":{"id":"qwen3-coder-480b-a35b-instruct","name":"Qwen3-Coder 480B-A35B Instruct","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.861,"output":3.441,"cacheRead":0,"cacheWrite":0},"contextWindow":262144,"maxTokens":65536},"qwen3-coder-flash":{"id":"qwen3-coder-flash","name":"Qwen3 Coder Flash","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.144,"output":0.574,"cacheRead":0,"cacheWrite":0},"contextWindow":1000000,"maxTokens":65536},"qwen3-coder-plus":{"id":"qwen3-coder-plus","name":"Qwen3 Coder Plus","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":1,"output":5,"cacheRead":0,"cacheWrite":0},"contextWindow":1048576,"maxTokens":65536},"qwen3-max":{"id":"qwen3-max","name":"Qwen3 Max","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.861,"output":3.441,"cacheRead":0,"cacheWrite":0},"contextWindow":262144,"maxTokens":65536},"qwen3-next-80b-a3b-instruct":{"id":"qwen3-next-80b-a3b-instruct","name":"Qwen3-Next 80B-A3B Instruct","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.144,"output":0.574,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":32768},"qwen3-next-80b-a3b-thinking":{"id":"qwen3-next-80b-a3b-thinking","name":"Qwen3-Next 80B-A3B (Thinking)","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.144,"output":1.434,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":32768},"qwen3-omni-flash":{"id":"qwen3-omni-flash","name":"Qwen3-Omni Flash","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text","image"],"cost":{"input":0.058,"output":0.23,"cacheRead":0,"cacheWrite":0},"contextWindow":65536,"maxTokens":16384},"qwen3-omni-flash-realtime":{"id":"qwen3-omni-flash-realtime","name":"Qwen3-Omni Flash Realtime","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text","image"],"cost":{"input":0.23,"output":0.918,"cacheRead":0,"cacheWrite":0},"contextWindow":65536,"maxTokens":16384},"qwen3-vl-235b-a22b":{"id":"qwen3-vl-235b-a22b","name":"Qwen3-VL 235B-A22B","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text","image"],"cost":{"input":0.286705,"output":1.14682,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":32768},"qwen3-vl-30b-a3b":{"id":"qwen3-vl-30b-a3b","name":"Qwen3-VL 30B-A3B","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text","image"],"cost":{"input":0.108,"output":0.431,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":32768},"qwen3-vl-plus":{"id":"qwen3-vl-plus","name":"Qwen3-VL Plus","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text","image"],"cost":{"input":0.143353,"output":1.433525,"cacheRead":0,"cacheWrite":0},"contextWindow":262144,"maxTokens":32768},"qwen3.5-397b-a17b":{"id":"qwen3.5-397b-a17b","name":"Qwen3.5 397B-A17B","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text","image"],"cost":{"input":0.43,"output":2.58,"cacheRead":0,"cacheWrite":0},"contextWindow":262144,"maxTokens":65536},"qwen3.5-flash":{"id":"qwen3.5-flash","name":"Qwen3.5 Flash","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text","image"],"cost":{"input":0.172,"output":1.72,"cacheRead":0,"cacheWrite":0},"contextWindow":1000000,"maxTokens":65536},"qwen3.5-plus":{"id":"qwen3.5-plus","name":"Qwen3.5 Plus","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text","image"],"cost":{"input":0.573,"output":3.44,"cacheRead":0,"cacheWrite":0},"contextWindow":1000000,"maxTokens":65536},"qwen3.6-flash":{"id":"qwen3.6-flash","name":"Qwen3.6 Flash","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text","image"],"cost":{"input":0.1875,"output":1.125,"cacheRead":0,"cacheWrite":0.234375},"contextWindow":1000000,"maxTokens":65536},"qwen3.6-max-preview":{"id":"qwen3.6-max-preview","name":"Qwen3.6 Max Preview","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":1.32,"output":7.9,"cacheRead":0.132,"cacheWrite":0},"contextWindow":245800,"maxTokens":65536},"qwen3.6-plus":{"id":"qwen3.6-plus","name":"Qwen3.6 Plus","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text","image"],"cost":{"input":0.5,"output":3,"cacheRead":0.05,"cacheWrite":0.625},"contextWindow":1000000,"maxTokens":65536},"qwen3.7-flash":{"id":"qwen3.7-flash","name":"Qwen3.7 Flash","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text","image"],"cost":{"input":0.02962,"output":0.1185,"cacheRead":0.002962,"cacheWrite":0.03703},"contextWindow":1000000,"maxTokens":65536},"qwen3.7-max":{"id":"qwen3.7-max","name":"Qwen3.7 Max","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":2.5,"output":7.5,"cacheRead":0.5,"cacheWrite":3.125},"contextWindow":1000000,"maxTokens":65536},"qwen3.7-plus":{"id":"qwen3.7-plus","name":"Qwen3.7 Plus","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text","image"],"cost":{"input":0.5,"output":3,"cacheRead":0.05,"cacheWrite":0.625},"contextWindow":1000000,"maxTokens":64000},"qwen3.8-max":{"id":"qwen3.8-max","name":"Qwen3.8 Max","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens","supportsReasoningEffort":true},"reasoning":true,"input":["text","image"],"cost":{"input":1.77744,"output":5.33231,"cacheRead":0.22218,"cacheWrite":2.22179},"contextWindow":1000000,"maxTokens":131072},"qwq-32b":{"id":"qwq-32b","name":"QwQ 32B","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.287,"output":0.861,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"qwq-plus":{"id":"qwq-plus","name":"QwQ Plus","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.23,"output":0.574,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192},"siliconflow/deepseek-r1-0528":{"id":"siliconflow/deepseek-r1-0528","name":"siliconflow/deepseek-r1-0528","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.5,"output":2.18,"cacheRead":0,"cacheWrite":0},"contextWindow":163840,"maxTokens":32768},"siliconflow/deepseek-v3-0324":{"id":"siliconflow/deepseek-v3-0324","name":"siliconflow/deepseek-v3-0324","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":false,"input":["text"],"cost":{"input":0.25,"output":1,"cacheRead":0,"cacheWrite":0},"contextWindow":163840,"maxTokens":163840},"siliconflow/deepseek-v3.1-terminus":{"id":"siliconflow/deepseek-v3.1-terminus","name":"siliconflow/deepseek-v3.1-terminus","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.27,"output":1,"cacheRead":0,"cacheWrite":0},"contextWindow":163840,"maxTokens":65536},"siliconflow/deepseek-v3.2":{"id":"siliconflow/deepseek-v3.2","name":"siliconflow/deepseek-v3.2","api":"openai-completions","provider":"qwen-cloud-cn","baseUrl":"https://dashscope.aliyuncs.com/compatible-mode/v1","compat":{"supportsStore":false,"supportsDeveloperRole":false,"thinkingFormat":"qwen","maxTokensField":"max_tokens"},"reasoning":true,"input":["text"],"cost":{"input":0.27,"output":0.42,"cacheRead":0,"cacheWrite":0},"contextWindow":163840,"maxTokens":65536}}
|