mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 08:30:39 +00:00
add more alises (#2491)
This commit is contained in:
+18
-6
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user