File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ Models that Command Code publishes with image input support are exposed to openc
125125| ` gpt-5.3-codex ` | [ Premium] GPT-5.3 Codex | premium | yes | 400K |
126126| ` gpt-5.4 ` | [ Premium] GPT-5.4 | premium | yes | 400K |
127127| ` gpt-5.4-mini ` | [ Premium] GPT-5.4 Mini | premium | yes | 400K |
128- | ` gpt-5.5 ` | [ Premium] GPT-5.5 | premium | yes | 256K |
128+ | ` gpt-5.5 ` | [ Premium] GPT-5.5 | premium | yes | 400K |
129129| ` poolside/laguna-s-2.1-free ` | [ Free] Laguna S 2.1 | open-source | yes | 256K |
130130| ` inclusionai/ling-3.0-flash-free ` | [ Free] Ling 3.0 Flash | open-source | yes | 256K |
131131| ` MiniMaxAI/MiniMax-M3-Free ` | [ Free] MiniMax M3 | open-source | yes | 1M |
Original file line number Diff line number Diff line change 715715 "cache_read" : 0.5
716716 },
717717 "limit" : {
718- "context" : 256000 ,
718+ "context" : 400000 ,
719719 "output" : 128000
720720 }
721721 },
10581058 },
10591059 "tool_call" : true ,
10601060 "cost" : {
1061- "input" : 0 ,
1062- "output" : 0
1061+ "input" : 1.4 ,
1062+ "output" : 4.4 ,
1063+ "cache_read" : 0.26
10631064 },
10641065 "limit" : {
10651066 "context" : 1000000 ,
You can’t perform that action at this time.
0 commit comments