Skip to content

Commit 1f4aaec

Browse files
Refresh Command Code model catalog
1 parent e8934c7 commit 1f4aaec

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 |

models.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@
715715
"cache_read": 0.5
716716
},
717717
"limit": {
718-
"context": 256000,
718+
"context": 400000,
719719
"output": 128000
720720
}
721721
},
@@ -1058,8 +1058,9 @@
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,

0 commit comments

Comments
 (0)