Skip to content

Commit 14eae35

Browse files
Refresh Command Code model catalog
1 parent 6e8b1e1 commit 14eae35

2 files changed

Lines changed: 42 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ Models that Command Code publishes with image input support are exposed to openc
164164
| `Qwen/Qwen3.7-Flash` | Qwen 3.7 Flash | open-source | yes | 1M |
165165
| `Qwen/Qwen3.7-Max` | Qwen 3.7 Max | open-source | yes | 1M |
166166
| `Qwen/Qwen3.7-Plus` | Qwen 3.7 Plus | open-source | yes | 1M |
167+
| `Qwen/Qwen3.8-27B` | Qwen 3.8 27B | open-source | yes | 262K |
167168
| `Qwen/Qwen3.8-Max` | Qwen 3.8 Max | open-source | yes | 1M |
168169
| `stepfun/Step-3.5-Flash` | Step 3.5 Flash | open-source | yes | 1M |
169170
| `stepfun/Step-3.7-Flash` | Step 3.7 Flash | open-source | yes | 256K |

models.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1824,6 +1824,47 @@
18241824
"output": 65536
18251825
}
18261826
},
1827+
{
1828+
"id": "Qwen/Qwen3.8-27B",
1829+
"name": "Qwen 3.8 27B",
1830+
"tier": "open-source",
1831+
"reasoning": true,
1832+
"attachment": true,
1833+
"modalities": {
1834+
"input": [
1835+
"text",
1836+
"image"
1837+
],
1838+
"output": [
1839+
"text"
1840+
]
1841+
},
1842+
"reasoning_efforts": [
1843+
"low",
1844+
"medium",
1845+
"xhigh"
1846+
],
1847+
"variants": {
1848+
"low": {
1849+
"reasoningEffort": "low"
1850+
},
1851+
"medium": {
1852+
"reasoningEffort": "medium"
1853+
},
1854+
"xhigh": {
1855+
"reasoningEffort": "xhigh"
1856+
}
1857+
},
1858+
"tool_call": true,
1859+
"cost": {
1860+
"input": 0,
1861+
"output": 0
1862+
},
1863+
"limit": {
1864+
"context": 262144,
1865+
"output": 262144
1866+
}
1867+
},
18271868
{
18281869
"id": "Qwen/Qwen3.8-Max",
18291870
"name": "Qwen 3.8 Max",

0 commit comments

Comments
 (0)