Update cerebras.json - adds gpt-oss-120b

Robert Collins created

Change summary

internal/providers/configs/cerebras.json | 10 ++++++++++
1 file changed, 10 insertions(+)

Detailed changes

internal/providers/configs/cerebras.json 🔗

@@ -37,6 +37,16 @@
             "can_reason": true,
             "supports_attachments": false
         },
+        {
+            "id": "gpt-oss-120b",
+            "name": "gpt-oss-120b",
+            "cost_per_1m_in": 0.4,
+            "cost_per_1m_out": 0.8,
+            "context_window": 128000,
+            "default_max_tokens": 65536,
+            "can_reason": true,
+            "supports_attachments": false
+        },
         {
             "id": "qwen-3-32b",
             "name": "Qwen 3 32B",