mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 05:50:50 +08:00
chore: Coding Plan 统一改名为 Token (Coding) Plan
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"id": "provider-dashscope-coding-001",
|
"id": "provider-dashscope-coding-001",
|
||||||
"provider": "dashscope",
|
"provider": "dashscope",
|
||||||
"brandGroup": "dashscope",
|
"brandGroup": "dashscope",
|
||||||
"label": "百炼 Coding Plan",
|
"label": "百炼 Token (Coding) Plan",
|
||||||
"baseUrl": "https://coding.dashscope.aliyuncs.com/v1",
|
"baseUrl": "https://coding.dashscope.aliyuncs.com/v1",
|
||||||
"apiFormat": "openai-completions",
|
"apiFormat": "openai-completions",
|
||||||
"apiKeyRef": "",
|
"apiKeyRef": "",
|
||||||
@@ -10,7 +10,10 @@
|
|||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
"accessMode": "coding-plan",
|
"accessMode": "coding-plan",
|
||||||
"services": ["chat", "reasoning"],
|
"services": [
|
||||||
|
"chat",
|
||||||
|
"reasoning"
|
||||||
|
],
|
||||||
"codingPlan": {
|
"codingPlan": {
|
||||||
"quotas": {},
|
"quotas": {},
|
||||||
"usageTracking": {
|
"usageTracking": {
|
||||||
@@ -22,21 +25,38 @@
|
|||||||
{
|
{
|
||||||
"modelName": "qwen3-coder-plus",
|
"modelName": "qwen3-coder-plus",
|
||||||
"displayName": "Qwen3 Coder Plus (Coding)",
|
"displayName": "Qwen3 Coder Plus (Coding)",
|
||||||
"serviceType": ["chat"],
|
"serviceType": [
|
||||||
|
"chat"
|
||||||
|
],
|
||||||
"description": "阿里云百炼 Coding Plan,Qwen3 编程增强版",
|
"description": "阿里云百炼 Coding Plan,Qwen3 编程增强版",
|
||||||
"contextWindow": 131072,
|
"contextWindow": 131072,
|
||||||
"maxOutputTokens": 16384,
|
"maxOutputTokens": 16384,
|
||||||
"capabilities": ["chat", "reasoning", "code", "tool_use"],
|
"capabilities": [
|
||||||
|
"chat",
|
||||||
|
"reasoning",
|
||||||
|
"code",
|
||||||
|
"tool_use"
|
||||||
|
],
|
||||||
"source": "preset"
|
"source": "preset"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"modelName": "qwen3-max",
|
"modelName": "qwen3-max",
|
||||||
"displayName": "Qwen3 Max (Coding)",
|
"displayName": "Qwen3 Max (Coding)",
|
||||||
"serviceType": ["chat"],
|
"serviceType": [
|
||||||
|
"chat"
|
||||||
|
],
|
||||||
"description": "阿里云百炼 Coding Plan,Qwen3 Max 旗舰模型",
|
"description": "阿里云百炼 Coding Plan,Qwen3 Max 旗舰模型",
|
||||||
"contextWindow": 131072,
|
"contextWindow": 131072,
|
||||||
"maxOutputTokens": 16384,
|
"maxOutputTokens": 16384,
|
||||||
"capabilities": ["chat", "reasoning", "code", "multilingual", "tool_use", "long_context", "vision"],
|
"capabilities": [
|
||||||
|
"chat",
|
||||||
|
"reasoning",
|
||||||
|
"code",
|
||||||
|
"multilingual",
|
||||||
|
"tool_use",
|
||||||
|
"long_context",
|
||||||
|
"vision"
|
||||||
|
],
|
||||||
"source": "preset"
|
"source": "preset"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"id": "provider-infini-coding-001",
|
"id": "provider-infini-coding-001",
|
||||||
"provider": "infini",
|
"provider": "infini",
|
||||||
"brandGroup": "infini",
|
"brandGroup": "infini",
|
||||||
"label": "无问芯穹 Coding Plan",
|
"label": "无问芯穹 Token (Coding) Plan",
|
||||||
"baseUrl": "https://cloud.infini-ai.com/maas/coding/v1",
|
"baseUrl": "https://cloud.infini-ai.com/maas/coding/v1",
|
||||||
"apiFormat": "openai-completions",
|
"apiFormat": "openai-completions",
|
||||||
"apiKeyRef": "",
|
"apiKeyRef": "",
|
||||||
@@ -10,7 +10,10 @@
|
|||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
"accessMode": "coding-plan",
|
"accessMode": "coding-plan",
|
||||||
"services": ["chat", "reasoning"],
|
"services": [
|
||||||
|
"chat",
|
||||||
|
"reasoning"
|
||||||
|
],
|
||||||
"codingPlan": {
|
"codingPlan": {
|
||||||
"quotas": {},
|
"quotas": {},
|
||||||
"usageTracking": {
|
"usageTracking": {
|
||||||
@@ -22,11 +25,18 @@
|
|||||||
{
|
{
|
||||||
"modelName": "deepseek-v3",
|
"modelName": "deepseek-v3",
|
||||||
"displayName": "DeepSeek V3 (芯穹 Coding)",
|
"displayName": "DeepSeek V3 (芯穹 Coding)",
|
||||||
"serviceType": ["chat"],
|
"serviceType": [
|
||||||
|
"chat"
|
||||||
|
],
|
||||||
"description": "无问芯穹 Coding Plan,DeepSeek V3 编程优化",
|
"description": "无问芯穹 Coding Plan,DeepSeek V3 编程优化",
|
||||||
"contextWindow": 128000,
|
"contextWindow": 128000,
|
||||||
"maxOutputTokens": 8192,
|
"maxOutputTokens": 8192,
|
||||||
"capabilities": ["chat", "reasoning", "code", "multilingual"],
|
"capabilities": [
|
||||||
|
"chat",
|
||||||
|
"reasoning",
|
||||||
|
"code",
|
||||||
|
"multilingual"
|
||||||
|
],
|
||||||
"source": "preset"
|
"source": "preset"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"id": "provider-kwai-coding-001",
|
"id": "provider-kwai-coding-001",
|
||||||
"provider": "kwai",
|
"provider": "kwai",
|
||||||
"brandGroup": "kwai",
|
"brandGroup": "kwai",
|
||||||
"label": "快手 KwaiKAT Coding Plan",
|
"label": "快手 KwaiKAT Token (Coding) Plan",
|
||||||
"baseUrl": "https://wanqing.streamlakeapi.com/api/gateway/coding/v1",
|
"baseUrl": "https://wanqing.streamlakeapi.com/api/gateway/coding/v1",
|
||||||
"apiFormat": "openai-completions",
|
"apiFormat": "openai-completions",
|
||||||
"apiKeyRef": "",
|
"apiKeyRef": "",
|
||||||
@@ -10,7 +10,9 @@
|
|||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
"accessMode": "coding-plan",
|
"accessMode": "coding-plan",
|
||||||
"services": ["chat"],
|
"services": [
|
||||||
|
"chat"
|
||||||
|
],
|
||||||
"codingPlan": {
|
"codingPlan": {
|
||||||
"quotas": {},
|
"quotas": {},
|
||||||
"usageTracking": {
|
"usageTracking": {
|
||||||
@@ -22,9 +24,14 @@
|
|||||||
{
|
{
|
||||||
"modelName": "kwai-coder",
|
"modelName": "kwai-coder",
|
||||||
"displayName": "KwaiKAT Coder (Coding)",
|
"displayName": "KwaiKAT Coder (Coding)",
|
||||||
"serviceType": ["chat"],
|
"serviceType": [
|
||||||
|
"chat"
|
||||||
|
],
|
||||||
"description": "快手 KwaiKAT Coding Plan,编程辅助模型",
|
"description": "快手 KwaiKAT Coding Plan,编程辅助模型",
|
||||||
"capabilities": ["chat", "code"],
|
"capabilities": [
|
||||||
|
"chat",
|
||||||
|
"code"
|
||||||
|
],
|
||||||
"source": "preset"
|
"source": "preset"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"id": "provider-minimax-coding-001",
|
"id": "provider-minimax-coding-001",
|
||||||
"provider": "minimax",
|
"provider": "minimax",
|
||||||
"brandGroup": "minimax",
|
"brandGroup": "minimax",
|
||||||
"label": "MiniMax Token Plan",
|
"label": "MiniMax Token (Coding) Plan",
|
||||||
"baseUrl": "https://api.minimaxi.com/v1",
|
"baseUrl": "https://api.minimaxi.com/v1",
|
||||||
"apiFormat": "openai-completions",
|
"apiFormat": "openai-completions",
|
||||||
"mediaBaseUrl": "https://api.minimaxi.com/v1",
|
"mediaBaseUrl": "https://api.minimaxi.com/v1",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"id": "provider-moorethread-coding-001",
|
"id": "provider-moorethread-coding-001",
|
||||||
"provider": "moorethread",
|
"provider": "moorethread",
|
||||||
"brandGroup": "moorethread",
|
"brandGroup": "moorethread",
|
||||||
"label": "摩尔线程 Coding Plan",
|
"label": "摩尔线程 Token (Coding) Plan",
|
||||||
"baseUrl": "https://api.mthreads.com/v1",
|
"baseUrl": "https://api.mthreads.com/v1",
|
||||||
"apiFormat": "openai-completions",
|
"apiFormat": "openai-completions",
|
||||||
"apiKeyRef": "",
|
"apiKeyRef": "",
|
||||||
@@ -10,7 +10,9 @@
|
|||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
"accessMode": "coding-plan",
|
"accessMode": "coding-plan",
|
||||||
"services": ["chat"],
|
"services": [
|
||||||
|
"chat"
|
||||||
|
],
|
||||||
"codingPlan": {
|
"codingPlan": {
|
||||||
"quotas": {},
|
"quotas": {},
|
||||||
"usageTracking": {
|
"usageTracking": {
|
||||||
@@ -22,9 +24,14 @@
|
|||||||
{
|
{
|
||||||
"modelName": "mt-coder",
|
"modelName": "mt-coder",
|
||||||
"displayName": "MT Coder (Coding)",
|
"displayName": "MT Coder (Coding)",
|
||||||
"serviceType": ["chat"],
|
"serviceType": [
|
||||||
|
"chat"
|
||||||
|
],
|
||||||
"description": "摩尔线程 Coding Plan,国产 GPU 推理",
|
"description": "摩尔线程 Coding Plan,国产 GPU 推理",
|
||||||
"capabilities": ["chat", "code"],
|
"capabilities": [
|
||||||
|
"chat",
|
||||||
|
"code"
|
||||||
|
],
|
||||||
"source": "preset"
|
"source": "preset"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"id": "provider-volcengine-coding-001",
|
"id": "provider-volcengine-coding-001",
|
||||||
"provider": "volcengine",
|
"provider": "volcengine",
|
||||||
"brandGroup": "volcengine",
|
"brandGroup": "volcengine",
|
||||||
"label": "火山引擎 Coding Plan",
|
"label": "火山引擎 Token (Coding) Plan",
|
||||||
"baseUrl": "https://ark.cn-beijing.volces.com/api/coding/v3",
|
"baseUrl": "https://ark.cn-beijing.volces.com/api/coding/v3",
|
||||||
"apiFormat": "openai-completions",
|
"apiFormat": "openai-completions",
|
||||||
"apiKeyRef": "",
|
"apiKeyRef": "",
|
||||||
@@ -10,7 +10,10 @@
|
|||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
"accessMode": "coding-plan",
|
"accessMode": "coding-plan",
|
||||||
"services": ["chat", "reasoning"],
|
"services": [
|
||||||
|
"chat",
|
||||||
|
"reasoning"
|
||||||
|
],
|
||||||
"codingPlan": {
|
"codingPlan": {
|
||||||
"quotas": {},
|
"quotas": {},
|
||||||
"usageTracking": {
|
"usageTracking": {
|
||||||
@@ -28,9 +31,15 @@
|
|||||||
{
|
{
|
||||||
"modelName": "ark-code-latest",
|
"modelName": "ark-code-latest",
|
||||||
"displayName": "Ark Code Latest (Auto)",
|
"displayName": "Ark Code Latest (Auto)",
|
||||||
"serviceType": ["chat"],
|
"serviceType": [
|
||||||
|
"chat"
|
||||||
|
],
|
||||||
"description": "自动路由最优编程模型(Doubao-Seed-Code / GLM-4.7 / DeepSeek-V3.2 / Kimi-K2 等)",
|
"description": "自动路由最优编程模型(Doubao-Seed-Code / GLM-4.7 / DeepSeek-V3.2 / Kimi-K2 等)",
|
||||||
"capabilities": ["code", "reasoning", "chat"],
|
"capabilities": [
|
||||||
|
"code",
|
||||||
|
"reasoning",
|
||||||
|
"chat"
|
||||||
|
],
|
||||||
"source": "preset"
|
"source": "preset"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"id": "provider-zhipu-coding-001",
|
"id": "provider-zhipu-coding-001",
|
||||||
"provider": "zhipu",
|
"provider": "zhipu",
|
||||||
"brandGroup": "zhipu",
|
"brandGroup": "zhipu",
|
||||||
"label": "智谱 Coding Plan",
|
"label": "智谱 Token (Coding) Plan",
|
||||||
"baseUrl": "https://open.bigmodel.cn/api/anthropic",
|
"baseUrl": "https://open.bigmodel.cn/api/anthropic",
|
||||||
"apiFormat": "anthropic-messages",
|
"apiFormat": "anthropic-messages",
|
||||||
"apiKeyRef": "",
|
"apiKeyRef": "",
|
||||||
@@ -10,7 +10,10 @@
|
|||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
"accessMode": "coding-plan",
|
"accessMode": "coding-plan",
|
||||||
"services": ["chat", "reasoning"],
|
"services": [
|
||||||
|
"chat",
|
||||||
|
"reasoning"
|
||||||
|
],
|
||||||
"codingPlan": {
|
"codingPlan": {
|
||||||
"quotas": {},
|
"quotas": {},
|
||||||
"usageTracking": {
|
"usageTracking": {
|
||||||
@@ -22,21 +25,43 @@
|
|||||||
{
|
{
|
||||||
"modelName": "glm-5",
|
"modelName": "glm-5",
|
||||||
"displayName": "GLM-5 (Coding)",
|
"displayName": "GLM-5 (Coding)",
|
||||||
"serviceType": ["chat"],
|
"serviceType": [
|
||||||
|
"chat"
|
||||||
|
],
|
||||||
"description": "智谱 GLM-5 Coding Plan 版本,745B MoE,编程能力登顶",
|
"description": "智谱 GLM-5 Coding Plan 版本,745B MoE,编程能力登顶",
|
||||||
"contextWindow": 192000,
|
"contextWindow": 192000,
|
||||||
"maxOutputTokens": 128000,
|
"maxOutputTokens": 128000,
|
||||||
"capabilities": ["chat", "reasoning", "code", "deep_thinking", "long_context", "tool_use", "agent", "math", "multilingual"],
|
"capabilities": [
|
||||||
|
"chat",
|
||||||
|
"reasoning",
|
||||||
|
"code",
|
||||||
|
"deep_thinking",
|
||||||
|
"long_context",
|
||||||
|
"tool_use",
|
||||||
|
"agent",
|
||||||
|
"math",
|
||||||
|
"multilingual"
|
||||||
|
],
|
||||||
"source": "preset"
|
"source": "preset"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"modelName": "glm-4.7",
|
"modelName": "glm-4.7",
|
||||||
"displayName": "GLM-4.7 (Coding)",
|
"displayName": "GLM-4.7 (Coding)",
|
||||||
"serviceType": ["chat"],
|
"serviceType": [
|
||||||
|
"chat"
|
||||||
|
],
|
||||||
"description": "智谱 GLM-4.7 Coding Plan 版本,200K 上下文",
|
"description": "智谱 GLM-4.7 Coding Plan 版本,200K 上下文",
|
||||||
"contextWindow": 200000,
|
"contextWindow": 200000,
|
||||||
"maxOutputTokens": 128000,
|
"maxOutputTokens": 128000,
|
||||||
"capabilities": ["chat", "reasoning", "code", "deep_thinking", "long_context", "tool_use", "multilingual"],
|
"capabilities": [
|
||||||
|
"chat",
|
||||||
|
"reasoning",
|
||||||
|
"code",
|
||||||
|
"deep_thinking",
|
||||||
|
"long_context",
|
||||||
|
"tool_use",
|
||||||
|
"multilingual"
|
||||||
|
],
|
||||||
"source": "preset"
|
"source": "preset"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user