forked from VicBilibily/GCMP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodex.json
More file actions
158 lines (158 loc) · 6.29 KB
/
Copy pathcodex.json
File metadata and controls
158 lines (158 loc) · 6.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"displayName": "Codex",
"baseUrl": "https://chatgpt.com/backend-api/codex",
"apiKeyTemplate": "eyJhbGciOiJSUzI1NiIsImtpZCI6I...",
"customHeader": {
"version": "0.147.0",
"user-agent": "codex-tui/0.147.0 (Windows 10.0.26200; x86_64) unknown (codex-tui; 0.147.0)",
"originator": "codex-tui"
},
"models": [
{
"id": "gpt-5.4",
"name": "GPT-5.4 (ChatGPT)",
"sdkMode": "openai-responses",
"tooltip": "OpenAI 针对专业化工作负载能力最强、效率最高的前沿模型,整合GPT-5.3-Codex编程能力",
"maxInputTokens": 272000,
"maxOutputTokens": 128000,
"webSearchTool": true,
"useInstructions": true,
"reasoningEffort": ["none", "low", "medium", "high", "xhigh"],
"serviceTier": ["default", "priority"],
"capabilities": { "toolCalling": true, "imageInput": true },
"tokenPricing": {
"pricing": [2.5, 15, 0.25],
"tiers": [{ "serviceTier": "priority", "pricing": [5, 30, 0.5] }]
},
"extraBody": {
"store": false,
"tool_choice": "auto",
"reasoning": {
"effort": "medium",
"summary": "auto"
}
}
},
{
"id": "gpt-5.4-mini",
"name": "GPT-5.4 mini (ChatGPT)",
"sdkMode": "openai-responses",
"tooltip": "OpenAI 迄今能力最强的小型模型,快速高效,专为代码编写与子智能体优化,Codex中仅消耗GPT-5.4配额的30%",
"maxInputTokens": 272000,
"maxOutputTokens": 128000,
"webSearchTool": true,
"useInstructions": true,
"reasoningEffort": ["none", "low", "medium", "high", "xhigh"],
"capabilities": { "toolCalling": true, "imageInput": true },
"tokenPricing": [0.75, 4.5, 0.075],
"extraBody": {
"store": false,
"tool_choice": "auto",
"reasoning": {
"effort": "medium",
"summary": "auto"
}
}
},
{
"id": "gpt-5.5",
"name": "GPT-5.5 (ChatGPT)",
"sdkMode": "openai-responses",
"tooltip": "ChatGPT 提供的 GPT-5.5 模型,通过 Codex 端点访问,适合代码生成与理解任务",
"maxInputTokens": 272000,
"maxOutputTokens": 128000,
"webSearchTool": true,
"useInstructions": true,
"reasoningEffort": ["none", "low", "medium", "high", "xhigh"],
"serviceTier": ["default", "priority"],
"capabilities": { "toolCalling": true, "imageInput": true },
"tokenPricing": {
"pricing": [5, 30, 0.5],
"tiers": [{ "serviceTier": "priority", "pricing": [12.5, 75, 1.25] }]
},
"extraBody": {
"store": false,
"tool_choice": "auto",
"reasoning": {
"effort": "medium",
"summary": "auto"
}
}
},
{
"id": "gpt-5.6-sol",
"name": "GPT-5.6 Sol (ChatGPT)",
"sdkMode": "openai-responses",
"tooltip": "ChatGPT 提供的 GPT-5.6 系列旗舰模型,面向复杂专业工作,Terminal-Bench 2.1 得分 91.9%,支持 Ultra 多子智能体模式",
"maxInputTokens": 272000,
"maxOutputTokens": 128000,
"webSearchTool": true,
"useInstructions": true,
"reasoningEffort": ["none", "low", "medium", "high", "xhigh"],
"serviceTier": ["default", "priority"],
"capabilities": { "toolCalling": true, "imageInput": true },
"tokenPricing": {
"pricing": [5, 30, 0.5],
"tiers": [{ "serviceTier": "priority", "pricing": [10, 60, 1] }]
},
"extraBody": {
"store": false,
"tool_choice": "auto",
"reasoning": {
"effort": "medium",
"summary": "auto"
}
}
},
{
"id": "gpt-5.6-terra",
"name": "GPT-5.6 Terra (ChatGPT)",
"sdkMode": "openai-responses",
"tooltip": "ChatGPT 提供的 GPT-5.6 均衡型模型,性能接近 GPT-5.5,价格仅为其一半,适合日常 Agent 工作流",
"maxInputTokens": 272000,
"maxOutputTokens": 128000,
"webSearchTool": true,
"useInstructions": true,
"reasoningEffort": ["none", "low", "medium", "high", "xhigh"],
"serviceTier": ["default", "priority"],
"capabilities": { "toolCalling": true, "imageInput": true },
"tokenPricing": {
"pricing": [2, 12, 0.2],
"tiers": [{ "serviceTier": "priority", "pricing": [4, 24, 0.4] }]
},
"extraBody": {
"store": false,
"tool_choice": "auto",
"reasoning": {
"effort": "medium",
"summary": "auto"
}
}
},
{
"id": "gpt-5.6-luna",
"name": "GPT-5.6 Luna (ChatGPT)",
"sdkMode": "openai-responses",
"tooltip": "ChatGPT 提供的 GPT-5.6 低成本高速模型,适合高频批量任务和成本敏感场景",
"maxInputTokens": 272000,
"maxOutputTokens": 128000,
"webSearchTool": true,
"useInstructions": true,
"reasoningEffort": ["none", "low", "medium", "high", "xhigh"],
"serviceTier": ["default", "priority"],
"capabilities": { "toolCalling": true, "imageInput": true },
"tokenPricing": {
"pricing": [0.2, 1.2, 0.02],
"tiers": [{ "serviceTier": "priority", "pricing": [0.4, 2.4, 0.04] }]
},
"extraBody": {
"store": false,
"tool_choice": "auto",
"reasoning": {
"effort": "medium",
"summary": "auto"
}
}
}
]
}