@code-yeongyu/senpi-ai 2026.8.18 → 2026.8.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (139) hide show
  1. package/README.md +5 -3
  2. package/dist/api/anthropic-messages.d.ts +7 -1
  3. package/dist/api/anthropic-messages.d.ts.map +1 -1
  4. package/dist/api/anthropic-messages.js +21 -4
  5. package/dist/api/anthropic-messages.js.map +1 -1
  6. package/dist/api/azure-openai-responses.d.ts +2 -0
  7. package/dist/api/azure-openai-responses.d.ts.map +1 -1
  8. package/dist/api/azure-openai-responses.js +7 -1
  9. package/dist/api/azure-openai-responses.js.map +1 -1
  10. package/dist/api/bedrock-converse-stream.d.ts.map +1 -1
  11. package/dist/api/bedrock-converse-stream.js +39 -2
  12. package/dist/api/bedrock-converse-stream.js.map +1 -1
  13. package/dist/api/cursor-agent/gen/agent_pb.d.ts +22 -1
  14. package/dist/api/cursor-agent/gen/agent_pb.d.ts.map +1 -1
  15. package/dist/api/cursor-agent/gen/agent_pb.js +1 -1
  16. package/dist/api/cursor-agent/gen/agent_pb.js.map +1 -1
  17. package/dist/api/cursor-agent/reasoning-params.d.ts +20 -0
  18. package/dist/api/cursor-agent/reasoning-params.d.ts.map +1 -0
  19. package/dist/api/cursor-agent/reasoning-params.js +26 -0
  20. package/dist/api/cursor-agent/reasoning-params.js.map +1 -0
  21. package/dist/api/cursor-agent/types.d.ts +7 -1
  22. package/dist/api/cursor-agent/types.d.ts.map +1 -1
  23. package/dist/api/cursor-agent/types.js.map +1 -1
  24. package/dist/api/cursor-agent.d.ts +5 -3
  25. package/dist/api/cursor-agent.d.ts.map +1 -1
  26. package/dist/api/cursor-agent.js +82 -12
  27. package/dist/api/cursor-agent.js.map +1 -1
  28. package/dist/api/google-generative-ai.d.ts +2 -2
  29. package/dist/api/google-generative-ai.d.ts.map +1 -1
  30. package/dist/api/google-generative-ai.js +14 -11
  31. package/dist/api/google-generative-ai.js.map +1 -1
  32. package/dist/api/google-shared.d.ts +5 -2
  33. package/dist/api/google-shared.d.ts.map +1 -1
  34. package/dist/api/google-shared.js +16 -0
  35. package/dist/api/google-shared.js.map +1 -1
  36. package/dist/api/google-vertex.d.ts +2 -2
  37. package/dist/api/google-vertex.d.ts.map +1 -1
  38. package/dist/api/google-vertex.js +13 -10
  39. package/dist/api/google-vertex.js.map +1 -1
  40. package/dist/api/mistral-conversations.d.ts.map +1 -1
  41. package/dist/api/mistral-conversations.js +4 -1
  42. package/dist/api/mistral-conversations.js.map +1 -1
  43. package/dist/api/openai-codex-responses.d.ts.map +1 -1
  44. package/dist/api/openai-codex-responses.js +4 -1
  45. package/dist/api/openai-codex-responses.js.map +1 -1
  46. package/dist/api/openai-completions.d.ts +1 -1
  47. package/dist/api/openai-completions.d.ts.map +1 -1
  48. package/dist/api/openai-completions.js +45 -29
  49. package/dist/api/openai-completions.js.map +1 -1
  50. package/dist/api/openai-responses.d.ts.map +1 -1
  51. package/dist/api/openai-responses.js +8 -1
  52. package/dist/api/openai-responses.js.map +1 -1
  53. package/dist/api/pi-messages.js +1 -1
  54. package/dist/api/pi-messages.js.map +1 -1
  55. package/dist/api/simple-options.d.ts +4 -0
  56. package/dist/api/simple-options.d.ts.map +1 -1
  57. package/dist/api/simple-options.js +18 -9
  58. package/dist/api/simple-options.js.map +1 -1
  59. package/dist/auth/oauth/device-code.d.ts +1 -0
  60. package/dist/auth/oauth/device-code.d.ts.map +1 -1
  61. package/dist/auth/oauth/device-code.js +1 -1
  62. package/dist/auth/oauth/device-code.js.map +1 -1
  63. package/dist/auth/oauth/github-copilot.d.ts.map +1 -1
  64. package/dist/auth/oauth/github-copilot.js +22 -9
  65. package/dist/auth/oauth/github-copilot.js.map +1 -1
  66. package/dist/cursor/catalog-grouping.d.ts +25 -0
  67. package/dist/cursor/catalog-grouping.d.ts.map +1 -0
  68. package/dist/cursor/catalog-grouping.js +134 -0
  69. package/dist/cursor/catalog-grouping.js.map +1 -0
  70. package/dist/cursor/cursor-variant-aliases.json +1893 -0
  71. package/dist/cursor/model-capabilities.d.ts +47 -0
  72. package/dist/cursor/model-capabilities.d.ts.map +1 -0
  73. package/dist/cursor/model-capabilities.js +208 -0
  74. package/dist/cursor/model-capabilities.js.map +1 -0
  75. package/dist/cursor/selection-descriptor.d.ts +21 -0
  76. package/dist/cursor/selection-descriptor.d.ts.map +1 -0
  77. package/dist/cursor/selection-descriptor.js +83 -0
  78. package/dist/cursor/selection-descriptor.js.map +1 -0
  79. package/dist/cursor/store-migration.d.ts +8 -0
  80. package/dist/cursor/store-migration.d.ts.map +1 -0
  81. package/dist/cursor/store-migration.js +76 -0
  82. package/dist/cursor/store-migration.js.map +1 -0
  83. package/dist/index.d.ts +5 -1
  84. package/dist/index.d.ts.map +1 -1
  85. package/dist/index.js +4 -0
  86. package/dist/index.js.map +1 -1
  87. package/dist/model.d.ts +13 -0
  88. package/dist/model.d.ts.map +1 -1
  89. package/dist/model.js.map +1 -1
  90. package/dist/models.d.ts +6 -0
  91. package/dist/models.d.ts.map +1 -1
  92. package/dist/models.js +9 -1
  93. package/dist/models.js.map +1 -1
  94. package/dist/providers/cursor.d.ts.map +1 -1
  95. package/dist/providers/cursor.js +40 -11
  96. package/dist/providers/cursor.js.map +1 -1
  97. package/dist/providers/data/.manifest.json +1 -1
  98. package/dist/providers/data/anthropic.json +1 -1
  99. package/dist/providers/data/baseten.json +1 -1
  100. package/dist/providers/data/github-copilot.json +1 -1
  101. package/dist/providers/data/openai-codex.json +1 -1
  102. package/dist/providers/data/openai.json +1 -1
  103. package/dist/providers/data/opencode-go.json +1 -1
  104. package/dist/providers/data/opencode.json +1 -1
  105. package/dist/providers/data/openrouter.json +1 -1
  106. package/dist/providers/data/qwen-token-plan-individual.json +1 -1
  107. package/dist/providers/data/vercel-ai-gateway.json +1 -1
  108. package/dist/providers/data/xai.json +1 -1
  109. package/dist/providers/data/xiaomi-token-plan-ams.json +1 -1
  110. package/dist/providers/data/xiaomi-token-plan-cn.json +1 -1
  111. package/dist/providers/data/xiaomi-token-plan-sgp.json +1 -1
  112. package/dist/providers/data/xiaomi.json +1 -1
  113. package/dist/providers/data/zai-coding-cn.json +1 -1
  114. package/dist/providers/data/zai.json +1 -1
  115. package/dist/providers/xai.d.ts +1 -1
  116. package/dist/providers/xai.d.ts.map +1 -1
  117. package/dist/providers/xai.js +1 -5
  118. package/dist/providers/xai.js.map +1 -1
  119. package/dist/tool-call-middleware/protocols/anthropic-xml/tool-resolver.d.ts.map +1 -1
  120. package/dist/tool-call-middleware/protocols/anthropic-xml/tool-resolver.js +21 -1
  121. package/dist/tool-call-middleware/protocols/anthropic-xml/tool-resolver.js.map +1 -1
  122. package/dist/tool-call-middleware/recovery-message-snapshot.d.ts.map +1 -1
  123. package/dist/tool-call-middleware/recovery-message-snapshot.js +2 -1
  124. package/dist/tool-call-middleware/recovery-message-snapshot.js.map +1 -1
  125. package/dist/types.d.ts +45 -4
  126. package/dist/types.d.ts.map +1 -1
  127. package/dist/types.js.map +1 -1
  128. package/dist/utils/overflow.d.ts.map +1 -1
  129. package/dist/utils/overflow.js +15 -0
  130. package/dist/utils/overflow.js.map +1 -1
  131. package/dist/utils/pi-user-agent.d.ts +2 -0
  132. package/dist/utils/pi-user-agent.d.ts.map +1 -1
  133. package/dist/utils/pi-user-agent.js +7 -0
  134. package/dist/utils/pi-user-agent.js.map +1 -1
  135. package/dist/utils/prompt-cache-ttl.d.ts +2 -1
  136. package/dist/utils/prompt-cache-ttl.d.ts.map +1 -1
  137. package/dist/utils/prompt-cache-ttl.js +2 -0
  138. package/dist/utils/prompt-cache-ttl.js.map +1 -1
  139. package/package.json +2 -3
@@ -0,0 +1,1893 @@
1
+ {
2
+ "$schema": "cursor-variant-aliases/v1",
3
+ "source": "union of GetUsableModels live capture (204 ids) and cursor-agent CLI listing capture (203 ids), 2026-08-18",
4
+ "aliases": {
5
+ "claude-4-sonnet": {
6
+ "targetId": "claude-4-sonnet",
7
+ "legacyVariantId": "claude-4-sonnet",
8
+ "encoding": "legacy-variant"
9
+ },
10
+ "claude-4-sonnet-thinking": {
11
+ "targetId": "claude-4-sonnet-thinking",
12
+ "legacyVariantId": "claude-4-sonnet-thinking",
13
+ "encoding": "legacy-variant"
14
+ },
15
+ "claude-4.5-opus-high": {
16
+ "targetId": "claude-4.5-opus",
17
+ "level": "high",
18
+ "legacyVariantId": "claude-4.5-opus-high",
19
+ "encoding": "legacy-variant"
20
+ },
21
+ "claude-4.5-opus-high-thinking": {
22
+ "targetId": "claude-4.5-opus-thinking",
23
+ "level": "high",
24
+ "legacyVariantId": "claude-4.5-opus-high-thinking",
25
+ "encoding": "legacy-variant"
26
+ },
27
+ "claude-4.5-sonnet": {
28
+ "targetId": "claude-4.5-sonnet",
29
+ "legacyVariantId": "claude-4.5-sonnet",
30
+ "encoding": "legacy-variant"
31
+ },
32
+ "claude-4.5-sonnet-thinking": {
33
+ "targetId": "claude-4.5-sonnet-thinking",
34
+ "legacyVariantId": "claude-4.5-sonnet-thinking",
35
+ "encoding": "legacy-variant"
36
+ },
37
+ "claude-4.6-opus-high": {
38
+ "targetId": "claude-4.6-opus",
39
+ "level": "high",
40
+ "legacyVariantId": "claude-4.6-opus-high",
41
+ "encoding": "legacy-variant"
42
+ },
43
+ "claude-4.6-opus-max": {
44
+ "targetId": "claude-4.6-opus",
45
+ "level": "max",
46
+ "legacyVariantId": "claude-4.6-opus-max",
47
+ "encoding": "legacy-variant"
48
+ },
49
+ "claude-4.6-opus-high-thinking": {
50
+ "targetId": "claude-4.6-opus-thinking",
51
+ "level": "high",
52
+ "legacyVariantId": "claude-4.6-opus-high-thinking",
53
+ "encoding": "legacy-variant"
54
+ },
55
+ "claude-4.6-opus-max-thinking": {
56
+ "targetId": "claude-4.6-opus-thinking",
57
+ "level": "max",
58
+ "legacyVariantId": "claude-4.6-opus-max-thinking",
59
+ "encoding": "legacy-variant"
60
+ },
61
+ "claude-4.6-sonnet-medium": {
62
+ "targetId": "claude-4.6-sonnet",
63
+ "level": "medium",
64
+ "legacyVariantId": "claude-4.6-sonnet-medium",
65
+ "encoding": "legacy-variant"
66
+ },
67
+ "claude-4.6-sonnet-medium-thinking": {
68
+ "targetId": "claude-4.6-sonnet-thinking",
69
+ "level": "medium",
70
+ "legacyVariantId": "claude-4.6-sonnet-medium-thinking",
71
+ "encoding": "legacy-variant"
72
+ },
73
+ "claude-fable-5-high": {
74
+ "targetId": "claude-fable-5",
75
+ "level": "high",
76
+ "legacyVariantId": "claude-fable-5-high",
77
+ "encoding": "legacy-variant"
78
+ },
79
+ "claude-fable-5-low": {
80
+ "targetId": "claude-fable-5",
81
+ "level": "low",
82
+ "legacyVariantId": "claude-fable-5-low",
83
+ "encoding": "legacy-variant"
84
+ },
85
+ "claude-fable-5-max": {
86
+ "targetId": "claude-fable-5",
87
+ "level": "max",
88
+ "legacyVariantId": "claude-fable-5-max",
89
+ "encoding": "legacy-variant"
90
+ },
91
+ "claude-fable-5-medium": {
92
+ "targetId": "claude-fable-5",
93
+ "level": "medium",
94
+ "legacyVariantId": "claude-fable-5-medium",
95
+ "encoding": "legacy-variant"
96
+ },
97
+ "claude-fable-5-xhigh": {
98
+ "targetId": "claude-fable-5",
99
+ "level": "xhigh",
100
+ "legacyVariantId": "claude-fable-5-xhigh",
101
+ "encoding": "legacy-variant"
102
+ },
103
+ "claude-fable-5-thinking-high": {
104
+ "targetId": "claude-fable-5-thinking",
105
+ "level": "high",
106
+ "legacyVariantId": "claude-fable-5-thinking-high",
107
+ "encoding": "legacy-variant"
108
+ },
109
+ "claude-fable-5-thinking-low": {
110
+ "targetId": "claude-fable-5-thinking",
111
+ "level": "low",
112
+ "legacyVariantId": "claude-fable-5-thinking-low",
113
+ "encoding": "legacy-variant"
114
+ },
115
+ "claude-fable-5-thinking-max": {
116
+ "targetId": "claude-fable-5-thinking",
117
+ "level": "max",
118
+ "legacyVariantId": "claude-fable-5-thinking-max",
119
+ "encoding": "legacy-variant"
120
+ },
121
+ "claude-fable-5-thinking-medium": {
122
+ "targetId": "claude-fable-5-thinking",
123
+ "level": "medium",
124
+ "legacyVariantId": "claude-fable-5-thinking-medium",
125
+ "encoding": "legacy-variant"
126
+ },
127
+ "claude-fable-5-thinking-xhigh": {
128
+ "targetId": "claude-fable-5-thinking",
129
+ "level": "xhigh",
130
+ "legacyVariantId": "claude-fable-5-thinking-xhigh",
131
+ "encoding": "legacy-variant"
132
+ },
133
+ "claude-opus-4-7-high": {
134
+ "targetId": "claude-opus-4-7",
135
+ "level": "high",
136
+ "legacyVariantId": "claude-opus-4-7-high",
137
+ "encoding": "legacy-variant"
138
+ },
139
+ "claude-opus-4-7-low": {
140
+ "targetId": "claude-opus-4-7",
141
+ "level": "low",
142
+ "legacyVariantId": "claude-opus-4-7-low",
143
+ "encoding": "legacy-variant"
144
+ },
145
+ "claude-opus-4-7-max": {
146
+ "targetId": "claude-opus-4-7",
147
+ "level": "max",
148
+ "legacyVariantId": "claude-opus-4-7-max",
149
+ "encoding": "legacy-variant"
150
+ },
151
+ "claude-opus-4-7-medium": {
152
+ "targetId": "claude-opus-4-7",
153
+ "level": "medium",
154
+ "legacyVariantId": "claude-opus-4-7-medium",
155
+ "encoding": "legacy-variant"
156
+ },
157
+ "claude-opus-4-7-xhigh": {
158
+ "targetId": "claude-opus-4-7",
159
+ "level": "xhigh",
160
+ "legacyVariantId": "claude-opus-4-7-xhigh",
161
+ "encoding": "legacy-variant"
162
+ },
163
+ "claude-opus-4-7-high-fast": {
164
+ "targetId": "claude-opus-4-7-high-fast",
165
+ "legacyVariantId": "claude-opus-4-7-high-fast",
166
+ "encoding": "legacy-variant"
167
+ },
168
+ "claude-opus-4-7-low-fast": {
169
+ "targetId": "claude-opus-4-7-low-fast",
170
+ "legacyVariantId": "claude-opus-4-7-low-fast",
171
+ "encoding": "legacy-variant"
172
+ },
173
+ "claude-opus-4-7-max-fast": {
174
+ "targetId": "claude-opus-4-7-max-fast",
175
+ "legacyVariantId": "claude-opus-4-7-max-fast",
176
+ "encoding": "legacy-variant"
177
+ },
178
+ "claude-opus-4-7-medium-fast": {
179
+ "targetId": "claude-opus-4-7-medium-fast",
180
+ "legacyVariantId": "claude-opus-4-7-medium-fast",
181
+ "encoding": "legacy-variant"
182
+ },
183
+ "claude-opus-4-7-xhigh-fast": {
184
+ "targetId": "claude-opus-4-7-xhigh-fast",
185
+ "legacyVariantId": "claude-opus-4-7-xhigh-fast",
186
+ "encoding": "legacy-variant"
187
+ },
188
+ "claude-opus-4-7-thinking-high": {
189
+ "targetId": "claude-opus-4-7-thinking",
190
+ "level": "high",
191
+ "legacyVariantId": "claude-opus-4-7-thinking-high",
192
+ "encoding": "legacy-variant"
193
+ },
194
+ "claude-opus-4-7-thinking-low": {
195
+ "targetId": "claude-opus-4-7-thinking",
196
+ "level": "low",
197
+ "legacyVariantId": "claude-opus-4-7-thinking-low",
198
+ "encoding": "legacy-variant"
199
+ },
200
+ "claude-opus-4-7-thinking-max": {
201
+ "targetId": "claude-opus-4-7-thinking",
202
+ "level": "max",
203
+ "legacyVariantId": "claude-opus-4-7-thinking-max",
204
+ "encoding": "legacy-variant"
205
+ },
206
+ "claude-opus-4-7-thinking-medium": {
207
+ "targetId": "claude-opus-4-7-thinking",
208
+ "level": "medium",
209
+ "legacyVariantId": "claude-opus-4-7-thinking-medium",
210
+ "encoding": "legacy-variant"
211
+ },
212
+ "claude-opus-4-7-thinking-xhigh": {
213
+ "targetId": "claude-opus-4-7-thinking",
214
+ "level": "xhigh",
215
+ "legacyVariantId": "claude-opus-4-7-thinking-xhigh",
216
+ "encoding": "legacy-variant"
217
+ },
218
+ "claude-opus-4-7-thinking-high-fast": {
219
+ "targetId": "claude-opus-4-7-thinking-high-fast",
220
+ "legacyVariantId": "claude-opus-4-7-thinking-high-fast",
221
+ "encoding": "legacy-variant"
222
+ },
223
+ "claude-opus-4-7-thinking-low-fast": {
224
+ "targetId": "claude-opus-4-7-thinking-low-fast",
225
+ "legacyVariantId": "claude-opus-4-7-thinking-low-fast",
226
+ "encoding": "legacy-variant"
227
+ },
228
+ "claude-opus-4-7-thinking-max-fast": {
229
+ "targetId": "claude-opus-4-7-thinking-max-fast",
230
+ "legacyVariantId": "claude-opus-4-7-thinking-max-fast",
231
+ "encoding": "legacy-variant"
232
+ },
233
+ "claude-opus-4-7-thinking-medium-fast": {
234
+ "targetId": "claude-opus-4-7-thinking-medium-fast",
235
+ "legacyVariantId": "claude-opus-4-7-thinking-medium-fast",
236
+ "encoding": "legacy-variant"
237
+ },
238
+ "claude-opus-4-7-thinking-xhigh-fast": {
239
+ "targetId": "claude-opus-4-7-thinking-xhigh-fast",
240
+ "legacyVariantId": "claude-opus-4-7-thinking-xhigh-fast",
241
+ "encoding": "legacy-variant"
242
+ },
243
+ "claude-opus-4-8-high": {
244
+ "targetId": "claude-opus-4-8",
245
+ "level": "high",
246
+ "legacyVariantId": "claude-opus-4-8-high",
247
+ "encoding": "legacy-variant"
248
+ },
249
+ "claude-opus-4-8-low": {
250
+ "targetId": "claude-opus-4-8",
251
+ "level": "low",
252
+ "legacyVariantId": "claude-opus-4-8-low",
253
+ "encoding": "legacy-variant"
254
+ },
255
+ "claude-opus-4-8-max": {
256
+ "targetId": "claude-opus-4-8",
257
+ "level": "max",
258
+ "legacyVariantId": "claude-opus-4-8-max",
259
+ "encoding": "legacy-variant"
260
+ },
261
+ "claude-opus-4-8-medium": {
262
+ "targetId": "claude-opus-4-8",
263
+ "level": "medium",
264
+ "legacyVariantId": "claude-opus-4-8-medium",
265
+ "encoding": "legacy-variant"
266
+ },
267
+ "claude-opus-4-8-xhigh": {
268
+ "targetId": "claude-opus-4-8",
269
+ "level": "xhigh",
270
+ "legacyVariantId": "claude-opus-4-8-xhigh",
271
+ "encoding": "legacy-variant"
272
+ },
273
+ "claude-opus-4-8-high-fast": {
274
+ "targetId": "claude-opus-4-8-high-fast",
275
+ "legacyVariantId": "claude-opus-4-8-high-fast",
276
+ "encoding": "legacy-variant"
277
+ },
278
+ "claude-opus-4-8-low-fast": {
279
+ "targetId": "claude-opus-4-8-low-fast",
280
+ "legacyVariantId": "claude-opus-4-8-low-fast",
281
+ "encoding": "legacy-variant"
282
+ },
283
+ "claude-opus-4-8-max-fast": {
284
+ "targetId": "claude-opus-4-8-max-fast",
285
+ "legacyVariantId": "claude-opus-4-8-max-fast",
286
+ "encoding": "legacy-variant"
287
+ },
288
+ "claude-opus-4-8-medium-fast": {
289
+ "targetId": "claude-opus-4-8-medium-fast",
290
+ "legacyVariantId": "claude-opus-4-8-medium-fast",
291
+ "encoding": "legacy-variant"
292
+ },
293
+ "claude-opus-4-8-xhigh-fast": {
294
+ "targetId": "claude-opus-4-8-xhigh-fast",
295
+ "legacyVariantId": "claude-opus-4-8-xhigh-fast",
296
+ "encoding": "legacy-variant"
297
+ },
298
+ "claude-opus-4-8-thinking-high": {
299
+ "targetId": "claude-opus-4-8-thinking",
300
+ "level": "high",
301
+ "legacyVariantId": "claude-opus-4-8-thinking-high",
302
+ "encoding": "legacy-variant"
303
+ },
304
+ "claude-opus-4-8-thinking-low": {
305
+ "targetId": "claude-opus-4-8-thinking",
306
+ "level": "low",
307
+ "legacyVariantId": "claude-opus-4-8-thinking-low",
308
+ "encoding": "legacy-variant"
309
+ },
310
+ "claude-opus-4-8-thinking-max": {
311
+ "targetId": "claude-opus-4-8-thinking",
312
+ "level": "max",
313
+ "legacyVariantId": "claude-opus-4-8-thinking-max",
314
+ "encoding": "legacy-variant"
315
+ },
316
+ "claude-opus-4-8-thinking-medium": {
317
+ "targetId": "claude-opus-4-8-thinking",
318
+ "level": "medium",
319
+ "legacyVariantId": "claude-opus-4-8-thinking-medium",
320
+ "encoding": "legacy-variant"
321
+ },
322
+ "claude-opus-4-8-thinking-xhigh": {
323
+ "targetId": "claude-opus-4-8-thinking",
324
+ "level": "xhigh",
325
+ "legacyVariantId": "claude-opus-4-8-thinking-xhigh",
326
+ "encoding": "legacy-variant"
327
+ },
328
+ "claude-opus-4-8-thinking-high-fast": {
329
+ "targetId": "claude-opus-4-8-thinking-high-fast",
330
+ "legacyVariantId": "claude-opus-4-8-thinking-high-fast",
331
+ "encoding": "legacy-variant"
332
+ },
333
+ "claude-opus-4-8-thinking-low-fast": {
334
+ "targetId": "claude-opus-4-8-thinking-low-fast",
335
+ "legacyVariantId": "claude-opus-4-8-thinking-low-fast",
336
+ "encoding": "legacy-variant"
337
+ },
338
+ "claude-opus-4-8-thinking-max-fast": {
339
+ "targetId": "claude-opus-4-8-thinking-max-fast",
340
+ "legacyVariantId": "claude-opus-4-8-thinking-max-fast",
341
+ "encoding": "legacy-variant"
342
+ },
343
+ "claude-opus-4-8-thinking-medium-fast": {
344
+ "targetId": "claude-opus-4-8-thinking-medium-fast",
345
+ "legacyVariantId": "claude-opus-4-8-thinking-medium-fast",
346
+ "encoding": "legacy-variant"
347
+ },
348
+ "claude-opus-4-8-thinking-xhigh-fast": {
349
+ "targetId": "claude-opus-4-8-thinking-xhigh-fast",
350
+ "legacyVariantId": "claude-opus-4-8-thinking-xhigh-fast",
351
+ "encoding": "legacy-variant"
352
+ },
353
+ "claude-opus-5-high": {
354
+ "targetId": "claude-opus-5",
355
+ "level": "high",
356
+ "legacyVariantId": "claude-opus-5-high",
357
+ "encoding": "legacy-variant"
358
+ },
359
+ "claude-opus-5-low": {
360
+ "targetId": "claude-opus-5",
361
+ "level": "low",
362
+ "legacyVariantId": "claude-opus-5-low",
363
+ "encoding": "legacy-variant"
364
+ },
365
+ "claude-opus-5-medium": {
366
+ "targetId": "claude-opus-5",
367
+ "level": "medium",
368
+ "legacyVariantId": "claude-opus-5-medium",
369
+ "encoding": "legacy-variant"
370
+ },
371
+ "claude-opus-5-max": {
372
+ "targetId": "claude-opus-5",
373
+ "level": "max",
374
+ "legacyVariantId": "claude-opus-5-max",
375
+ "encoding": "legacy-variant"
376
+ },
377
+ "claude-opus-5-high-fast": {
378
+ "targetId": "claude-opus-5-high-fast",
379
+ "legacyVariantId": "claude-opus-5-high-fast",
380
+ "encoding": "legacy-variant"
381
+ },
382
+ "claude-opus-5-low-fast": {
383
+ "targetId": "claude-opus-5-low-fast",
384
+ "legacyVariantId": "claude-opus-5-low-fast",
385
+ "encoding": "legacy-variant"
386
+ },
387
+ "claude-opus-5-medium-fast": {
388
+ "targetId": "claude-opus-5-medium-fast",
389
+ "legacyVariantId": "claude-opus-5-medium-fast",
390
+ "encoding": "legacy-variant"
391
+ },
392
+ "claude-opus-5-max-fast": {
393
+ "targetId": "claude-opus-5-max-fast",
394
+ "legacyVariantId": "claude-opus-5-max-fast",
395
+ "encoding": "legacy-variant"
396
+ },
397
+ "claude-opus-5-thinking-high": {
398
+ "targetId": "claude-opus-5-thinking",
399
+ "level": "high",
400
+ "legacyVariantId": "claude-opus-5-thinking-high",
401
+ "encoding": "legacy-variant"
402
+ },
403
+ "claude-opus-5-thinking-low": {
404
+ "targetId": "claude-opus-5-thinking",
405
+ "level": "low",
406
+ "legacyVariantId": "claude-opus-5-thinking-low",
407
+ "encoding": "legacy-variant"
408
+ },
409
+ "claude-opus-5-thinking-max": {
410
+ "targetId": "claude-opus-5-thinking",
411
+ "level": "max",
412
+ "legacyVariantId": "claude-opus-5-thinking-max",
413
+ "encoding": "legacy-variant"
414
+ },
415
+ "claude-opus-5-thinking-medium": {
416
+ "targetId": "claude-opus-5-thinking",
417
+ "level": "medium",
418
+ "legacyVariantId": "claude-opus-5-thinking-medium",
419
+ "encoding": "legacy-variant"
420
+ },
421
+ "claude-opus-5-thinking-xhigh": {
422
+ "targetId": "claude-opus-5-thinking",
423
+ "level": "xhigh",
424
+ "legacyVariantId": "claude-opus-5-thinking-xhigh",
425
+ "encoding": "legacy-variant"
426
+ },
427
+ "claude-opus-5-thinking-high-fast": {
428
+ "targetId": "claude-opus-5-thinking-high-fast",
429
+ "legacyVariantId": "claude-opus-5-thinking-high-fast",
430
+ "encoding": "legacy-variant"
431
+ },
432
+ "claude-opus-5-thinking-low-fast": {
433
+ "targetId": "claude-opus-5-thinking-low-fast",
434
+ "legacyVariantId": "claude-opus-5-thinking-low-fast",
435
+ "encoding": "legacy-variant"
436
+ },
437
+ "claude-opus-5-thinking-max-fast": {
438
+ "targetId": "claude-opus-5-thinking-max-fast",
439
+ "legacyVariantId": "claude-opus-5-thinking-max-fast",
440
+ "encoding": "legacy-variant"
441
+ },
442
+ "claude-opus-5-thinking-medium-fast": {
443
+ "targetId": "claude-opus-5-thinking-medium-fast",
444
+ "legacyVariantId": "claude-opus-5-thinking-medium-fast",
445
+ "encoding": "legacy-variant"
446
+ },
447
+ "claude-opus-5-thinking-xhigh-fast": {
448
+ "targetId": "claude-opus-5-thinking-xhigh-fast",
449
+ "legacyVariantId": "claude-opus-5-thinking-xhigh-fast",
450
+ "encoding": "legacy-variant"
451
+ },
452
+ "claude-sonnet-5-high": {
453
+ "targetId": "claude-sonnet-5",
454
+ "level": "high",
455
+ "legacyVariantId": "claude-sonnet-5-high",
456
+ "encoding": "legacy-variant"
457
+ },
458
+ "claude-sonnet-5-low": {
459
+ "targetId": "claude-sonnet-5",
460
+ "level": "low",
461
+ "legacyVariantId": "claude-sonnet-5-low",
462
+ "encoding": "legacy-variant"
463
+ },
464
+ "claude-sonnet-5-max": {
465
+ "targetId": "claude-sonnet-5",
466
+ "level": "max",
467
+ "legacyVariantId": "claude-sonnet-5-max",
468
+ "encoding": "legacy-variant"
469
+ },
470
+ "claude-sonnet-5-medium": {
471
+ "targetId": "claude-sonnet-5",
472
+ "level": "medium",
473
+ "legacyVariantId": "claude-sonnet-5-medium",
474
+ "encoding": "legacy-variant"
475
+ },
476
+ "claude-sonnet-5-xhigh": {
477
+ "targetId": "claude-sonnet-5",
478
+ "level": "xhigh",
479
+ "legacyVariantId": "claude-sonnet-5-xhigh",
480
+ "encoding": "legacy-variant"
481
+ },
482
+ "claude-sonnet-5-thinking-high": {
483
+ "targetId": "claude-sonnet-5-thinking",
484
+ "level": "high",
485
+ "legacyVariantId": "claude-sonnet-5-thinking-high",
486
+ "encoding": "legacy-variant"
487
+ },
488
+ "claude-sonnet-5-thinking-low": {
489
+ "targetId": "claude-sonnet-5-thinking",
490
+ "level": "low",
491
+ "legacyVariantId": "claude-sonnet-5-thinking-low",
492
+ "encoding": "legacy-variant"
493
+ },
494
+ "claude-sonnet-5-thinking-max": {
495
+ "targetId": "claude-sonnet-5-thinking",
496
+ "level": "max",
497
+ "legacyVariantId": "claude-sonnet-5-thinking-max",
498
+ "encoding": "legacy-variant"
499
+ },
500
+ "claude-sonnet-5-thinking-medium": {
501
+ "targetId": "claude-sonnet-5-thinking",
502
+ "level": "medium",
503
+ "legacyVariantId": "claude-sonnet-5-thinking-medium",
504
+ "encoding": "legacy-variant"
505
+ },
506
+ "claude-sonnet-5-thinking-xhigh": {
507
+ "targetId": "claude-sonnet-5-thinking",
508
+ "level": "xhigh",
509
+ "legacyVariantId": "claude-sonnet-5-thinking-xhigh",
510
+ "encoding": "legacy-variant"
511
+ },
512
+ "composer-2.5": {
513
+ "targetId": "composer-2.5",
514
+ "legacyVariantId": "composer-2.5",
515
+ "encoding": "legacy-variant"
516
+ },
517
+ "composer-2.5-fast": {
518
+ "targetId": "composer-2.5-fast",
519
+ "legacyVariantId": "composer-2.5-fast",
520
+ "encoding": "legacy-variant"
521
+ },
522
+ "cursor-grok-4.5-high": {
523
+ "targetId": "cursor-grok-4.5",
524
+ "level": "high",
525
+ "legacyVariantId": "cursor-grok-4.5-high",
526
+ "encoding": "legacy-variant"
527
+ },
528
+ "cursor-grok-4.5-low": {
529
+ "targetId": "cursor-grok-4.5",
530
+ "level": "low",
531
+ "legacyVariantId": "cursor-grok-4.5-low",
532
+ "encoding": "legacy-variant"
533
+ },
534
+ "cursor-grok-4.5-medium": {
535
+ "targetId": "cursor-grok-4.5",
536
+ "level": "medium",
537
+ "legacyVariantId": "cursor-grok-4.5-medium",
538
+ "encoding": "legacy-variant"
539
+ },
540
+ "cursor-grok-4.5-max": {
541
+ "targetId": "cursor-grok-4.5",
542
+ "level": "max",
543
+ "legacyVariantId": "cursor-grok-4.5-max",
544
+ "encoding": "legacy-variant"
545
+ },
546
+ "cursor-grok-4.5-thinking-low": {
547
+ "targetId": "cursor-grok-4.5",
548
+ "level": "low",
549
+ "legacyVariantId": "cursor-grok-4.5-thinking-low",
550
+ "encoding": "legacy-variant"
551
+ },
552
+ "cursor-grok-4.5-thinking-medium": {
553
+ "targetId": "cursor-grok-4.5",
554
+ "level": "medium",
555
+ "legacyVariantId": "cursor-grok-4.5-thinking-medium",
556
+ "encoding": "legacy-variant"
557
+ },
558
+ "cursor-grok-4.5-thinking-max": {
559
+ "targetId": "cursor-grok-4.5",
560
+ "level": "max",
561
+ "legacyVariantId": "cursor-grok-4.5-thinking-max",
562
+ "encoding": "legacy-variant"
563
+ },
564
+ "cursor-grok-4.5-high-fast": {
565
+ "targetId": "cursor-grok-4.5-high-fast",
566
+ "legacyVariantId": "cursor-grok-4.5-high-fast",
567
+ "encoding": "legacy-variant"
568
+ },
569
+ "cursor-grok-4.5-low-fast": {
570
+ "targetId": "cursor-grok-4.5-low-fast",
571
+ "legacyVariantId": "cursor-grok-4.5-low-fast",
572
+ "encoding": "legacy-variant"
573
+ },
574
+ "cursor-grok-4.5-medium-fast": {
575
+ "targetId": "cursor-grok-4.5-medium-fast",
576
+ "legacyVariantId": "cursor-grok-4.5-medium-fast",
577
+ "encoding": "legacy-variant"
578
+ },
579
+ "cursor-grok-4.5-max-fast": {
580
+ "targetId": "cursor-grok-4.5-max-fast",
581
+ "legacyVariantId": "cursor-grok-4.5-max-fast",
582
+ "encoding": "legacy-variant"
583
+ },
584
+ "cursor-grok-4.6-high": {
585
+ "targetId": "cursor-grok-4.6",
586
+ "level": "high",
587
+ "legacyVariantId": "cursor-grok-4.6-high",
588
+ "encoding": "legacy-variant"
589
+ },
590
+ "cursor-grok-4.6-low": {
591
+ "targetId": "cursor-grok-4.6",
592
+ "level": "low",
593
+ "legacyVariantId": "cursor-grok-4.6-low",
594
+ "encoding": "legacy-variant"
595
+ },
596
+ "cursor-grok-4.6-medium": {
597
+ "targetId": "cursor-grok-4.6",
598
+ "level": "medium",
599
+ "legacyVariantId": "cursor-grok-4.6-medium",
600
+ "encoding": "legacy-variant"
601
+ },
602
+ "cursor-grok-4.6-xhigh": {
603
+ "targetId": "cursor-grok-4.6",
604
+ "level": "xhigh",
605
+ "legacyVariantId": "cursor-grok-4.6-xhigh",
606
+ "encoding": "legacy-variant"
607
+ },
608
+ "cursor-grok-4.6-max": {
609
+ "targetId": "cursor-grok-4.6",
610
+ "level": "max",
611
+ "legacyVariantId": "cursor-grok-4.6-max",
612
+ "encoding": "legacy-variant"
613
+ },
614
+ "cursor-grok-4.6-thinking-low": {
615
+ "targetId": "cursor-grok-4.6",
616
+ "level": "low",
617
+ "legacyVariantId": "cursor-grok-4.6-thinking-low",
618
+ "encoding": "legacy-variant"
619
+ },
620
+ "cursor-grok-4.6-thinking-medium": {
621
+ "targetId": "cursor-grok-4.6",
622
+ "level": "medium",
623
+ "legacyVariantId": "cursor-grok-4.6-thinking-medium",
624
+ "encoding": "legacy-variant"
625
+ },
626
+ "cursor-grok-4.6-thinking-max": {
627
+ "targetId": "cursor-grok-4.6",
628
+ "level": "max",
629
+ "legacyVariantId": "cursor-grok-4.6-thinking-max",
630
+ "encoding": "legacy-variant"
631
+ },
632
+ "cursor-grok-4.6-high-fast": {
633
+ "targetId": "cursor-grok-4.6-high-fast",
634
+ "legacyVariantId": "cursor-grok-4.6-high-fast",
635
+ "encoding": "legacy-variant"
636
+ },
637
+ "cursor-grok-4.6-low-fast": {
638
+ "targetId": "cursor-grok-4.6-low-fast",
639
+ "legacyVariantId": "cursor-grok-4.6-low-fast",
640
+ "encoding": "legacy-variant"
641
+ },
642
+ "cursor-grok-4.6-medium-fast": {
643
+ "targetId": "cursor-grok-4.6-medium-fast",
644
+ "legacyVariantId": "cursor-grok-4.6-medium-fast",
645
+ "encoding": "legacy-variant"
646
+ },
647
+ "cursor-grok-4.6-xhigh-fast": {
648
+ "targetId": "cursor-grok-4.6-xhigh-fast",
649
+ "legacyVariantId": "cursor-grok-4.6-xhigh-fast",
650
+ "encoding": "legacy-variant"
651
+ },
652
+ "cursor-grok-4.6-max-fast": {
653
+ "targetId": "cursor-grok-4.6-max-fast",
654
+ "legacyVariantId": "cursor-grok-4.6-max-fast",
655
+ "encoding": "legacy-variant"
656
+ },
657
+ "default": {
658
+ "targetId": "default",
659
+ "legacyVariantId": "default",
660
+ "encoding": "legacy-variant"
661
+ },
662
+ "gemini-3-flash": {
663
+ "targetId": "gemini-3-flash",
664
+ "legacyVariantId": "gemini-3-flash",
665
+ "encoding": "legacy-variant"
666
+ },
667
+ "gemini-3.1-pro": {
668
+ "targetId": "gemini-3.1-pro",
669
+ "legacyVariantId": "gemini-3.1-pro",
670
+ "encoding": "legacy-variant"
671
+ },
672
+ "gemini-3.5-flash": {
673
+ "targetId": "gemini-3.5-flash",
674
+ "legacyVariantId": "gemini-3.5-flash",
675
+ "encoding": "legacy-variant"
676
+ },
677
+ "gemini-3.6-flash-high": {
678
+ "targetId": "gemini-3.6-flash",
679
+ "level": "high",
680
+ "legacyVariantId": "gemini-3.6-flash-high",
681
+ "encoding": "legacy-variant"
682
+ },
683
+ "gemini-3.6-flash-low": {
684
+ "targetId": "gemini-3.6-flash",
685
+ "level": "low",
686
+ "legacyVariantId": "gemini-3.6-flash-low",
687
+ "encoding": "legacy-variant"
688
+ },
689
+ "gemini-3.6-flash-medium": {
690
+ "targetId": "gemini-3.6-flash",
691
+ "level": "medium",
692
+ "legacyVariantId": "gemini-3.6-flash-medium",
693
+ "encoding": "legacy-variant"
694
+ },
695
+ "gemini-3.6-flash-minimal": {
696
+ "targetId": "gemini-3.6-flash",
697
+ "level": "minimal",
698
+ "legacyVariantId": "gemini-3.6-flash-minimal",
699
+ "encoding": "legacy-variant"
700
+ },
701
+ "gemini-3.7-flash-high": {
702
+ "targetId": "gemini-3.7-flash",
703
+ "level": "high",
704
+ "legacyVariantId": "gemini-3.7-flash-high",
705
+ "encoding": "legacy-variant"
706
+ },
707
+ "gemini-3.7-flash-low": {
708
+ "targetId": "gemini-3.7-flash",
709
+ "level": "low",
710
+ "legacyVariantId": "gemini-3.7-flash-low",
711
+ "encoding": "legacy-variant"
712
+ },
713
+ "gemini-3.7-flash-medium": {
714
+ "targetId": "gemini-3.7-flash",
715
+ "level": "medium",
716
+ "legacyVariantId": "gemini-3.7-flash-medium",
717
+ "encoding": "legacy-variant"
718
+ },
719
+ "gemini-3.7-flash-max": {
720
+ "targetId": "gemini-3.7-flash",
721
+ "level": "max",
722
+ "legacyVariantId": "gemini-3.7-flash-max",
723
+ "encoding": "legacy-variant"
724
+ },
725
+ "gemini-3.7-flash-thinking-low": {
726
+ "targetId": "gemini-3.7-flash",
727
+ "level": "low",
728
+ "legacyVariantId": "gemini-3.7-flash-thinking-low",
729
+ "encoding": "legacy-variant"
730
+ },
731
+ "gemini-3.7-flash-thinking-medium": {
732
+ "targetId": "gemini-3.7-flash",
733
+ "level": "medium",
734
+ "legacyVariantId": "gemini-3.7-flash-thinking-medium",
735
+ "encoding": "legacy-variant"
736
+ },
737
+ "gemini-3.7-flash-thinking-max": {
738
+ "targetId": "gemini-3.7-flash",
739
+ "level": "max",
740
+ "legacyVariantId": "gemini-3.7-flash-thinking-max",
741
+ "encoding": "legacy-variant"
742
+ },
743
+ "glm-5.2-high": {
744
+ "targetId": "glm-5.2",
745
+ "level": "high",
746
+ "legacyVariantId": "glm-5.2-high",
747
+ "encoding": "legacy-variant"
748
+ },
749
+ "glm-5.2-max": {
750
+ "targetId": "glm-5.2",
751
+ "level": "max",
752
+ "legacyVariantId": "glm-5.2-max",
753
+ "encoding": "legacy-variant"
754
+ },
755
+ "gpt-5-mini": {
756
+ "targetId": "gpt-5-mini",
757
+ "legacyVariantId": "gpt-5-mini",
758
+ "encoding": "legacy-variant"
759
+ },
760
+ "gpt-5.1": {
761
+ "targetId": "gpt-5.1",
762
+ "legacyVariantId": "gpt-5.1",
763
+ "encoding": "legacy-variant"
764
+ },
765
+ "gpt-5.1-high": {
766
+ "targetId": "gpt-5.1",
767
+ "level": "high",
768
+ "legacyVariantId": "gpt-5.1-high",
769
+ "encoding": "legacy-variant"
770
+ },
771
+ "gpt-5.1-low": {
772
+ "targetId": "gpt-5.1",
773
+ "level": "low",
774
+ "legacyVariantId": "gpt-5.1-low",
775
+ "encoding": "legacy-variant"
776
+ },
777
+ "gpt-5.2": {
778
+ "targetId": "gpt-5.2",
779
+ "legacyVariantId": "gpt-5.2",
780
+ "encoding": "legacy-variant"
781
+ },
782
+ "gpt-5.2-high": {
783
+ "targetId": "gpt-5.2",
784
+ "level": "high",
785
+ "legacyVariantId": "gpt-5.2-high",
786
+ "encoding": "legacy-variant"
787
+ },
788
+ "gpt-5.2-low": {
789
+ "targetId": "gpt-5.2",
790
+ "level": "low",
791
+ "legacyVariantId": "gpt-5.2-low",
792
+ "encoding": "legacy-variant"
793
+ },
794
+ "gpt-5.2-xhigh": {
795
+ "targetId": "gpt-5.2",
796
+ "level": "xhigh",
797
+ "legacyVariantId": "gpt-5.2-xhigh",
798
+ "encoding": "legacy-variant"
799
+ },
800
+ "gpt-5.2-medium": {
801
+ "targetId": "gpt-5.2",
802
+ "level": "medium",
803
+ "legacyVariantId": "gpt-5.2-medium",
804
+ "encoding": "legacy-variant"
805
+ },
806
+ "gpt-5.2-max": {
807
+ "targetId": "gpt-5.2",
808
+ "level": "max",
809
+ "legacyVariantId": "gpt-5.2-max",
810
+ "encoding": "legacy-variant"
811
+ },
812
+ "gpt-5.2-thinking-low": {
813
+ "targetId": "gpt-5.2",
814
+ "level": "low",
815
+ "legacyVariantId": "gpt-5.2-thinking-low",
816
+ "encoding": "legacy-variant"
817
+ },
818
+ "gpt-5.2-thinking-medium": {
819
+ "targetId": "gpt-5.2",
820
+ "level": "medium",
821
+ "legacyVariantId": "gpt-5.2-thinking-medium",
822
+ "encoding": "legacy-variant"
823
+ },
824
+ "gpt-5.2-thinking-max": {
825
+ "targetId": "gpt-5.2",
826
+ "level": "max",
827
+ "legacyVariantId": "gpt-5.2-thinking-max",
828
+ "encoding": "legacy-variant"
829
+ },
830
+ "gpt-5.2-fast": {
831
+ "targetId": "gpt-5.2-fast",
832
+ "legacyVariantId": "gpt-5.2-fast",
833
+ "encoding": "legacy-variant"
834
+ },
835
+ "gpt-5.2-high-fast": {
836
+ "targetId": "gpt-5.2-high-fast",
837
+ "legacyVariantId": "gpt-5.2-high-fast",
838
+ "encoding": "legacy-variant"
839
+ },
840
+ "gpt-5.2-low-fast": {
841
+ "targetId": "gpt-5.2-low-fast",
842
+ "legacyVariantId": "gpt-5.2-low-fast",
843
+ "encoding": "legacy-variant"
844
+ },
845
+ "gpt-5.2-xhigh-fast": {
846
+ "targetId": "gpt-5.2-xhigh-fast",
847
+ "legacyVariantId": "gpt-5.2-xhigh-fast",
848
+ "encoding": "legacy-variant"
849
+ },
850
+ "gpt-5.2-medium-fast": {
851
+ "targetId": "gpt-5.2-medium-fast",
852
+ "legacyVariantId": "gpt-5.2-medium-fast",
853
+ "encoding": "legacy-variant"
854
+ },
855
+ "gpt-5.2-max-fast": {
856
+ "targetId": "gpt-5.2-max-fast",
857
+ "legacyVariantId": "gpt-5.2-max-fast",
858
+ "encoding": "legacy-variant"
859
+ },
860
+ "gpt-5.3-codex": {
861
+ "targetId": "gpt-5.3-codex",
862
+ "legacyVariantId": "gpt-5.3-codex",
863
+ "encoding": "legacy-variant"
864
+ },
865
+ "gpt-5.3-codex-high": {
866
+ "targetId": "gpt-5.3-codex",
867
+ "level": "high",
868
+ "legacyVariantId": "gpt-5.3-codex-high",
869
+ "encoding": "legacy-variant"
870
+ },
871
+ "gpt-5.3-codex-low": {
872
+ "targetId": "gpt-5.3-codex",
873
+ "level": "low",
874
+ "legacyVariantId": "gpt-5.3-codex-low",
875
+ "encoding": "legacy-variant"
876
+ },
877
+ "gpt-5.3-codex-xhigh": {
878
+ "targetId": "gpt-5.3-codex",
879
+ "level": "xhigh",
880
+ "legacyVariantId": "gpt-5.3-codex-xhigh",
881
+ "encoding": "legacy-variant"
882
+ },
883
+ "gpt-5.3-codex-medium": {
884
+ "targetId": "gpt-5.3-codex",
885
+ "level": "medium",
886
+ "legacyVariantId": "gpt-5.3-codex-medium",
887
+ "encoding": "legacy-variant"
888
+ },
889
+ "gpt-5.3-codex-max": {
890
+ "targetId": "gpt-5.3-codex",
891
+ "level": "max",
892
+ "legacyVariantId": "gpt-5.3-codex-max",
893
+ "encoding": "legacy-variant"
894
+ },
895
+ "gpt-5.3-codex-thinking-low": {
896
+ "targetId": "gpt-5.3-codex",
897
+ "level": "low",
898
+ "legacyVariantId": "gpt-5.3-codex-thinking-low",
899
+ "encoding": "legacy-variant"
900
+ },
901
+ "gpt-5.3-codex-thinking-medium": {
902
+ "targetId": "gpt-5.3-codex",
903
+ "level": "medium",
904
+ "legacyVariantId": "gpt-5.3-codex-thinking-medium",
905
+ "encoding": "legacy-variant"
906
+ },
907
+ "gpt-5.3-codex-thinking-max": {
908
+ "targetId": "gpt-5.3-codex",
909
+ "level": "max",
910
+ "legacyVariantId": "gpt-5.3-codex-thinking-max",
911
+ "encoding": "legacy-variant"
912
+ },
913
+ "gpt-5.3-codex-fast": {
914
+ "targetId": "gpt-5.3-codex-fast",
915
+ "legacyVariantId": "gpt-5.3-codex-fast",
916
+ "encoding": "legacy-variant"
917
+ },
918
+ "gpt-5.3-codex-high-fast": {
919
+ "targetId": "gpt-5.3-codex-high-fast",
920
+ "legacyVariantId": "gpt-5.3-codex-high-fast",
921
+ "encoding": "legacy-variant"
922
+ },
923
+ "gpt-5.3-codex-low-fast": {
924
+ "targetId": "gpt-5.3-codex-low-fast",
925
+ "legacyVariantId": "gpt-5.3-codex-low-fast",
926
+ "encoding": "legacy-variant"
927
+ },
928
+ "gpt-5.3-codex-xhigh-fast": {
929
+ "targetId": "gpt-5.3-codex-xhigh-fast",
930
+ "legacyVariantId": "gpt-5.3-codex-xhigh-fast",
931
+ "encoding": "legacy-variant"
932
+ },
933
+ "gpt-5.3-codex-medium-fast": {
934
+ "targetId": "gpt-5.3-codex-medium-fast",
935
+ "legacyVariantId": "gpt-5.3-codex-medium-fast",
936
+ "encoding": "legacy-variant"
937
+ },
938
+ "gpt-5.3-codex-max-fast": {
939
+ "targetId": "gpt-5.3-codex-max-fast",
940
+ "legacyVariantId": "gpt-5.3-codex-max-fast",
941
+ "encoding": "legacy-variant"
942
+ },
943
+ "gpt-5.4-high": {
944
+ "targetId": "gpt-5.4",
945
+ "level": "high",
946
+ "legacyVariantId": "gpt-5.4-high",
947
+ "encoding": "legacy-variant"
948
+ },
949
+ "gpt-5.4-low": {
950
+ "targetId": "gpt-5.4",
951
+ "level": "low",
952
+ "legacyVariantId": "gpt-5.4-low",
953
+ "encoding": "legacy-variant"
954
+ },
955
+ "gpt-5.4-medium": {
956
+ "targetId": "gpt-5.4",
957
+ "level": "medium",
958
+ "legacyVariantId": "gpt-5.4-medium",
959
+ "encoding": "legacy-variant"
960
+ },
961
+ "gpt-5.4-xhigh": {
962
+ "targetId": "gpt-5.4",
963
+ "level": "xhigh",
964
+ "legacyVariantId": "gpt-5.4-xhigh",
965
+ "encoding": "legacy-variant"
966
+ },
967
+ "gpt-5.4-high-fast": {
968
+ "targetId": "gpt-5.4-high-fast",
969
+ "legacyVariantId": "gpt-5.4-high-fast",
970
+ "encoding": "legacy-variant"
971
+ },
972
+ "gpt-5.4-medium-fast": {
973
+ "targetId": "gpt-5.4-medium-fast",
974
+ "legacyVariantId": "gpt-5.4-medium-fast",
975
+ "encoding": "legacy-variant"
976
+ },
977
+ "gpt-5.4-xhigh-fast": {
978
+ "targetId": "gpt-5.4-xhigh-fast",
979
+ "legacyVariantId": "gpt-5.4-xhigh-fast",
980
+ "encoding": "legacy-variant"
981
+ },
982
+ "gpt-5.4-mini-high": {
983
+ "targetId": "gpt-5.4-mini",
984
+ "level": "high",
985
+ "legacyVariantId": "gpt-5.4-mini-high",
986
+ "encoding": "legacy-variant"
987
+ },
988
+ "gpt-5.4-mini-low": {
989
+ "targetId": "gpt-5.4-mini",
990
+ "level": "low",
991
+ "legacyVariantId": "gpt-5.4-mini-low",
992
+ "encoding": "legacy-variant"
993
+ },
994
+ "gpt-5.4-mini-medium": {
995
+ "targetId": "gpt-5.4-mini",
996
+ "level": "medium",
997
+ "legacyVariantId": "gpt-5.4-mini-medium",
998
+ "encoding": "legacy-variant"
999
+ },
1000
+ "gpt-5.4-mini-none": {
1001
+ "targetId": "gpt-5.4-mini",
1002
+ "level": "off",
1003
+ "legacyVariantId": "gpt-5.4-mini-none",
1004
+ "encoding": "legacy-variant"
1005
+ },
1006
+ "gpt-5.4-mini-xhigh": {
1007
+ "targetId": "gpt-5.4-mini",
1008
+ "level": "xhigh",
1009
+ "legacyVariantId": "gpt-5.4-mini-xhigh",
1010
+ "encoding": "legacy-variant"
1011
+ },
1012
+ "gpt-5.4-nano-high": {
1013
+ "targetId": "gpt-5.4-nano",
1014
+ "level": "high",
1015
+ "legacyVariantId": "gpt-5.4-nano-high",
1016
+ "encoding": "legacy-variant"
1017
+ },
1018
+ "gpt-5.4-nano-low": {
1019
+ "targetId": "gpt-5.4-nano",
1020
+ "level": "low",
1021
+ "legacyVariantId": "gpt-5.4-nano-low",
1022
+ "encoding": "legacy-variant"
1023
+ },
1024
+ "gpt-5.4-nano-medium": {
1025
+ "targetId": "gpt-5.4-nano",
1026
+ "level": "medium",
1027
+ "legacyVariantId": "gpt-5.4-nano-medium",
1028
+ "encoding": "legacy-variant"
1029
+ },
1030
+ "gpt-5.4-nano-none": {
1031
+ "targetId": "gpt-5.4-nano",
1032
+ "level": "off",
1033
+ "legacyVariantId": "gpt-5.4-nano-none",
1034
+ "encoding": "legacy-variant"
1035
+ },
1036
+ "gpt-5.4-nano-xhigh": {
1037
+ "targetId": "gpt-5.4-nano",
1038
+ "level": "xhigh",
1039
+ "legacyVariantId": "gpt-5.4-nano-xhigh",
1040
+ "encoding": "legacy-variant"
1041
+ },
1042
+ "gpt-5.5-extra-high": {
1043
+ "targetId": "gpt-5.5",
1044
+ "level": "extra-high",
1045
+ "legacyVariantId": "gpt-5.5-extra-high",
1046
+ "encoding": "legacy-variant"
1047
+ },
1048
+ "gpt-5.5-high": {
1049
+ "targetId": "gpt-5.5",
1050
+ "level": "high",
1051
+ "legacyVariantId": "gpt-5.5-high",
1052
+ "encoding": "legacy-variant"
1053
+ },
1054
+ "gpt-5.5-low": {
1055
+ "targetId": "gpt-5.5",
1056
+ "level": "low",
1057
+ "legacyVariantId": "gpt-5.5-low",
1058
+ "encoding": "legacy-variant"
1059
+ },
1060
+ "gpt-5.5-medium": {
1061
+ "targetId": "gpt-5.5",
1062
+ "level": "medium",
1063
+ "legacyVariantId": "gpt-5.5-medium",
1064
+ "encoding": "legacy-variant"
1065
+ },
1066
+ "gpt-5.5-none": {
1067
+ "targetId": "gpt-5.5",
1068
+ "level": "off",
1069
+ "legacyVariantId": "gpt-5.5-none",
1070
+ "encoding": "legacy-variant"
1071
+ },
1072
+ "gpt-5.5-max": {
1073
+ "targetId": "gpt-5.5",
1074
+ "level": "max",
1075
+ "legacyVariantId": "gpt-5.5-max",
1076
+ "encoding": "legacy-variant"
1077
+ },
1078
+ "gpt-5.5-thinking-low": {
1079
+ "targetId": "gpt-5.5",
1080
+ "level": "low",
1081
+ "legacyVariantId": "gpt-5.5-thinking-low",
1082
+ "encoding": "legacy-variant"
1083
+ },
1084
+ "gpt-5.5-thinking-medium": {
1085
+ "targetId": "gpt-5.5",
1086
+ "level": "medium",
1087
+ "legacyVariantId": "gpt-5.5-thinking-medium",
1088
+ "encoding": "legacy-variant"
1089
+ },
1090
+ "gpt-5.5-thinking-max": {
1091
+ "targetId": "gpt-5.5",
1092
+ "level": "max",
1093
+ "legacyVariantId": "gpt-5.5-thinking-max",
1094
+ "encoding": "legacy-variant"
1095
+ },
1096
+ "gpt-5.5-extra-high-fast": {
1097
+ "targetId": "gpt-5.5-extra-high-fast",
1098
+ "legacyVariantId": "gpt-5.5-extra-high-fast",
1099
+ "encoding": "legacy-variant"
1100
+ },
1101
+ "gpt-5.5-high-fast": {
1102
+ "targetId": "gpt-5.5-high-fast",
1103
+ "legacyVariantId": "gpt-5.5-high-fast",
1104
+ "encoding": "legacy-variant"
1105
+ },
1106
+ "gpt-5.5-low-fast": {
1107
+ "targetId": "gpt-5.5-low-fast",
1108
+ "legacyVariantId": "gpt-5.5-low-fast",
1109
+ "encoding": "legacy-variant"
1110
+ },
1111
+ "gpt-5.5-medium-fast": {
1112
+ "targetId": "gpt-5.5-medium-fast",
1113
+ "legacyVariantId": "gpt-5.5-medium-fast",
1114
+ "encoding": "legacy-variant"
1115
+ },
1116
+ "gpt-5.5-none-fast": {
1117
+ "targetId": "gpt-5.5-none-fast",
1118
+ "legacyVariantId": "gpt-5.5-none-fast",
1119
+ "encoding": "legacy-variant"
1120
+ },
1121
+ "gpt-5.5-max-fast": {
1122
+ "targetId": "gpt-5.5-max-fast",
1123
+ "legacyVariantId": "gpt-5.5-max-fast",
1124
+ "encoding": "legacy-variant"
1125
+ },
1126
+ "gpt-5.6-luna-high": {
1127
+ "targetId": "gpt-5.6-luna",
1128
+ "level": "high",
1129
+ "legacyVariantId": "gpt-5.6-luna-high",
1130
+ "encoding": "legacy-variant"
1131
+ },
1132
+ "gpt-5.6-luna-low": {
1133
+ "targetId": "gpt-5.6-luna",
1134
+ "level": "low",
1135
+ "legacyVariantId": "gpt-5.6-luna-low",
1136
+ "encoding": "legacy-variant"
1137
+ },
1138
+ "gpt-5.6-luna-max": {
1139
+ "targetId": "gpt-5.6-luna",
1140
+ "level": "max",
1141
+ "legacyVariantId": "gpt-5.6-luna-max",
1142
+ "encoding": "legacy-variant"
1143
+ },
1144
+ "gpt-5.6-luna-medium": {
1145
+ "targetId": "gpt-5.6-luna",
1146
+ "level": "medium",
1147
+ "legacyVariantId": "gpt-5.6-luna-medium",
1148
+ "encoding": "legacy-variant"
1149
+ },
1150
+ "gpt-5.6-luna-none": {
1151
+ "targetId": "gpt-5.6-luna",
1152
+ "level": "off",
1153
+ "legacyVariantId": "gpt-5.6-luna-none",
1154
+ "encoding": "legacy-variant"
1155
+ },
1156
+ "gpt-5.6-luna-xhigh": {
1157
+ "targetId": "gpt-5.6-luna",
1158
+ "level": "xhigh",
1159
+ "legacyVariantId": "gpt-5.6-luna-xhigh",
1160
+ "encoding": "legacy-variant"
1161
+ },
1162
+ "gpt-5.6-luna-thinking-low": {
1163
+ "targetId": "gpt-5.6-luna",
1164
+ "level": "low",
1165
+ "legacyVariantId": "gpt-5.6-luna-thinking-low",
1166
+ "encoding": "legacy-variant"
1167
+ },
1168
+ "gpt-5.6-luna-thinking-medium": {
1169
+ "targetId": "gpt-5.6-luna",
1170
+ "level": "medium",
1171
+ "legacyVariantId": "gpt-5.6-luna-thinking-medium",
1172
+ "encoding": "legacy-variant"
1173
+ },
1174
+ "gpt-5.6-luna-thinking-max": {
1175
+ "targetId": "gpt-5.6-luna",
1176
+ "level": "max",
1177
+ "legacyVariantId": "gpt-5.6-luna-thinking-max",
1178
+ "encoding": "legacy-variant"
1179
+ },
1180
+ "gpt-5.6-luna-high-fast": {
1181
+ "targetId": "gpt-5.6-luna-high-fast",
1182
+ "legacyVariantId": "gpt-5.6-luna-high-fast",
1183
+ "encoding": "legacy-variant"
1184
+ },
1185
+ "gpt-5.6-luna-low-fast": {
1186
+ "targetId": "gpt-5.6-luna-low-fast",
1187
+ "legacyVariantId": "gpt-5.6-luna-low-fast",
1188
+ "encoding": "legacy-variant"
1189
+ },
1190
+ "gpt-5.6-luna-max-fast": {
1191
+ "targetId": "gpt-5.6-luna-max-fast",
1192
+ "legacyVariantId": "gpt-5.6-luna-max-fast",
1193
+ "encoding": "legacy-variant"
1194
+ },
1195
+ "gpt-5.6-luna-medium-fast": {
1196
+ "targetId": "gpt-5.6-luna-medium-fast",
1197
+ "legacyVariantId": "gpt-5.6-luna-medium-fast",
1198
+ "encoding": "legacy-variant"
1199
+ },
1200
+ "gpt-5.6-luna-none-fast": {
1201
+ "targetId": "gpt-5.6-luna-none-fast",
1202
+ "legacyVariantId": "gpt-5.6-luna-none-fast",
1203
+ "encoding": "legacy-variant"
1204
+ },
1205
+ "gpt-5.6-luna-xhigh-fast": {
1206
+ "targetId": "gpt-5.6-luna-xhigh-fast",
1207
+ "legacyVariantId": "gpt-5.6-luna-xhigh-fast",
1208
+ "encoding": "legacy-variant"
1209
+ },
1210
+ "gpt-5.6-sol-high": {
1211
+ "targetId": "gpt-5.6-sol",
1212
+ "level": "high",
1213
+ "legacyVariantId": "gpt-5.6-sol-high",
1214
+ "encoding": "legacy-variant"
1215
+ },
1216
+ "gpt-5.6-sol-low": {
1217
+ "targetId": "gpt-5.6-sol",
1218
+ "level": "low",
1219
+ "legacyVariantId": "gpt-5.6-sol-low",
1220
+ "encoding": "legacy-variant"
1221
+ },
1222
+ "gpt-5.6-sol-max": {
1223
+ "targetId": "gpt-5.6-sol",
1224
+ "level": "max",
1225
+ "legacyVariantId": "gpt-5.6-sol-max",
1226
+ "encoding": "legacy-variant"
1227
+ },
1228
+ "gpt-5.6-sol-medium": {
1229
+ "targetId": "gpt-5.6-sol",
1230
+ "level": "medium",
1231
+ "legacyVariantId": "gpt-5.6-sol-medium",
1232
+ "encoding": "legacy-variant"
1233
+ },
1234
+ "gpt-5.6-sol-none": {
1235
+ "targetId": "gpt-5.6-sol",
1236
+ "level": "off",
1237
+ "legacyVariantId": "gpt-5.6-sol-none",
1238
+ "encoding": "legacy-variant"
1239
+ },
1240
+ "gpt-5.6-sol-xhigh": {
1241
+ "targetId": "gpt-5.6-sol",
1242
+ "level": "xhigh",
1243
+ "legacyVariantId": "gpt-5.6-sol-xhigh",
1244
+ "encoding": "legacy-variant"
1245
+ },
1246
+ "gpt-5.6-sol-thinking-low": {
1247
+ "targetId": "gpt-5.6-sol",
1248
+ "level": "low",
1249
+ "legacyVariantId": "gpt-5.6-sol-thinking-low",
1250
+ "encoding": "legacy-variant"
1251
+ },
1252
+ "gpt-5.6-sol-thinking-medium": {
1253
+ "targetId": "gpt-5.6-sol",
1254
+ "level": "medium",
1255
+ "legacyVariantId": "gpt-5.6-sol-thinking-medium",
1256
+ "encoding": "legacy-variant"
1257
+ },
1258
+ "gpt-5.6-sol-thinking-max": {
1259
+ "targetId": "gpt-5.6-sol",
1260
+ "level": "max",
1261
+ "legacyVariantId": "gpt-5.6-sol-thinking-max",
1262
+ "encoding": "legacy-variant"
1263
+ },
1264
+ "gpt-5.6-sol-high-fast": {
1265
+ "targetId": "gpt-5.6-sol-high-fast",
1266
+ "legacyVariantId": "gpt-5.6-sol-high-fast",
1267
+ "encoding": "legacy-variant"
1268
+ },
1269
+ "gpt-5.6-sol-low-fast": {
1270
+ "targetId": "gpt-5.6-sol-low-fast",
1271
+ "legacyVariantId": "gpt-5.6-sol-low-fast",
1272
+ "encoding": "legacy-variant"
1273
+ },
1274
+ "gpt-5.6-sol-max-fast": {
1275
+ "targetId": "gpt-5.6-sol-max-fast",
1276
+ "legacyVariantId": "gpt-5.6-sol-max-fast",
1277
+ "encoding": "legacy-variant"
1278
+ },
1279
+ "gpt-5.6-sol-medium-fast": {
1280
+ "targetId": "gpt-5.6-sol-medium-fast",
1281
+ "legacyVariantId": "gpt-5.6-sol-medium-fast",
1282
+ "encoding": "legacy-variant"
1283
+ },
1284
+ "gpt-5.6-sol-none-fast": {
1285
+ "targetId": "gpt-5.6-sol-none-fast",
1286
+ "legacyVariantId": "gpt-5.6-sol-none-fast",
1287
+ "encoding": "legacy-variant"
1288
+ },
1289
+ "gpt-5.6-sol-xhigh-fast": {
1290
+ "targetId": "gpt-5.6-sol-xhigh-fast",
1291
+ "legacyVariantId": "gpt-5.6-sol-xhigh-fast",
1292
+ "encoding": "legacy-variant"
1293
+ },
1294
+ "gpt-5.6-terra-high": {
1295
+ "targetId": "gpt-5.6-terra",
1296
+ "level": "high",
1297
+ "legacyVariantId": "gpt-5.6-terra-high",
1298
+ "encoding": "legacy-variant"
1299
+ },
1300
+ "gpt-5.6-terra-low": {
1301
+ "targetId": "gpt-5.6-terra",
1302
+ "level": "low",
1303
+ "legacyVariantId": "gpt-5.6-terra-low",
1304
+ "encoding": "legacy-variant"
1305
+ },
1306
+ "gpt-5.6-terra-max": {
1307
+ "targetId": "gpt-5.6-terra",
1308
+ "level": "max",
1309
+ "legacyVariantId": "gpt-5.6-terra-max",
1310
+ "encoding": "legacy-variant"
1311
+ },
1312
+ "gpt-5.6-terra-medium": {
1313
+ "targetId": "gpt-5.6-terra",
1314
+ "level": "medium",
1315
+ "legacyVariantId": "gpt-5.6-terra-medium",
1316
+ "encoding": "legacy-variant"
1317
+ },
1318
+ "gpt-5.6-terra-none": {
1319
+ "targetId": "gpt-5.6-terra",
1320
+ "level": "off",
1321
+ "legacyVariantId": "gpt-5.6-terra-none",
1322
+ "encoding": "legacy-variant"
1323
+ },
1324
+ "gpt-5.6-terra-xhigh": {
1325
+ "targetId": "gpt-5.6-terra",
1326
+ "level": "xhigh",
1327
+ "legacyVariantId": "gpt-5.6-terra-xhigh",
1328
+ "encoding": "legacy-variant"
1329
+ },
1330
+ "gpt-5.6-terra-high-fast": {
1331
+ "targetId": "gpt-5.6-terra-high-fast",
1332
+ "legacyVariantId": "gpt-5.6-terra-high-fast",
1333
+ "encoding": "legacy-variant"
1334
+ },
1335
+ "gpt-5.6-terra-low-fast": {
1336
+ "targetId": "gpt-5.6-terra-low-fast",
1337
+ "legacyVariantId": "gpt-5.6-terra-low-fast",
1338
+ "encoding": "legacy-variant"
1339
+ },
1340
+ "gpt-5.6-terra-max-fast": {
1341
+ "targetId": "gpt-5.6-terra-max-fast",
1342
+ "legacyVariantId": "gpt-5.6-terra-max-fast",
1343
+ "encoding": "legacy-variant"
1344
+ },
1345
+ "gpt-5.6-terra-medium-fast": {
1346
+ "targetId": "gpt-5.6-terra-medium-fast",
1347
+ "legacyVariantId": "gpt-5.6-terra-medium-fast",
1348
+ "encoding": "legacy-variant"
1349
+ },
1350
+ "gpt-5.6-terra-none-fast": {
1351
+ "targetId": "gpt-5.6-terra-none-fast",
1352
+ "legacyVariantId": "gpt-5.6-terra-none-fast",
1353
+ "encoding": "legacy-variant"
1354
+ },
1355
+ "gpt-5.6-terra-xhigh-fast": {
1356
+ "targetId": "gpt-5.6-terra-xhigh-fast",
1357
+ "legacyVariantId": "gpt-5.6-terra-xhigh-fast",
1358
+ "encoding": "legacy-variant"
1359
+ },
1360
+ "kimi-k2.7-code": {
1361
+ "targetId": "kimi-k2.7-code",
1362
+ "legacyVariantId": "kimi-k2.7-code",
1363
+ "encoding": "legacy-variant"
1364
+ },
1365
+ "kimi-k3-high": {
1366
+ "targetId": "kimi-k3",
1367
+ "level": "high",
1368
+ "legacyVariantId": "kimi-k3-high",
1369
+ "encoding": "legacy-variant"
1370
+ },
1371
+ "kimi-k3-low": {
1372
+ "targetId": "kimi-k3",
1373
+ "level": "low",
1374
+ "legacyVariantId": "kimi-k3-low",
1375
+ "encoding": "legacy-variant"
1376
+ },
1377
+ "kimi-k3-max": {
1378
+ "targetId": "kimi-k3",
1379
+ "level": "max",
1380
+ "legacyVariantId": "kimi-k3-max",
1381
+ "encoding": "legacy-variant"
1382
+ },
1383
+ "auto": {
1384
+ "targetId": "auto",
1385
+ "legacyVariantId": "auto",
1386
+ "encoding": "legacy-variant"
1387
+ },
1388
+ "claude-fable-5-low-fast": {
1389
+ "targetId": "claude-fable-5-low-fast",
1390
+ "legacyVariantId": "claude-fable-5-low-fast",
1391
+ "encoding": "legacy-variant"
1392
+ },
1393
+ "claude-fable-5-medium-fast": {
1394
+ "targetId": "claude-fable-5-medium-fast",
1395
+ "legacyVariantId": "claude-fable-5-medium-fast",
1396
+ "encoding": "legacy-variant"
1397
+ },
1398
+ "claude-fable-5-max-fast": {
1399
+ "targetId": "claude-fable-5-max-fast",
1400
+ "legacyVariantId": "claude-fable-5-max-fast",
1401
+ "encoding": "legacy-variant"
1402
+ },
1403
+ "claude-sonnet-5-low-fast": {
1404
+ "targetId": "claude-sonnet-5-low-fast",
1405
+ "legacyVariantId": "claude-sonnet-5-low-fast",
1406
+ "encoding": "legacy-variant"
1407
+ },
1408
+ "claude-sonnet-5-medium-fast": {
1409
+ "targetId": "claude-sonnet-5-medium-fast",
1410
+ "legacyVariantId": "claude-sonnet-5-medium-fast",
1411
+ "encoding": "legacy-variant"
1412
+ },
1413
+ "claude-sonnet-5-max-fast": {
1414
+ "targetId": "claude-sonnet-5-max-fast",
1415
+ "legacyVariantId": "claude-sonnet-5-max-fast",
1416
+ "encoding": "legacy-variant"
1417
+ },
1418
+ "claude-sonnet-4-7-low": {
1419
+ "targetId": "claude-sonnet-4-7",
1420
+ "level": "low",
1421
+ "legacyVariantId": "claude-sonnet-4-7-low",
1422
+ "encoding": "legacy-variant"
1423
+ },
1424
+ "claude-sonnet-4-7-medium": {
1425
+ "targetId": "claude-sonnet-4-7",
1426
+ "level": "medium",
1427
+ "legacyVariantId": "claude-sonnet-4-7-medium",
1428
+ "encoding": "legacy-variant"
1429
+ },
1430
+ "claude-sonnet-4-7-max": {
1431
+ "targetId": "claude-sonnet-4-7",
1432
+ "level": "max",
1433
+ "legacyVariantId": "claude-sonnet-4-7-max",
1434
+ "encoding": "legacy-variant"
1435
+ },
1436
+ "claude-sonnet-4-7-low-fast": {
1437
+ "targetId": "claude-sonnet-4-7-low-fast",
1438
+ "legacyVariantId": "claude-sonnet-4-7-low-fast",
1439
+ "encoding": "legacy-variant"
1440
+ },
1441
+ "claude-sonnet-4-7-medium-fast": {
1442
+ "targetId": "claude-sonnet-4-7-medium-fast",
1443
+ "legacyVariantId": "claude-sonnet-4-7-medium-fast",
1444
+ "encoding": "legacy-variant"
1445
+ },
1446
+ "claude-sonnet-4-7-max-fast": {
1447
+ "targetId": "claude-sonnet-4-7-max-fast",
1448
+ "legacyVariantId": "claude-sonnet-4-7-max-fast",
1449
+ "encoding": "legacy-variant"
1450
+ },
1451
+ "claude-sonnet-4-7-thinking-low": {
1452
+ "targetId": "claude-sonnet-4-7-thinking",
1453
+ "level": "low",
1454
+ "legacyVariantId": "claude-sonnet-4-7-thinking-low",
1455
+ "encoding": "legacy-variant"
1456
+ },
1457
+ "claude-sonnet-4-7-thinking-medium": {
1458
+ "targetId": "claude-sonnet-4-7-thinking",
1459
+ "level": "medium",
1460
+ "legacyVariantId": "claude-sonnet-4-7-thinking-medium",
1461
+ "encoding": "legacy-variant"
1462
+ },
1463
+ "claude-sonnet-4-7-thinking-max": {
1464
+ "targetId": "claude-sonnet-4-7-thinking",
1465
+ "level": "max",
1466
+ "legacyVariantId": "claude-sonnet-4-7-thinking-max",
1467
+ "encoding": "legacy-variant"
1468
+ },
1469
+ "claude-mythos-5-low": {
1470
+ "targetId": "claude-mythos-5",
1471
+ "level": "low",
1472
+ "legacyVariantId": "claude-mythos-5-low",
1473
+ "encoding": "legacy-variant"
1474
+ },
1475
+ "claude-mythos-5-medium": {
1476
+ "targetId": "claude-mythos-5",
1477
+ "level": "medium",
1478
+ "legacyVariantId": "claude-mythos-5-medium",
1479
+ "encoding": "legacy-variant"
1480
+ },
1481
+ "claude-mythos-5-max": {
1482
+ "targetId": "claude-mythos-5",
1483
+ "level": "max",
1484
+ "legacyVariantId": "claude-mythos-5-max",
1485
+ "encoding": "legacy-variant"
1486
+ },
1487
+ "claude-mythos-5-low-fast": {
1488
+ "targetId": "claude-mythos-5-low-fast",
1489
+ "legacyVariantId": "claude-mythos-5-low-fast",
1490
+ "encoding": "legacy-variant"
1491
+ },
1492
+ "claude-mythos-5-medium-fast": {
1493
+ "targetId": "claude-mythos-5-medium-fast",
1494
+ "legacyVariantId": "claude-mythos-5-medium-fast",
1495
+ "encoding": "legacy-variant"
1496
+ },
1497
+ "claude-mythos-5-max-fast": {
1498
+ "targetId": "claude-mythos-5-max-fast",
1499
+ "legacyVariantId": "claude-mythos-5-max-fast",
1500
+ "encoding": "legacy-variant"
1501
+ },
1502
+ "claude-mythos-5-thinking-low": {
1503
+ "targetId": "claude-mythos-5-thinking",
1504
+ "level": "low",
1505
+ "legacyVariantId": "claude-mythos-5-thinking-low",
1506
+ "encoding": "legacy-variant"
1507
+ },
1508
+ "claude-mythos-5-thinking-medium": {
1509
+ "targetId": "claude-mythos-5-thinking",
1510
+ "level": "medium",
1511
+ "legacyVariantId": "claude-mythos-5-thinking-medium",
1512
+ "encoding": "legacy-variant"
1513
+ },
1514
+ "claude-mythos-5-thinking-max": {
1515
+ "targetId": "claude-mythos-5-thinking",
1516
+ "level": "max",
1517
+ "legacyVariantId": "claude-mythos-5-thinking-max",
1518
+ "encoding": "legacy-variant"
1519
+ },
1520
+ "gpt-5.4-codex-low": {
1521
+ "targetId": "gpt-5.4-codex",
1522
+ "level": "low",
1523
+ "legacyVariantId": "gpt-5.4-codex-low",
1524
+ "encoding": "legacy-variant"
1525
+ },
1526
+ "gpt-5.4-codex-medium": {
1527
+ "targetId": "gpt-5.4-codex",
1528
+ "level": "medium",
1529
+ "legacyVariantId": "gpt-5.4-codex-medium",
1530
+ "encoding": "legacy-variant"
1531
+ },
1532
+ "gpt-5.4-codex-max": {
1533
+ "targetId": "gpt-5.4-codex",
1534
+ "level": "max",
1535
+ "legacyVariantId": "gpt-5.4-codex-max",
1536
+ "encoding": "legacy-variant"
1537
+ },
1538
+ "gpt-5.4-codex-thinking-low": {
1539
+ "targetId": "gpt-5.4-codex",
1540
+ "level": "low",
1541
+ "legacyVariantId": "gpt-5.4-codex-thinking-low",
1542
+ "encoding": "legacy-variant"
1543
+ },
1544
+ "gpt-5.4-codex-thinking-medium": {
1545
+ "targetId": "gpt-5.4-codex",
1546
+ "level": "medium",
1547
+ "legacyVariantId": "gpt-5.4-codex-thinking-medium",
1548
+ "encoding": "legacy-variant"
1549
+ },
1550
+ "gpt-5.4-codex-thinking-max": {
1551
+ "targetId": "gpt-5.4-codex",
1552
+ "level": "max",
1553
+ "legacyVariantId": "gpt-5.4-codex-thinking-max",
1554
+ "encoding": "legacy-variant"
1555
+ },
1556
+ "gpt-5.4-codex-low-fast": {
1557
+ "targetId": "gpt-5.4-codex-low-fast",
1558
+ "legacyVariantId": "gpt-5.4-codex-low-fast",
1559
+ "encoding": "legacy-variant"
1560
+ },
1561
+ "gpt-5.4-codex-medium-fast": {
1562
+ "targetId": "gpt-5.4-codex-medium-fast",
1563
+ "legacyVariantId": "gpt-5.4-codex-medium-fast",
1564
+ "encoding": "legacy-variant"
1565
+ },
1566
+ "gpt-5.4-codex-max-fast": {
1567
+ "targetId": "gpt-5.4-codex-max-fast",
1568
+ "legacyVariantId": "gpt-5.4-codex-max-fast",
1569
+ "encoding": "legacy-variant"
1570
+ },
1571
+ "gemini-3.7-flash-low-fast": {
1572
+ "targetId": "gemini-3.7-flash-low-fast",
1573
+ "legacyVariantId": "gemini-3.7-flash-low-fast",
1574
+ "encoding": "legacy-variant"
1575
+ },
1576
+ "gemini-3.7-flash-medium-fast": {
1577
+ "targetId": "gemini-3.7-flash-medium-fast",
1578
+ "legacyVariantId": "gemini-3.7-flash-medium-fast",
1579
+ "encoding": "legacy-variant"
1580
+ },
1581
+ "gemini-3.7-flash-max-fast": {
1582
+ "targetId": "gemini-3.7-flash-max-fast",
1583
+ "legacyVariantId": "gemini-3.7-flash-max-fast",
1584
+ "encoding": "legacy-variant"
1585
+ },
1586
+ "gemini-3.7-pro-low": {
1587
+ "targetId": "gemini-3.7-pro",
1588
+ "level": "low",
1589
+ "legacyVariantId": "gemini-3.7-pro-low",
1590
+ "encoding": "legacy-variant"
1591
+ },
1592
+ "gemini-3.7-pro-medium": {
1593
+ "targetId": "gemini-3.7-pro",
1594
+ "level": "medium",
1595
+ "legacyVariantId": "gemini-3.7-pro-medium",
1596
+ "encoding": "legacy-variant"
1597
+ },
1598
+ "gemini-3.7-pro-max": {
1599
+ "targetId": "gemini-3.7-pro",
1600
+ "level": "max",
1601
+ "legacyVariantId": "gemini-3.7-pro-max",
1602
+ "encoding": "legacy-variant"
1603
+ },
1604
+ "gemini-3.7-pro-thinking-low": {
1605
+ "targetId": "gemini-3.7-pro",
1606
+ "level": "low",
1607
+ "legacyVariantId": "gemini-3.7-pro-thinking-low",
1608
+ "encoding": "legacy-variant"
1609
+ },
1610
+ "gemini-3.7-pro-thinking-medium": {
1611
+ "targetId": "gemini-3.7-pro",
1612
+ "level": "medium",
1613
+ "legacyVariantId": "gemini-3.7-pro-thinking-medium",
1614
+ "encoding": "legacy-variant"
1615
+ },
1616
+ "gemini-3.7-pro-thinking-max": {
1617
+ "targetId": "gemini-3.7-pro",
1618
+ "level": "max",
1619
+ "legacyVariantId": "gemini-3.7-pro-thinking-max",
1620
+ "encoding": "legacy-variant"
1621
+ },
1622
+ "gemini-3.7-pro-low-fast": {
1623
+ "targetId": "gemini-3.7-pro-low-fast",
1624
+ "legacyVariantId": "gemini-3.7-pro-low-fast",
1625
+ "encoding": "legacy-variant"
1626
+ },
1627
+ "gemini-3.7-pro-medium-fast": {
1628
+ "targetId": "gemini-3.7-pro-medium-fast",
1629
+ "legacyVariantId": "gemini-3.7-pro-medium-fast",
1630
+ "encoding": "legacy-variant"
1631
+ },
1632
+ "gemini-3.7-pro-max-fast": {
1633
+ "targetId": "gemini-3.7-pro-max-fast",
1634
+ "legacyVariantId": "gemini-3.7-pro-max-fast",
1635
+ "encoding": "legacy-variant"
1636
+ },
1637
+ "gemini-3.6-pro-low": {
1638
+ "targetId": "gemini-3.6-pro",
1639
+ "level": "low",
1640
+ "legacyVariantId": "gemini-3.6-pro-low",
1641
+ "encoding": "legacy-variant"
1642
+ },
1643
+ "gemini-3.6-pro-medium": {
1644
+ "targetId": "gemini-3.6-pro",
1645
+ "level": "medium",
1646
+ "legacyVariantId": "gemini-3.6-pro-medium",
1647
+ "encoding": "legacy-variant"
1648
+ },
1649
+ "gemini-3.6-pro-max": {
1650
+ "targetId": "gemini-3.6-pro",
1651
+ "level": "max",
1652
+ "legacyVariantId": "gemini-3.6-pro-max",
1653
+ "encoding": "legacy-variant"
1654
+ },
1655
+ "gemini-3.6-pro-thinking-low": {
1656
+ "targetId": "gemini-3.6-pro",
1657
+ "level": "low",
1658
+ "legacyVariantId": "gemini-3.6-pro-thinking-low",
1659
+ "encoding": "legacy-variant"
1660
+ },
1661
+ "gemini-3.6-pro-thinking-medium": {
1662
+ "targetId": "gemini-3.6-pro",
1663
+ "level": "medium",
1664
+ "legacyVariantId": "gemini-3.6-pro-thinking-medium",
1665
+ "encoding": "legacy-variant"
1666
+ },
1667
+ "gemini-3.6-pro-thinking-max": {
1668
+ "targetId": "gemini-3.6-pro",
1669
+ "level": "max",
1670
+ "legacyVariantId": "gemini-3.6-pro-thinking-max",
1671
+ "encoding": "legacy-variant"
1672
+ },
1673
+ "gemini-3.6-pro-low-fast": {
1674
+ "targetId": "gemini-3.6-pro-low-fast",
1675
+ "legacyVariantId": "gemini-3.6-pro-low-fast",
1676
+ "encoding": "legacy-variant"
1677
+ },
1678
+ "gemini-3.6-pro-medium-fast": {
1679
+ "targetId": "gemini-3.6-pro-medium-fast",
1680
+ "legacyVariantId": "gemini-3.6-pro-medium-fast",
1681
+ "encoding": "legacy-variant"
1682
+ },
1683
+ "gemini-3.6-pro-max-fast": {
1684
+ "targetId": "gemini-3.6-pro-max-fast",
1685
+ "legacyVariantId": "gemini-3.6-pro-max-fast",
1686
+ "encoding": "legacy-variant"
1687
+ },
1688
+ "gemini-3.5-pro-low": {
1689
+ "targetId": "gemini-3.5-pro",
1690
+ "level": "low",
1691
+ "legacyVariantId": "gemini-3.5-pro-low",
1692
+ "encoding": "legacy-variant"
1693
+ },
1694
+ "gemini-3.5-pro-medium": {
1695
+ "targetId": "gemini-3.5-pro",
1696
+ "level": "medium",
1697
+ "legacyVariantId": "gemini-3.5-pro-medium",
1698
+ "encoding": "legacy-variant"
1699
+ },
1700
+ "gemini-3.5-pro-max": {
1701
+ "targetId": "gemini-3.5-pro",
1702
+ "level": "max",
1703
+ "legacyVariantId": "gemini-3.5-pro-max",
1704
+ "encoding": "legacy-variant"
1705
+ },
1706
+ "gemini-3.5-pro-thinking-low": {
1707
+ "targetId": "gemini-3.5-pro",
1708
+ "level": "low",
1709
+ "legacyVariantId": "gemini-3.5-pro-thinking-low",
1710
+ "encoding": "legacy-variant"
1711
+ },
1712
+ "gemini-3.5-pro-thinking-medium": {
1713
+ "targetId": "gemini-3.5-pro",
1714
+ "level": "medium",
1715
+ "legacyVariantId": "gemini-3.5-pro-thinking-medium",
1716
+ "encoding": "legacy-variant"
1717
+ },
1718
+ "gemini-3.5-pro-thinking-max": {
1719
+ "targetId": "gemini-3.5-pro",
1720
+ "level": "max",
1721
+ "legacyVariantId": "gemini-3.5-pro-thinking-max",
1722
+ "encoding": "legacy-variant"
1723
+ },
1724
+ "gemini-3.5-pro-low-fast": {
1725
+ "targetId": "gemini-3.5-pro-low-fast",
1726
+ "legacyVariantId": "gemini-3.5-pro-low-fast",
1727
+ "encoding": "legacy-variant"
1728
+ },
1729
+ "gemini-3.5-pro-medium-fast": {
1730
+ "targetId": "gemini-3.5-pro-medium-fast",
1731
+ "legacyVariantId": "gemini-3.5-pro-medium-fast",
1732
+ "encoding": "legacy-variant"
1733
+ },
1734
+ "gemini-3.5-pro-max-fast": {
1735
+ "targetId": "gemini-3.5-pro-max-fast",
1736
+ "legacyVariantId": "gemini-3.5-pro-max-fast",
1737
+ "encoding": "legacy-variant"
1738
+ },
1739
+ "composer-2.6-low": {
1740
+ "targetId": "composer-2.6",
1741
+ "level": "low",
1742
+ "legacyVariantId": "composer-2.6-low",
1743
+ "encoding": "legacy-variant"
1744
+ },
1745
+ "composer-2.6-medium": {
1746
+ "targetId": "composer-2.6",
1747
+ "level": "medium",
1748
+ "legacyVariantId": "composer-2.6-medium",
1749
+ "encoding": "legacy-variant"
1750
+ },
1751
+ "composer-2.6-max": {
1752
+ "targetId": "composer-2.6",
1753
+ "level": "max",
1754
+ "legacyVariantId": "composer-2.6-max",
1755
+ "encoding": "legacy-variant"
1756
+ },
1757
+ "composer-2.6-thinking-low": {
1758
+ "targetId": "composer-2.6",
1759
+ "level": "low",
1760
+ "legacyVariantId": "composer-2.6-thinking-low",
1761
+ "encoding": "legacy-variant"
1762
+ },
1763
+ "composer-2.6-thinking-medium": {
1764
+ "targetId": "composer-2.6",
1765
+ "level": "medium",
1766
+ "legacyVariantId": "composer-2.6-thinking-medium",
1767
+ "encoding": "legacy-variant"
1768
+ },
1769
+ "composer-2.6-thinking-max": {
1770
+ "targetId": "composer-2.6",
1771
+ "level": "max",
1772
+ "legacyVariantId": "composer-2.6-thinking-max",
1773
+ "encoding": "legacy-variant"
1774
+ },
1775
+ "composer-2.6-low-fast": {
1776
+ "targetId": "composer-2.6-low-fast",
1777
+ "legacyVariantId": "composer-2.6-low-fast",
1778
+ "encoding": "legacy-variant"
1779
+ },
1780
+ "composer-2.6-medium-fast": {
1781
+ "targetId": "composer-2.6-medium-fast",
1782
+ "legacyVariantId": "composer-2.6-medium-fast",
1783
+ "encoding": "legacy-variant"
1784
+ },
1785
+ "composer-2.6-max-fast": {
1786
+ "targetId": "composer-2.6-max-fast",
1787
+ "legacyVariantId": "composer-2.6-max-fast",
1788
+ "encoding": "legacy-variant"
1789
+ },
1790
+ "composer-2.6-lite-low": {
1791
+ "targetId": "composer-2.6-lite",
1792
+ "level": "low",
1793
+ "legacyVariantId": "composer-2.6-lite-low",
1794
+ "encoding": "legacy-variant"
1795
+ },
1796
+ "composer-2.6-lite-medium": {
1797
+ "targetId": "composer-2.6-lite",
1798
+ "level": "medium",
1799
+ "legacyVariantId": "composer-2.6-lite-medium",
1800
+ "encoding": "legacy-variant"
1801
+ },
1802
+ "composer-2.6-lite-max": {
1803
+ "targetId": "composer-2.6-lite",
1804
+ "level": "max",
1805
+ "legacyVariantId": "composer-2.6-lite-max",
1806
+ "encoding": "legacy-variant"
1807
+ },
1808
+ "composer-2.6-lite-thinking-low": {
1809
+ "targetId": "composer-2.6-lite",
1810
+ "level": "low",
1811
+ "legacyVariantId": "composer-2.6-lite-thinking-low",
1812
+ "encoding": "legacy-variant"
1813
+ },
1814
+ "composer-2.6-lite-thinking-medium": {
1815
+ "targetId": "composer-2.6-lite",
1816
+ "level": "medium",
1817
+ "legacyVariantId": "composer-2.6-lite-thinking-medium",
1818
+ "encoding": "legacy-variant"
1819
+ },
1820
+ "composer-2.6-lite-thinking-max": {
1821
+ "targetId": "composer-2.6-lite",
1822
+ "level": "max",
1823
+ "legacyVariantId": "composer-2.6-lite-thinking-max",
1824
+ "encoding": "legacy-variant"
1825
+ },
1826
+ "composer-2.6-lite-low-fast": {
1827
+ "targetId": "composer-2.6-lite-low-fast",
1828
+ "legacyVariantId": "composer-2.6-lite-low-fast",
1829
+ "encoding": "legacy-variant"
1830
+ },
1831
+ "composer-2.6-lite-medium-fast": {
1832
+ "targetId": "composer-2.6-lite-medium-fast",
1833
+ "legacyVariantId": "composer-2.6-lite-medium-fast",
1834
+ "encoding": "legacy-variant"
1835
+ },
1836
+ "composer-2.6-lite-max-fast": {
1837
+ "targetId": "composer-2.6-lite-max-fast",
1838
+ "legacyVariantId": "composer-2.6-lite-max-fast",
1839
+ "encoding": "legacy-variant"
1840
+ },
1841
+ "deepseek-v4-low": {
1842
+ "targetId": "deepseek-v4",
1843
+ "level": "low",
1844
+ "legacyVariantId": "deepseek-v4-low",
1845
+ "encoding": "legacy-variant"
1846
+ },
1847
+ "deepseek-v4-medium": {
1848
+ "targetId": "deepseek-v4",
1849
+ "level": "medium",
1850
+ "legacyVariantId": "deepseek-v4-medium",
1851
+ "encoding": "legacy-variant"
1852
+ },
1853
+ "deepseek-v4-max": {
1854
+ "targetId": "deepseek-v4",
1855
+ "level": "max",
1856
+ "legacyVariantId": "deepseek-v4-max",
1857
+ "encoding": "legacy-variant"
1858
+ },
1859
+ "deepseek-v4-thinking-low": {
1860
+ "targetId": "deepseek-v4",
1861
+ "level": "low",
1862
+ "legacyVariantId": "deepseek-v4-thinking-low",
1863
+ "encoding": "legacy-variant"
1864
+ },
1865
+ "deepseek-v4-thinking-medium": {
1866
+ "targetId": "deepseek-v4",
1867
+ "level": "medium",
1868
+ "legacyVariantId": "deepseek-v4-thinking-medium",
1869
+ "encoding": "legacy-variant"
1870
+ },
1871
+ "deepseek-v4-thinking-max": {
1872
+ "targetId": "deepseek-v4",
1873
+ "level": "max",
1874
+ "legacyVariantId": "deepseek-v4-thinking-max",
1875
+ "encoding": "legacy-variant"
1876
+ },
1877
+ "deepseek-v4-low-fast": {
1878
+ "targetId": "deepseek-v4-low-fast",
1879
+ "legacyVariantId": "deepseek-v4-low-fast",
1880
+ "encoding": "legacy-variant"
1881
+ },
1882
+ "deepseek-v4-medium-fast": {
1883
+ "targetId": "deepseek-v4-medium-fast",
1884
+ "legacyVariantId": "deepseek-v4-medium-fast",
1885
+ "encoding": "legacy-variant"
1886
+ },
1887
+ "deepseek-v4-max-fast": {
1888
+ "targetId": "deepseek-v4-max-fast",
1889
+ "legacyVariantId": "deepseek-v4-max-fast",
1890
+ "encoding": "legacy-variant"
1891
+ }
1892
+ }
1893
+ }