add more alises (#2491)

This commit is contained in:
Neal Shah
2026-02-13 13:46:42 -08:00
committed by GitHub
parent f65ab05b40
commit a211aa04bc
@@ -38,7 +38,9 @@ export const CLOUDFLARE_IMAGE_GENERATION_MODELS: CloudflareImageModel[] = [
{
puterId: 'workers-ai:black-forest-labs/flux-1-schnell',
id: '@cf/black-forest-labs/flux-1-schnell',
aliases: ['black-forest-labs/flux-1-schnell'],
aliases: [
'black-forest-labs/flux-1-schnell',
],
name: 'FLUX.1 Schnell',
costs_currency: 'usd-microcents',
index_cost_key: 'step',
@@ -52,7 +54,9 @@ export const CLOUDFLARE_IMAGE_GENERATION_MODELS: CloudflareImageModel[] = [
{
puterId: 'workers-ai:leonardo/lucid-origin',
id: '@cf/leonardo/lucid-origin',
aliases: ['leonardo/lucid-origin'],
aliases: [
'leonardo/lucid-origin',
],
name: 'Lucid Origin',
costs_currency: 'usd-microcents',
index_cost_key: 'step',
@@ -66,7 +70,9 @@ export const CLOUDFLARE_IMAGE_GENERATION_MODELS: CloudflareImageModel[] = [
{
puterId: 'workers-ai:leonardo/phoenix-1.0',
id: '@cf/leonardo/phoenix-1.0',
aliases: ['leonardo/phoenix-1.0'],
aliases: [
'leonardo/phoenix-1.0',
],
name: 'Phoenix 1.0',
costs_currency: 'usd-microcents',
index_cost_key: 'step',
@@ -80,7 +86,9 @@ export const CLOUDFLARE_IMAGE_GENERATION_MODELS: CloudflareImageModel[] = [
{
puterId: 'workers-ai:black-forest-labs/flux-2-dev',
id: '@cf/black-forest-labs/flux-2-dev',
aliases: ['black-forest-labs/flux-2-dev'],
aliases: [
'black-forest-labs/flux-2-dev',
],
name: 'FLUX.2 Dev',
costs_currency: 'usd-microcents',
index_cost_key: 'input_tile_512_per_step',
@@ -95,7 +103,9 @@ export const CLOUDFLARE_IMAGE_GENERATION_MODELS: CloudflareImageModel[] = [
{
puterId: 'workers-ai:black-forest-labs/flux-2-klein-4b',
id: '@cf/black-forest-labs/flux-2-klein-4b',
aliases: ['black-forest-labs/flux-2-klein-4b'],
aliases: [
'black-forest-labs/flux-2-klein-4b',
],
name: 'FLUX.2 Klein 4B',
costs_currency: 'usd-microcents',
index_cost_key: 'input_tile_512',
@@ -109,7 +119,9 @@ export const CLOUDFLARE_IMAGE_GENERATION_MODELS: CloudflareImageModel[] = [
{
puterId: 'workers-ai:black-forest-labs/flux-2-klein-9b',
id: '@cf/black-forest-labs/flux-2-klein-9b',
aliases: ['black-forest-labs/flux-2-klein-9b'],
aliases: [
'black-forest-labs/flux-2-klein-9b',
],
name: 'FLUX.2 Klein 9B',
costs_currency: 'usd-microcents',
index_cost_key: 'first_mp',