|
44 | 44 | "developerInstructions": null, |
45 | 45 | "personality": null, |
46 | 46 | "ephemeral": null, |
47 | | - "experimentalRawEvents": false |
| 47 | + "experimentalRawEvents": false, |
| 48 | + "persistExtendedHistory": false |
48 | 49 | } |
49 | 50 | } |
| 51 | +{ |
| 52 | + "eventType": "notification", |
| 53 | + "method": "thread/status/changed", |
| 54 | + "params": { |
| 55 | + "threadId": "threadId", |
| 56 | + "status": { |
| 57 | + "type": "idle" |
| 58 | + } |
| 59 | + }, |
| 60 | + "jsonrpc": "2.0" |
| 61 | +} |
50 | 62 | { |
51 | 63 | "eventType": "response", |
52 | 64 | "thread": "thread", |
|
76 | 88 | { |
77 | 89 | "eventType": "response", |
78 | 90 | "data": [ |
| 91 | + { |
| 92 | + "id": "id", |
| 93 | + "model": "model", |
| 94 | + "upgrade": "upgrade", |
| 95 | + "displayName": "gpt-5.3-codex", |
| 96 | + "description": "Latest frontier agentic coding model.", |
| 97 | + "hidden": false, |
| 98 | + "supportedReasoningEfforts": "supportedReasoningEfforts", |
| 99 | + "defaultReasoningEffort": "medium", |
| 100 | + "inputModalities": [ |
| 101 | + "text", |
| 102 | + "image" |
| 103 | + ], |
| 104 | + "supportsPersonality": true, |
| 105 | + "isDefault": true |
| 106 | + }, |
79 | 107 | { |
80 | 108 | "id": "id", |
81 | 109 | "model": "model", |
82 | 110 | "upgrade": "upgrade", |
83 | 111 | "displayName": "gpt-5.2-codex", |
84 | 112 | "description": "Frontier agentic coding model.", |
| 113 | + "hidden": false, |
85 | 114 | "supportedReasoningEfforts": "supportedReasoningEfforts", |
86 | 115 | "defaultReasoningEffort": "medium", |
87 | 116 | "inputModalities": [ |
88 | 117 | "text", |
89 | 118 | "image" |
90 | 119 | ], |
91 | 120 | "supportsPersonality": true, |
92 | | - "isDefault": true |
| 121 | + "isDefault": false |
93 | 122 | }, |
94 | 123 | { |
95 | 124 | "id": "id", |
96 | 125 | "model": "model", |
97 | 126 | "upgrade": "upgrade", |
98 | 127 | "displayName": "gpt-5.1-codex-max", |
99 | 128 | "description": "Codex-optimized flagship for deep and fast reasoning.", |
| 129 | + "hidden": false, |
100 | 130 | "supportedReasoningEfforts": "supportedReasoningEfforts", |
101 | 131 | "defaultReasoningEffort": "medium", |
102 | 132 | "inputModalities": [ |
|
112 | 142 | "upgrade": "upgrade", |
113 | 143 | "displayName": "gpt-5.2", |
114 | 144 | "description": "Latest frontier model with improvements across knowledge, reasoning and coding", |
| 145 | + "hidden": false, |
115 | 146 | "supportedReasoningEfforts": "supportedReasoningEfforts", |
116 | 147 | "defaultReasoningEffort": "medium", |
117 | 148 | "inputModalities": [ |
|
127 | 158 | "upgrade": "upgrade", |
128 | 159 | "displayName": "gpt-5.1-codex-mini", |
129 | 160 | "description": "Optimized for codex. Cheaper, faster, but less capable.", |
| 161 | + "hidden": false, |
130 | 162 | "supportedReasoningEfforts": "supportedReasoningEfforts", |
131 | 163 | "defaultReasoningEffort": "medium", |
132 | 164 | "inputModalities": [ |
|
0 commit comments