Add Cerebras integration header with opencode identifier (#5354)

This commit is contained in:
Seb Duerr 2025-12-10 17:36:58 -08:00 committed by GitHub
parent fadeed1fa4
commit df55ad89ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -318,6 +318,16 @@ export namespace Provider {
},
}
},
cerebras: async () => {
return {
autoload: false,
options: {
headers: {
"X-Cerebras-3rd-Party-Integration": "opencode",
},
},
}
},
}
export const Model = z