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

@@ -25,9 +25,7 @@
{
"modelName": "gpt-5.2",
"displayName": "GPT-5.2",
"serviceType": [
"chat"
],
"serviceType": ["chat"],
"description": "OpenAI 最新旗舰模型400K 上下文,编码和智能体任务优化",
"contextWindow": 400000,
"maxOutputTokens": 128000,
@@ -48,9 +46,7 @@
{
"modelName": "gpt-5.2-pro",
"displayName": "GPT-5.2 Pro",
"serviceType": [
"chat"
],
"serviceType": ["chat"],
"description": "OpenAI GPT-5.2 Pro 专业版,最高性能",
"contextWindow": 400000,
"maxOutputTokens": 128000,
@@ -71,9 +67,7 @@
{
"modelName": "gpt-5.1",
"displayName": "GPT-5.1",
"serviceType": [
"chat"
],
"serviceType": ["chat"],
"description": "OpenAI GPT-5.1400K 上下文,高性能旗舰",
"contextWindow": 400000,
"maxOutputTokens": 128000,
@@ -94,9 +88,7 @@
{
"modelName": "gpt-5",
"displayName": "GPT-5",
"serviceType": [
"chat"
],
"serviceType": ["chat"],
"description": "OpenAI GPT-5 新一代旗舰模型,统一所有模型能力",
"contextWindow": 400000,
"maxOutputTokens": 128000,
@@ -117,12 +109,10 @@
{
"modelName": "gpt-5-pro",
"displayName": "GPT-5 Pro",
"serviceType": [
"chat"
],
"description": "OpenAI GPT-5 Pro 专业版高性能推理模型",
"serviceType": ["chat"],
"description": "OpenAI GPT-5 Pro 专业版高性能模型",
"contextWindow": 400000,
"maxOutputTokens": 272000,
"maxOutputTokens": 128000,
"capabilities": [
"chat",
"reasoning",
@@ -140,12 +130,10 @@
{
"modelName": "gpt-5-mini",
"displayName": "GPT-5-mini",
"serviceType": [
"chat"
],
"description": "高性价比模型适合日常对话400K 上下文",
"contextWindow": 400000,
"maxOutputTokens": 128000,
"serviceType": ["chat"],
"description": "高性价比模型,适合日常对话",
"contextWindow": 128000,
"maxOutputTokens": 32768,
"capabilities": [
"chat",
"fast",
@@ -162,19 +150,17 @@
{
"modelName": "gpt-5-nano",
"displayName": "GPT-5-nano",
"serviceType": [
"fast"
],
"description": "极速响应模型适合简单任务400K 上下文",
"contextWindow": 400000,
"maxOutputTokens": 128000,
"serviceType": ["fast"],
"description": "极速响应模型,适合简单任务",
"contextWindow": 128000,
"maxOutputTokens": 16384,
"capabilities": [
"chat",
"code",
"fast"
],
"inputPrice": 0.05,
"outputPrice": 0.4,
"inputPrice": 0.02,
"outputPrice": 0.08,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
@@ -182,11 +168,9 @@
{
"modelName": "gpt-4.1",
"displayName": "GPT-4.1",
"serviceType": [
"chat"
],
"serviceType": ["chat"],
"description": "OpenAI GPT-4.1,支持 1M 上下文,编码和指令遵循能力大幅提升",
"contextWindow": 1047576,
"contextWindow": 1000000,
"maxOutputTokens": 32768,
"capabilities": [
"chat",
@@ -196,8 +180,8 @@
"ultra_long_context",
"tool_use"
],
"inputPrice": 2,
"outputPrice": 8,
"inputPrice": 2.00,
"outputPrice": 8.00,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
@@ -205,11 +189,9 @@
{
"modelName": "gpt-4.1-mini",
"displayName": "GPT-4.1 mini",
"serviceType": [
"chat"
],
"serviceType": ["chat"],
"description": "OpenAI GPT-4.1 mini1M 上下文,高性价比",
"contextWindow": 1047576,
"contextWindow": 1000000,
"maxOutputTokens": 32768,
"capabilities": [
"chat",
@@ -218,8 +200,8 @@
"ultra_long_context",
"tool_use"
],
"inputPrice": 0.4,
"outputPrice": 1.6,
"inputPrice": 0.40,
"outputPrice": 1.60,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
@@ -227,11 +209,9 @@
{
"modelName": "gpt-4.1-nano",
"displayName": "GPT-4.1 nano",
"serviceType": [
"fast"
],
"serviceType": ["fast"],
"description": "OpenAI GPT-4.1 nano1M 上下文,极致性价比",
"contextWindow": 1047576,
"contextWindow": 1000000,
"maxOutputTokens": 32768,
"capabilities": [
"chat",
@@ -239,8 +219,8 @@
"ultra_long_context",
"fast"
],
"inputPrice": 0.1,
"outputPrice": 0.4,
"inputPrice": 0.10,
"outputPrice": 0.40,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
@@ -248,9 +228,7 @@
{
"modelName": "gpt-4o",
"displayName": "GPT-4o",
"serviceType": [
"vision"
],
"serviceType": ["vision"],
"description": "多模态模型,支持图像理解",
"contextWindow": 128000,
"maxOutputTokens": 16384,
@@ -260,8 +238,8 @@
"image_understanding",
"tool_use"
],
"inputPrice": 2.5,
"outputPrice": 10,
"inputPrice": 2.50,
"outputPrice": 10.00,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
@@ -269,9 +247,7 @@
{
"modelName": "gpt-4o-mini",
"displayName": "GPT-4o mini",
"serviceType": [
"vision"
],
"serviceType": ["vision"],
"description": "OpenAI GPT-4o mini高性价比多模态模型",
"contextWindow": 128000,
"maxOutputTokens": 16384,
@@ -282,7 +258,7 @@
"tool_use"
],
"inputPrice": 0.15,
"outputPrice": 0.6,
"outputPrice": 0.60,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
@@ -290,50 +266,35 @@
{
"modelName": "text-embedding-3-small",
"displayName": "text-embedding-3-small",
"serviceType": [
"embedding"
],
"serviceType": ["embedding"],
"description": "轻量文本向量化模型1536 维",
"contextWindow": 8192,
"capabilities": [
"text_embedding",
"semantic_search"
],
"inputPrice": 0.02,
"defaultTemperature": null,
"defaultTopP": null,
"extra": {}
},
{
"modelName": "text-embedding-3-large",
"displayName": "text-embedding-3-large",
"serviceType": [
"embedding"
],
"serviceType": ["embedding"],
"description": "高精度文本向量化模型3072 维",
"contextWindow": 8192,
"capabilities": [
"text_embedding",
"semantic_search"
],
"inputPrice": 0.13,
"defaultTemperature": null,
"defaultTopP": null,
"extra": {}
},
{
"modelName": "tts-1",
"displayName": "TTS-1",
"serviceType": [
"tts"
],
"serviceType": ["tts"],
"description": "标准语音合成",
"capabilities": [
"tts"
],
"inputPrice": 15,
"defaultTemperature": null,
"defaultTopP": null,
"extra": {
"voices": [
"alloy",
@@ -354,16 +315,11 @@
{
"modelName": "tts-1-hd",
"displayName": "TTS-1-HD",
"serviceType": [
"tts"
],
"serviceType": ["tts"],
"description": "高清语音合成",
"capabilities": [
"tts"
],
"inputPrice": 30,
"defaultTemperature": null,
"defaultTopP": null,
"extra": {
"voices": [
"alloy",
@@ -384,17 +340,12 @@
{
"modelName": "whisper-1",
"displayName": "Whisper",
"serviceType": [
"asr"
],
"serviceType": ["asr"],
"description": "通用语音识别",
"capabilities": [
"asr",
"multilingual"
],
"inputPrice": 0.006,
"defaultTemperature": null,
"defaultTopP": null,
"extra": {
"maxAudioLength": 600,
"supportedInputFormats": [
@@ -412,9 +363,7 @@
{
"modelName": "o3",
"displayName": "o3",
"serviceType": [
"responses"
],
"serviceType": ["responses"],
"description": "OpenAI o3 推理模型200K 上下文,支持工具调用",
"contextWindow": 200000,
"maxOutputTokens": 100000,
@@ -426,8 +375,8 @@
"science",
"tool_use"
],
"inputPrice": 2,
"outputPrice": 8,
"inputPrice": 2.00,
"outputPrice": 8.00,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
@@ -435,9 +384,7 @@
{
"modelName": "o3-pro",
"displayName": "o3-pro",
"serviceType": [
"responses"
],
"serviceType": ["responses"],
"description": "OpenAI o3-pro 高级推理模型200K 上下文",
"contextWindow": 200000,
"maxOutputTokens": 100000,
@@ -448,8 +395,8 @@
"math",
"science"
],
"inputPrice": 20,
"outputPrice": 80,
"inputPrice": 20.00,
"outputPrice": 80.00,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
@@ -457,11 +404,9 @@
{
"modelName": "o3-mini",
"displayName": "o3-mini",
"serviceType": [
"responses"
],
"description": "OpenAI o3-mini 推理模型200K 上下文",
"contextWindow": 200000,
"serviceType": ["responses"],
"description": "OpenAI o3-mini 推理模型128K 上下文",
"contextWindow": 128000,
"maxOutputTokens": 100000,
"capabilities": [
"reasoning",
@@ -469,8 +414,8 @@
"code",
"fast"
],
"inputPrice": 1.1,
"outputPrice": 4.4,
"inputPrice": 1.10,
"outputPrice": 4.40,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
@@ -478,9 +423,7 @@
{
"modelName": "o4-mini",
"displayName": "o4-mini",
"serviceType": [
"responses"
],
"serviceType": ["responses"],
"description": "OpenAI o4-mini 推理模型200K 上下文,支持工具调用",
"contextWindow": 200000,
"maxOutputTokens": 100000,
@@ -491,8 +434,8 @@
"tool_use",
"vision"
],
"inputPrice": 1.1,
"outputPrice": 4.4,
"inputPrice": 1.10,
"outputPrice": 4.40,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
@@ -500,16 +443,12 @@
{
"modelName": "dall-e-3",
"displayName": "DALL-E 3",
"serviceType": [
"image_gen"
],
"serviceType": ["image_gen"],
"description": "高质量文生图模型",
"capabilities": [
"image_generation",
"text_rendering"
],
"defaultTemperature": null,
"defaultTopP": null,
"extra": {
"supportedImageSizes": [
"1024x1024",
@@ -525,12 +464,9 @@
{
"modelName": "gpt-4o-realtime",
"displayName": "GPT-4o Realtime",
"serviceType": [
"omni"
],
"serviceType": ["omni"],
"description": "全能实时模型,支持语音 + 文本 + 视觉",
"contextWindow": 32000,
"maxOutputTokens": 4096,
"contextWindow": 128000,
"capabilities": [
"chat",
"vision",
@@ -538,10 +474,6 @@
"asr",
"realtime"
],
"inputPrice": 4,
"outputPrice": 16,
"defaultTemperature": 0.7,
"defaultTopP": null,
"extra": {
"supportedModes": [
"speech-to-speech",
@@ -553,21 +485,13 @@
{
"modelName": "gpt-4o-realtime-preview",
"displayName": "GPT-4o Realtime Preview",
"serviceType": [
"realtime_voice"
],
"serviceType": ["realtime_voice"],
"description": "实时语音交互模型",
"contextWindow": 32000,
"maxOutputTokens": 4096,
"capabilities": [
"realtime",
"speech_to_speech",
"low_latency"
],
"inputPrice": 5,
"outputPrice": 20,
"defaultTemperature": 0.7,
"defaultTopP": null,
"extra": {
"supportedModes": [
"speech-to-speech",