File size: 1,131 Bytes
9853396 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | {
"openai": [
{
"id": "gpt-oss-120b",
"name": "gpt-oss-120b",
"attachment": false,
"reasoning": {
"supported": true,
"default": true
},
"temperature": false,
"tool_call": true,
"release_date": "2025-08-05",
"last_updated": "2025-08-05",
"modalities": {
"input": ["text"],
"output": ["text"]
},
"open_weights": true,
"limit": {
"context": 131072,
"output": 131072
},
"display_name": "gpt-oss-120b"
},
{
"id": "gpt-oss-20b",
"name": "gpt-oss-20b",
"attachment": false,
"reasoning": {
"supported": true,
"default": true
},
"temperature": false,
"tool_call": true,
"release_date": "2025-08-05",
"last_updated": "2025-08-05",
"modalities": {
"input": ["text"],
"output": ["text"]
},
"open_weights": true,
"limit": {
"context": 131072,
"output": 32768
},
"display_name": "gpt-oss-20b"
}
]
}
|