mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 08:30:51 +08:00
Revert "Merge pull request #1 from desirecore/model-field-official-audit"
This reverts commit88a8cf2db6, reversing changes made toca99ea272f.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"displayName": "OpenRouter Auto",
|
||||
"serviceType": ["chat"],
|
||||
"description": "OpenRouter 自动路由,智能选择最优模型",
|
||||
"contextWindow": 2000000,
|
||||
"contextWindow": 200000,
|
||||
"maxOutputTokens": 16384,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
@@ -29,16 +29,19 @@
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
"modelName": "openai/gpt-oss-120b:free",
|
||||
"displayName": "GPT-OSS 120B (免费)",
|
||||
"modelName": "google/gemini-2.5-flash-exp:free",
|
||||
"displayName": "Gemini 2.5 Flash (免费)",
|
||||
"serviceType": ["chat"],
|
||||
"description": "通过 OpenRouter 免费使用的 OpenAI GPT-OSS 120B",
|
||||
"contextWindow": 131072,
|
||||
"maxOutputTokens": 131072,
|
||||
"description": "通过 OpenRouter 免费使用的 Gemini 2.5 Flash,1M 上下文",
|
||||
"contextWindow": 1048576,
|
||||
"maxOutputTokens": 65535,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code"
|
||||
"vision",
|
||||
"tool_use",
|
||||
"fast",
|
||||
"long_context"
|
||||
],
|
||||
"inputPrice": 0.00,
|
||||
"outputPrice": 0.00,
|
||||
@@ -51,8 +54,8 @@
|
||||
"displayName": "Qwen3 Coder 480B (免费)",
|
||||
"serviceType": ["chat"],
|
||||
"description": "通过 OpenRouter 免费使用的 Qwen3 Coder 480B",
|
||||
"contextWindow": 262000,
|
||||
"maxOutputTokens": 262000,
|
||||
"contextWindow": 262144,
|
||||
"maxOutputTokens": 32768,
|
||||
"capabilities": [
|
||||
"code",
|
||||
"reasoning",
|
||||
|
||||
Reference in New Issue
Block a user