mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-02-28 13:38:31 +08:00
refactor: 统一所有 Provider label 为「公司 + 模型品牌」命名风格
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "provider-openai-001",
|
||||
"provider": "openai",
|
||||
"label": "OpenAI",
|
||||
"label": "OpenAI GPT",
|
||||
"baseUrl": "https://api.openai.com/v1",
|
||||
"apiFormat": "openai-completions",
|
||||
"apiKeyRef": "openai",
|
||||
@@ -26,7 +26,7 @@
|
||||
{
|
||||
"modelName": "gpt-5.2",
|
||||
"displayName": "GPT-5.2",
|
||||
"serviceType": "chat",
|
||||
"serviceType": ["chat"],
|
||||
"description": "OpenAI 最新旗舰模型,400K 上下文,编码和智能体任务优化",
|
||||
"contextWindow": 400000,
|
||||
"maxOutputTokens": 128000,
|
||||
@@ -45,7 +45,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,
|
||||
@@ -64,7 +64,7 @@
|
||||
{
|
||||
"modelName": "gpt-5.1",
|
||||
"displayName": "GPT-5.1",
|
||||
"serviceType": "chat",
|
||||
"serviceType": ["chat"],
|
||||
"description": "OpenAI GPT-5.1,400K 上下文,高性能旗舰",
|
||||
"contextWindow": 400000,
|
||||
"maxOutputTokens": 128000,
|
||||
@@ -83,7 +83,7 @@
|
||||
{
|
||||
"modelName": "gpt-5",
|
||||
"displayName": "GPT-5",
|
||||
"serviceType": "chat",
|
||||
"serviceType": ["chat"],
|
||||
"description": "OpenAI GPT-5 新一代旗舰模型,统一所有模型能力",
|
||||
"contextWindow": 400000,
|
||||
"maxOutputTokens": 128000,
|
||||
@@ -102,7 +102,7 @@
|
||||
{
|
||||
"modelName": "gpt-5-pro",
|
||||
"displayName": "GPT-5 Pro",
|
||||
"serviceType": "chat",
|
||||
"serviceType": ["chat"],
|
||||
"description": "OpenAI GPT-5 Pro 专业版高性能模型",
|
||||
"contextWindow": 400000,
|
||||
"maxOutputTokens": 128000,
|
||||
@@ -121,7 +121,7 @@
|
||||
{
|
||||
"modelName": "gpt-5-mini",
|
||||
"displayName": "GPT-5-mini",
|
||||
"serviceType": "chat",
|
||||
"serviceType": ["chat"],
|
||||
"description": "高性价比模型,适合日常对话",
|
||||
"contextWindow": 128000,
|
||||
"maxOutputTokens": 32768,
|
||||
@@ -139,7 +139,7 @@
|
||||
{
|
||||
"modelName": "gpt-5-nano",
|
||||
"displayName": "GPT-5-nano",
|
||||
"serviceType": "fast",
|
||||
"serviceType": ["fast"],
|
||||
"description": "极速响应模型,适合简单任务",
|
||||
"contextWindow": 128000,
|
||||
"maxOutputTokens": 16384,
|
||||
@@ -155,7 +155,7 @@
|
||||
{
|
||||
"modelName": "gpt-4.1",
|
||||
"displayName": "GPT-4.1",
|
||||
"serviceType": "chat",
|
||||
"serviceType": ["chat"],
|
||||
"description": "OpenAI GPT-4.1,支持 1M 上下文,编码和指令遵循能力大幅提升",
|
||||
"contextWindow": 1000000,
|
||||
"maxOutputTokens": 32768,
|
||||
@@ -174,7 +174,7 @@
|
||||
{
|
||||
"modelName": "gpt-4.1-mini",
|
||||
"displayName": "GPT-4.1 mini",
|
||||
"serviceType": "chat",
|
||||
"serviceType": ["chat"],
|
||||
"description": "OpenAI GPT-4.1 mini,1M 上下文,高性价比",
|
||||
"contextWindow": 1000000,
|
||||
"maxOutputTokens": 32768,
|
||||
@@ -192,7 +192,7 @@
|
||||
{
|
||||
"modelName": "gpt-4.1-nano",
|
||||
"displayName": "GPT-4.1 nano",
|
||||
"serviceType": "fast",
|
||||
"serviceType": ["fast"],
|
||||
"description": "OpenAI GPT-4.1 nano,1M 上下文,极致性价比",
|
||||
"contextWindow": 1000000,
|
||||
"maxOutputTokens": 32768,
|
||||
@@ -209,7 +209,7 @@
|
||||
{
|
||||
"modelName": "gpt-4o",
|
||||
"displayName": "GPT-4o",
|
||||
"serviceType": "vision",
|
||||
"serviceType": ["vision"],
|
||||
"description": "多模态模型,支持图像理解",
|
||||
"contextWindow": 128000,
|
||||
"maxOutputTokens": 16384,
|
||||
@@ -226,7 +226,7 @@
|
||||
{
|
||||
"modelName": "gpt-4o-mini",
|
||||
"displayName": "GPT-4o mini",
|
||||
"serviceType": "vision",
|
||||
"serviceType": ["vision"],
|
||||
"description": "OpenAI GPT-4o mini,高性价比多模态模型",
|
||||
"contextWindow": 128000,
|
||||
"maxOutputTokens": 16384,
|
||||
@@ -243,7 +243,7 @@
|
||||
{
|
||||
"modelName": "text-embedding-3-small",
|
||||
"displayName": "text-embedding-3-small",
|
||||
"serviceType": "embedding",
|
||||
"serviceType": ["embedding"],
|
||||
"description": "轻量文本向量化模型,1536 维",
|
||||
"capabilities": [
|
||||
"text_embedding",
|
||||
@@ -255,7 +255,7 @@
|
||||
{
|
||||
"modelName": "text-embedding-3-large",
|
||||
"displayName": "text-embedding-3-large",
|
||||
"serviceType": "embedding",
|
||||
"serviceType": ["embedding"],
|
||||
"description": "高精度文本向量化模型,3072 维",
|
||||
"capabilities": [
|
||||
"text_embedding",
|
||||
@@ -267,7 +267,7 @@
|
||||
{
|
||||
"modelName": "tts-1",
|
||||
"displayName": "TTS-1",
|
||||
"serviceType": "tts",
|
||||
"serviceType": ["tts"],
|
||||
"description": "标准语音合成",
|
||||
"capabilities": [
|
||||
"tts"
|
||||
@@ -292,7 +292,7 @@
|
||||
{
|
||||
"modelName": "tts-1-hd",
|
||||
"displayName": "TTS-1-HD",
|
||||
"serviceType": "tts",
|
||||
"serviceType": ["tts"],
|
||||
"description": "高清语音合成",
|
||||
"capabilities": [
|
||||
"tts"
|
||||
@@ -317,7 +317,7 @@
|
||||
{
|
||||
"modelName": "whisper-1",
|
||||
"displayName": "Whisper",
|
||||
"serviceType": "asr",
|
||||
"serviceType": ["asr"],
|
||||
"description": "通用语音识别",
|
||||
"capabilities": [
|
||||
"asr",
|
||||
@@ -340,7 +340,7 @@
|
||||
{
|
||||
"modelName": "o3",
|
||||
"displayName": "o3",
|
||||
"serviceType": "responses",
|
||||
"serviceType": ["responses"],
|
||||
"description": "OpenAI o3 推理模型,200K 上下文,支持工具调用",
|
||||
"contextWindow": 200000,
|
||||
"maxOutputTokens": 100000,
|
||||
@@ -359,7 +359,7 @@
|
||||
{
|
||||
"modelName": "o3-pro",
|
||||
"displayName": "o3-pro",
|
||||
"serviceType": "responses",
|
||||
"serviceType": ["responses"],
|
||||
"description": "OpenAI o3-pro 高级推理模型,200K 上下文",
|
||||
"contextWindow": 200000,
|
||||
"maxOutputTokens": 100000,
|
||||
@@ -377,7 +377,7 @@
|
||||
{
|
||||
"modelName": "o3-mini",
|
||||
"displayName": "o3-mini",
|
||||
"serviceType": "responses",
|
||||
"serviceType": ["responses"],
|
||||
"description": "OpenAI o3-mini 推理模型,128K 上下文",
|
||||
"contextWindow": 128000,
|
||||
"maxOutputTokens": 100000,
|
||||
@@ -394,7 +394,7 @@
|
||||
{
|
||||
"modelName": "o4-mini",
|
||||
"displayName": "o4-mini",
|
||||
"serviceType": "responses",
|
||||
"serviceType": ["responses"],
|
||||
"description": "OpenAI o4-mini 推理模型,200K 上下文,支持工具调用",
|
||||
"contextWindow": 200000,
|
||||
"maxOutputTokens": 100000,
|
||||
@@ -412,7 +412,7 @@
|
||||
{
|
||||
"modelName": "dall-e-3",
|
||||
"displayName": "DALL-E 3",
|
||||
"serviceType": "image_gen",
|
||||
"serviceType": ["image_gen"],
|
||||
"description": "高质量文生图模型",
|
||||
"capabilities": [
|
||||
"image_generation",
|
||||
@@ -433,7 +433,7 @@
|
||||
{
|
||||
"modelName": "gpt-4o-realtime",
|
||||
"displayName": "GPT-4o Realtime",
|
||||
"serviceType": "omni",
|
||||
"serviceType": ["omni"],
|
||||
"description": "全能实时模型,支持语音 + 文本 + 视觉",
|
||||
"contextWindow": 128000,
|
||||
"capabilities": [
|
||||
@@ -454,7 +454,7 @@
|
||||
{
|
||||
"modelName": "gpt-4o-realtime-preview",
|
||||
"displayName": "GPT-4o Realtime Preview",
|
||||
"serviceType": "realtime_voice",
|
||||
"serviceType": ["realtime_voice"],
|
||||
"description": "实时语音交互模型",
|
||||
"capabilities": [
|
||||
"realtime",
|
||||
|
||||
Reference in New Issue
Block a user