update prices

This commit is contained in:
zramsay 2024-12-21 07:45:10 -05:00
parent b432d8bd3a
commit ab2016183e

View File

@ -16,19 +16,19 @@ export const FLUX_MODELS: FluxModelConfig[] = [
modelId: "fal-ai/flux/schnell",
name: "Schnell",
description: "Fast meme generator",
cost: 5 // update to 500 MTM
cost: 300
},
{
modelId: "fal-ai/recraft-v3",
name: "Recraft",
description: "Advanced meme generator",
cost: 6 // update to ?
cost: 400
},
{
modelId: "fal-ai/stable-diffusion-v35-large",
name: "Marquee",
description: "Best meme generator",
cost: 10 //update to more
cost: 500
}
]