Revert "Merge pull request #1 from desirecore/model-field-official-audit"

This reverts commit 88a8cf2db6, reversing
changes made to ca99ea272f.
This commit is contained in:
2026-04-25 19:34:29 +08:00
parent 88a8cf2db6
commit 371336cdd6
114 changed files with 527 additions and 6091 deletions

View File

@@ -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 Flash1M 上下文",
"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",