Make it clear that BFL Flux 2 is free (#9588)

This commit is contained in:
Matt Rubens 2025-11-25 15:04:43 -05:00 committed by GitHub
parent e4847ed8d9
commit c18b262d12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ export const IMAGE_GENERATION_MODELS: ImageGenerationModel[] = [
// Roo Code Cloud models
{ value: "google/gemini-2.5-flash-image", label: "Gemini 2.5 Flash Image", provider: "roo" },
{ value: "google/gemini-3-pro-image", label: "Gemini 3 Pro Image", provider: "roo" },
{ value: "bfl/flux-2-pro", label: "BFL Flux 2 Pro", provider: "roo", apiMethod: "images_api" },
{ value: "bfl/flux-2-pro:free", label: "BFL Flux 2 Pro (Free)", provider: "roo", apiMethod: "images_api" },
]
/**