2828 "eventType" : " request" ,
2929 "method" : " thread/start" ,
3030 "params" : {
31- "config" : null ,
31+ "config" : {} ,
3232 "modelProvider" : null ,
3333 "model" : null ,
3434 "cwd" : " cwd" ,
4747 "approvalPolicy" : " never" ,
4848 "sandbox" : " sandbox" ,
4949 "reasoningEffort" : " reasoningEffort"
50+ }
51+ {
52+ "eventType" : " request" ,
53+ "method" : " model/list" ,
54+ "params" : {
55+ "cursor" : null ,
56+ "limit" : null
57+ }
58+ }
59+ {
60+ "eventType" : " notification" ,
61+ "method" : " thread/started" ,
62+ "params" : {
63+ "thread" : " thread"
64+ },
65+ "jsonrpc" : " 2.0"
66+ }
67+ {
68+ "eventType" : " notification" ,
69+ "method" : " codex/event/mcp_startup_complete" ,
70+ "params" : {
71+ "id" : " id" ,
72+ "msg" : {
73+ "type" : " mcp_startup_complete" ,
74+ "ready" : [],
75+ "failed" : [],
76+ "cancelled" : []
77+ },
78+ "conversationId" : " conversationId"
79+ },
80+ "jsonrpc" : " 2.0"
81+ }
82+ {
83+ "eventType" : " response" ,
84+ "data" : [
85+ {
86+ "id" : " id" ,
87+ "model" : " gpt-5.1-codex-max" ,
88+ "displayName" : " gpt-5.1-codex-max" ,
89+ "description" : " Latest Codex-optimized flagship for deep and fast reasoning." ,
90+ "supportedReasoningEfforts" : [
91+ {
92+ "reasoningEffort" : " reasoningEffort" ,
93+ "description" : " Fast responses with lighter reasoning"
94+ },
95+ {
96+ "reasoningEffort" : " reasoningEffort" ,
97+ "description" : " Balances speed and reasoning depth for everyday tasks"
98+ },
99+ {
100+ "reasoningEffort" : " reasoningEffort" ,
101+ "description" : " Maximizes reasoning depth for complex problems"
102+ },
103+ {
104+ "reasoningEffort" : " reasoningEffort" ,
105+ "description" : " Extra high reasoning depth for complex problems"
106+ }
107+ ],
108+ "defaultReasoningEffort" : " medium" ,
109+ "isDefault" : true
110+ },
111+ {
112+ "id" : " id" ,
113+ "model" : " gpt-5.1-codex" ,
114+ "displayName" : " gpt-5.1-codex" ,
115+ "description" : " Optimized for codex." ,
116+ "supportedReasoningEfforts" : [
117+ {
118+ "reasoningEffort" : " reasoningEffort" ,
119+ "description" : " Fastest responses with limited reasoning"
120+ },
121+ {
122+ "reasoningEffort" : " reasoningEffort" ,
123+ "description" : " Dynamically adjusts reasoning based on the task"
124+ },
125+ {
126+ "reasoningEffort" : " reasoningEffort" ,
127+ "description" : " Maximizes reasoning depth for complex or ambiguous problems"
128+ }
129+ ],
130+ "defaultReasoningEffort" : " medium" ,
131+ "isDefault" : false
132+ },
133+ {
134+ "id" : " id" ,
135+ "model" : " gpt-5.1-codex-mini" ,
136+ "displayName" : " gpt-5.1-codex-mini" ,
137+ "description" : " Optimized for codex. Cheaper, faster, but less capable." ,
138+ "supportedReasoningEfforts" : [
139+ {
140+ "reasoningEffort" : " reasoningEffort" ,
141+ "description" : " Dynamically adjusts reasoning based on the task"
142+ },
143+ {
144+ "reasoningEffort" : " reasoningEffort" ,
145+ "description" : " Maximizes reasoning depth for complex or ambiguous problems"
146+ }
147+ ],
148+ "defaultReasoningEffort" : " medium" ,
149+ "isDefault" : false
150+ },
151+ {
152+ "id" : " id" ,
153+ "model" : " gpt-5.1" ,
154+ "displayName" : " gpt-5.1" ,
155+ "description" : " Broad world knowledge with strong general reasoning." ,
156+ "supportedReasoningEfforts" : [
157+ {
158+ "reasoningEffort" : " reasoningEffort" ,
159+ "description" : " Balances speed with some reasoning; useful for straightforward queries and short explanations"
160+ },
161+ {
162+ "reasoningEffort" : " reasoningEffort" ,
163+ "description" : " Provides a solid balance of reasoning depth and latency for general-purpose tasks"
164+ },
165+ {
166+ "reasoningEffort" : " reasoningEffort" ,
167+ "description" : " Maximizes reasoning depth for complex or ambiguous problems"
168+ }
169+ ],
170+ "defaultReasoningEffort" : " medium" ,
171+ "isDefault" : false
172+ }
173+ ],
174+ "nextCursor" : null
50175}
0 commit comments