🦙 chore: Add llama-4 to Vision Models List (#7433)

This commit is contained in:
Amgad Hasan 2025-05-20 02:43:44 +03:00 committed by GitHub
parent f8cb0cdcda
commit 8c0be0e2f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -903,6 +903,7 @@ export const visionModels = [
'llama-3-2-11b-vision',
'llama-3.2-90b-vision',
'llama-3-2-90b-vision',
'llama-4',
];
export enum VisionModes {
generative = 'generative',