Skip to content

Commit a0949d0

Browse files
Refresh Command Code model catalog
1 parent 2b3b3b4 commit a0949d0

2 files changed

Lines changed: 44 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ Models that Command Code publishes with image input support are exposed to openc
159159
| `Qwen/Qwen3.7-Flash` | Qwen 3.7 Flash | open-source | yes | 1M |
160160
| `Qwen/Qwen3.7-Max` | Qwen 3.7 Max | open-source | yes | 1M |
161161
| `Qwen/Qwen3.7-Plus` | Qwen 3.7 Plus | open-source | yes | 1M |
162+
| `Qwen/Qwen3.8-Max` | Qwen 3.8 Max | open-source | yes | 1M |
162163
| `stepfun/Step-3.5-Flash` | Step 3.5 Flash | open-source | yes | 1M |
163164
| `stepfun/Step-3.7-Flash` | Step 3.7 Flash | open-source | yes | 256K |
164165
| `tencent/hy3-paid` | Tencent Hy3 | open-source | yes | 262K |

models.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1674,6 +1674,49 @@
16741674
"output": 65536
16751675
}
16761676
},
1677+
{
1678+
"id": "Qwen/Qwen3.8-Max",
1679+
"name": "Qwen 3.8 Max",
1680+
"tier": "open-source",
1681+
"reasoning": true,
1682+
"attachment": true,
1683+
"modalities": {
1684+
"input": [
1685+
"text",
1686+
"image"
1687+
],
1688+
"output": [
1689+
"text"
1690+
]
1691+
},
1692+
"reasoning_efforts": [
1693+
"low",
1694+
"medium",
1695+
"xhigh"
1696+
],
1697+
"variants": {
1698+
"low": {
1699+
"reasoningEffort": "low"
1700+
},
1701+
"medium": {
1702+
"reasoningEffort": "medium"
1703+
},
1704+
"xhigh": {
1705+
"reasoningEffort": "xhigh"
1706+
}
1707+
},
1708+
"tool_call": true,
1709+
"cost": {
1710+
"input": 2,
1711+
"output": 6,
1712+
"cache_read": 0.25,
1713+
"cache_write": 2.5
1714+
},
1715+
"limit": {
1716+
"context": 1000000,
1717+
"output": 65536
1718+
}
1719+
},
16771720
{
16781721
"id": "stepfun/Step-3.5-Flash",
16791722
"name": "Step 3.5 Flash",

0 commit comments

Comments
 (0)