@@ -93,7 +93,7 @@ Authorization: Bearer your-admin-secret
9393
9494``` json
9595{
96- "model" : " gpt-5.4 " ,
96+ "model" : " gpt-5.5 " ,
9797 "messages" : [
9898 { "role" : " system" , "content" : " You are a helpful assistant." },
9999 { "role" : " user" , "content" : " Hello!" }
@@ -123,7 +123,7 @@ Authorization: Bearer your-admin-secret
123123 "id" : " chatcmpl-xxxxxxxx" ,
124124 "object" : " chat.completion" ,
125125 "created" : 1712345678 ,
126- "model" : " gpt-5.4 " ,
126+ "model" : " gpt-5.5 " ,
127127 "choices" : [
128128 {
129129 "index" : 0 ,
@@ -145,13 +145,13 @@ Authorization: Bearer your-admin-secret
145145** 流式响应示例:**
146146
147147```
148- data: {"id":"chatcmpl-xxx","object":"chat.completion.chunk","created":1712345678,"model":"gpt-5.4 ","choices":[{"index":0,"delta":{"role":"assistant"},"finish_reason":null}]}
148+ data: {"id":"chatcmpl-xxx","object":"chat.completion.chunk","created":1712345678,"model":"gpt-5.5 ","choices":[{"index":0,"delta":{"role":"assistant"},"finish_reason":null}]}
149149
150- data: {"id":"chatcmpl-xxx","object":"chat.completion.chunk","created":1712345678,"model":"gpt-5.4 ","choices":[{"index":0,"delta":{"content":"Hello"},"finish_reason":null}]}
150+ data: {"id":"chatcmpl-xxx","object":"chat.completion.chunk","created":1712345678,"model":"gpt-5.5 ","choices":[{"index":0,"delta":{"content":"Hello"},"finish_reason":null}]}
151151
152- data: {"id":"chatcmpl-xxx","object":"chat.completion.chunk","created":1712345678,"model":"gpt-5.4 ","choices":[{"index":0,"delta":{"content":"!"},"finish_reason":null}]}
152+ data: {"id":"chatcmpl-xxx","object":"chat.completion.chunk","created":1712345678,"model":"gpt-5.5 ","choices":[{"index":0,"delta":{"content":"!"},"finish_reason":null}]}
153153
154- data: {"id":"chatcmpl-xxx","object":"chat.completion.chunk","created":1712345678,"model":"gpt-5.4 ","choices":[{"index":0,"delta":{},"finish_reason":"stop"}]}
154+ data: {"id":"chatcmpl-xxx","object":"chat.completion.chunk","created":1712345678,"model":"gpt-5.5 ","choices":[{"index":0,"delta":{},"finish_reason":"stop"}]}
155155
156156data: [DONE]
157157```
@@ -166,7 +166,7 @@ data: [DONE]
166166
167167``` json
168168{
169- "model" : " gpt-5.4 " ,
169+ "model" : " gpt-5.5 " ,
170170 "input" : [
171171 { "role" : " system" , "content" : " You are a helpful assistant." },
172172 { "role" : " user" , "content" : " Hello!" }
@@ -199,7 +199,7 @@ data: [DONE]
199199 "id" : " resp_xxxxxxxx" ,
200200 "object" : " response" ,
201201 "created" : 1712345678 ,
202- "model" : " gpt-5.4 " ,
202+ "model" : " gpt-5.5 " ,
203203 "output" : [
204204 {
205205 "type" : " message" ,
@@ -287,7 +287,7 @@ data: [DONE]
287287 "object" : " list" ,
288288 "data" : [
289289 { "id" : " gpt-5.5" , "object" : " model" , "owned_by" : " openai" },
290- { "id" : " gpt-5.4 " , "object" : " model" , "owned_by" : " openai" },
290+ { "id" : " gpt-5.5 " , "object" : " model" , "owned_by" : " openai" },
291291 { "id" : " gpt-5.4-mini" , "object" : " model" , "owned_by" : " openai" },
292292 { "id" : " gpt-5.3-codex" , "object" : " model" , "owned_by" : " openai" },
293293 { "id" : " gpt-5.3-codex-spark" , "object" : " model" , "owned_by" : " openai" },
@@ -875,7 +875,7 @@ data: {"type":"complete","current":3,"total":3,"success":2,"failed":1}
875875 "api_key_name" : " Team A" ,
876876 "api_key_masked" : " sk-t****...****1234" ,
877877 "endpoint" : " /v1/chat/completions" ,
878- "model" : " gpt-5.4 " ,
878+ "model" : " gpt-5.5 " ,
879879 "status_code" : 200 ,
880880 "duration_ms" : 523 ,
881881 "first_token_ms" : 150 ,
@@ -1140,7 +1140,7 @@ curl -X DELETE "http://localhost:8080/api/admin/account-groups/1?force=true" \
11401140{
11411141 "max_concurrency" : 2 ,
11421142 "global_rpm" : 0 ,
1143- "test_model" : " gpt-5.4 " ,
1143+ "test_model" : " gpt-5.5 " ,
11441144 "test_concurrency" : 50 ,
11451145 "proxy_url" : " " ,
11461146 "pg_max_conns" : 50 ,
@@ -1172,7 +1172,7 @@ curl -X DELETE "http://localhost:8080/api/admin/account-groups/1?force=true" \
11721172{
11731173 "max_concurrency" : 4 ,
11741174 "global_rpm" : 100 ,
1175- "test_model" : " gpt-5.4 " ,
1175+ "test_model" : " gpt-5.5 " ,
11761176 "test_concurrency" : 50 ,
11771177 "proxy_url" : " http://proxy.example.com:8080" ,
11781178 "auto_clean_unauthorized" : true ,
0 commit comments