Skip to content

Commit 336cc99

Browse files
added flux-1-schnell to the model catalog
1 parent 338a30c commit 336cc99

File tree

21 files changed

+525
-0
lines changed

21 files changed

+525
-0
lines changed

types/defines/ai.d.ts

+25
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,26 @@ export declare abstract class Base_Ai_Cf_Openai_Whisper_Large_V3_Turbo {
379379
inputs: Ai_Cf_Openai_Whisper_Large_V3_Turbo_Input;
380380
postProcessedOutputs: Ai_Cf_Openai_Whisper_Large_V3_Turbo_Output;
381381
}
382+
export interface Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Input {
383+
/**
384+
* A text description of the image you want to generate.
385+
*/
386+
prompt: string;
387+
/**
388+
* The number of diffusion steps; higher values can improve quality but take longer.
389+
*/
390+
steps?: number;
391+
}
392+
export interface Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Output {
393+
/**
394+
* The generated image in Base64 format.
395+
*/
396+
image?: string;
397+
}
398+
export declare abstract class Base_Ai_Cf_Black_Forest_Labs_Flux_1_Schnell {
399+
inputs: Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Input;
400+
postProcessedOutputs: Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Output;
401+
}
382402
export type Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct_Input = Prompt | Messages;
383403
export interface Prompt {
384404
/**
@@ -632,6 +652,7 @@ export interface AiModels {
632652
"@cf/thebloke/discolm-german-7b-v1-awq": BaseAiTextGeneration;
633653
"@cf/qwen/qwen1.5-0.5b-chat": BaseAiTextGeneration;
634654
"@cf/qwen/qwen1.5-7b-chat-awq": BaseAiTextGeneration;
655+
"@cf/qwen/qwen1.5-14b-chat-awq": BaseAiTextGeneration;
635656
"@cf/tinyllama/tinyllama-1.1b-chat-v1.0": BaseAiTextGeneration;
636657
"@cf/microsoft/phi-2": BaseAiTextGeneration;
637658
"@cf/qwen/qwen1.5-1.8b-chat": BaseAiTextGeneration;
@@ -650,13 +671,17 @@ export interface AiModels {
650671
"@cf/meta/llama-3.1-8b-instruct": BaseAiTextGeneration;
651672
"@cf/meta/llama-3.1-8b-instruct-fp8": BaseAiTextGeneration;
652673
"@cf/meta/llama-3.1-8b-instruct-awq": BaseAiTextGeneration;
674+
"@cf/meta/llama-3.2-3b-instruct": BaseAiTextGeneration;
675+
"@cf/meta/llama-3.2-1b-instruct": BaseAiTextGeneration;
676+
"@cf/meta/llama-3.3-70b-instruct-fp8-fast": BaseAiTextGeneration;
653677
"@cf/meta/m2m100-1.2b": BaseAiTranslation;
654678
"@cf/facebook/bart-large-cnn": BaseAiSummarization;
655679
"@cf/unum/uform-gen2-qwen-500m": BaseAiImageToText;
656680
"@cf/llava-hf/llava-1.5-7b-hf": BaseAiImageToText;
657681
"@cf/openai/whisper": Base_Ai_Cf_Openai_Whisper;
658682
"@cf/openai/whisper-tiny-en": Base_Ai_Cf_Openai_Whisper_Tiny_En;
659683
"@cf/openai/whisper-large-v3-turbo": Base_Ai_Cf_Openai_Whisper_Large_V3_Turbo;
684+
"@cf/black-forest-labs/flux-1-schnell": Base_Ai_Cf_Black_Forest_Labs_Flux_1_Schnell;
660685
"@cf/meta/llama-3.2-11b-vision-instruct": Base_Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct;
661686
}
662687
export type AiOptions = {

types/generated-snapshot/2021-11-03/index.d.ts

+25
Original file line numberDiff line numberDiff line change
@@ -3790,6 +3790,26 @@ declare abstract class Base_Ai_Cf_Openai_Whisper_Large_V3_Turbo {
37903790
inputs: Ai_Cf_Openai_Whisper_Large_V3_Turbo_Input;
37913791
postProcessedOutputs: Ai_Cf_Openai_Whisper_Large_V3_Turbo_Output;
37923792
}
3793+
interface Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Input {
3794+
/**
3795+
* A text description of the image you want to generate.
3796+
*/
3797+
prompt: string;
3798+
/**
3799+
* The number of diffusion steps; higher values can improve quality but take longer.
3800+
*/
3801+
steps?: number;
3802+
}
3803+
interface Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Output {
3804+
/**
3805+
* The generated image in Base64 format.
3806+
*/
3807+
image?: string;
3808+
}
3809+
declare abstract class Base_Ai_Cf_Black_Forest_Labs_Flux_1_Schnell {
3810+
inputs: Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Input;
3811+
postProcessedOutputs: Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Output;
3812+
}
37933813
type Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct_Input = Prompt | Messages;
37943814
interface Prompt {
37953815
/**
@@ -4043,6 +4063,7 @@ interface AiModels {
40434063
"@cf/thebloke/discolm-german-7b-v1-awq": BaseAiTextGeneration;
40444064
"@cf/qwen/qwen1.5-0.5b-chat": BaseAiTextGeneration;
40454065
"@cf/qwen/qwen1.5-7b-chat-awq": BaseAiTextGeneration;
4066+
"@cf/qwen/qwen1.5-14b-chat-awq": BaseAiTextGeneration;
40464067
"@cf/tinyllama/tinyllama-1.1b-chat-v1.0": BaseAiTextGeneration;
40474068
"@cf/microsoft/phi-2": BaseAiTextGeneration;
40484069
"@cf/qwen/qwen1.5-1.8b-chat": BaseAiTextGeneration;
@@ -4061,13 +4082,17 @@ interface AiModels {
40614082
"@cf/meta/llama-3.1-8b-instruct": BaseAiTextGeneration;
40624083
"@cf/meta/llama-3.1-8b-instruct-fp8": BaseAiTextGeneration;
40634084
"@cf/meta/llama-3.1-8b-instruct-awq": BaseAiTextGeneration;
4085+
"@cf/meta/llama-3.2-3b-instruct": BaseAiTextGeneration;
4086+
"@cf/meta/llama-3.2-1b-instruct": BaseAiTextGeneration;
4087+
"@cf/meta/llama-3.3-70b-instruct-fp8-fast": BaseAiTextGeneration;
40644088
"@cf/meta/m2m100-1.2b": BaseAiTranslation;
40654089
"@cf/facebook/bart-large-cnn": BaseAiSummarization;
40664090
"@cf/unum/uform-gen2-qwen-500m": BaseAiImageToText;
40674091
"@cf/llava-hf/llava-1.5-7b-hf": BaseAiImageToText;
40684092
"@cf/openai/whisper": Base_Ai_Cf_Openai_Whisper;
40694093
"@cf/openai/whisper-tiny-en": Base_Ai_Cf_Openai_Whisper_Tiny_En;
40704094
"@cf/openai/whisper-large-v3-turbo": Base_Ai_Cf_Openai_Whisper_Large_V3_Turbo;
4095+
"@cf/black-forest-labs/flux-1-schnell": Base_Ai_Cf_Black_Forest_Labs_Flux_1_Schnell;
40714096
"@cf/meta/llama-3.2-11b-vision-instruct": Base_Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct;
40724097
}
40734098
type AiOptions = {

types/generated-snapshot/2021-11-03/index.ts

+25
Original file line numberDiff line numberDiff line change
@@ -3802,6 +3802,26 @@ export declare abstract class Base_Ai_Cf_Openai_Whisper_Large_V3_Turbo {
38023802
inputs: Ai_Cf_Openai_Whisper_Large_V3_Turbo_Input;
38033803
postProcessedOutputs: Ai_Cf_Openai_Whisper_Large_V3_Turbo_Output;
38043804
}
3805+
export interface Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Input {
3806+
/**
3807+
* A text description of the image you want to generate.
3808+
*/
3809+
prompt: string;
3810+
/**
3811+
* The number of diffusion steps; higher values can improve quality but take longer.
3812+
*/
3813+
steps?: number;
3814+
}
3815+
export interface Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Output {
3816+
/**
3817+
* The generated image in Base64 format.
3818+
*/
3819+
image?: string;
3820+
}
3821+
export declare abstract class Base_Ai_Cf_Black_Forest_Labs_Flux_1_Schnell {
3822+
inputs: Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Input;
3823+
postProcessedOutputs: Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Output;
3824+
}
38053825
export type Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct_Input = Prompt | Messages;
38063826
export interface Prompt {
38073827
/**
@@ -4055,6 +4075,7 @@ export interface AiModels {
40554075
"@cf/thebloke/discolm-german-7b-v1-awq": BaseAiTextGeneration;
40564076
"@cf/qwen/qwen1.5-0.5b-chat": BaseAiTextGeneration;
40574077
"@cf/qwen/qwen1.5-7b-chat-awq": BaseAiTextGeneration;
4078+
"@cf/qwen/qwen1.5-14b-chat-awq": BaseAiTextGeneration;
40584079
"@cf/tinyllama/tinyllama-1.1b-chat-v1.0": BaseAiTextGeneration;
40594080
"@cf/microsoft/phi-2": BaseAiTextGeneration;
40604081
"@cf/qwen/qwen1.5-1.8b-chat": BaseAiTextGeneration;
@@ -4073,13 +4094,17 @@ export interface AiModels {
40734094
"@cf/meta/llama-3.1-8b-instruct": BaseAiTextGeneration;
40744095
"@cf/meta/llama-3.1-8b-instruct-fp8": BaseAiTextGeneration;
40754096
"@cf/meta/llama-3.1-8b-instruct-awq": BaseAiTextGeneration;
4097+
"@cf/meta/llama-3.2-3b-instruct": BaseAiTextGeneration;
4098+
"@cf/meta/llama-3.2-1b-instruct": BaseAiTextGeneration;
4099+
"@cf/meta/llama-3.3-70b-instruct-fp8-fast": BaseAiTextGeneration;
40764100
"@cf/meta/m2m100-1.2b": BaseAiTranslation;
40774101
"@cf/facebook/bart-large-cnn": BaseAiSummarization;
40784102
"@cf/unum/uform-gen2-qwen-500m": BaseAiImageToText;
40794103
"@cf/llava-hf/llava-1.5-7b-hf": BaseAiImageToText;
40804104
"@cf/openai/whisper": Base_Ai_Cf_Openai_Whisper;
40814105
"@cf/openai/whisper-tiny-en": Base_Ai_Cf_Openai_Whisper_Tiny_En;
40824106
"@cf/openai/whisper-large-v3-turbo": Base_Ai_Cf_Openai_Whisper_Large_V3_Turbo;
4107+
"@cf/black-forest-labs/flux-1-schnell": Base_Ai_Cf_Black_Forest_Labs_Flux_1_Schnell;
40834108
"@cf/meta/llama-3.2-11b-vision-instruct": Base_Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct;
40844109
}
40854110
export type AiOptions = {

types/generated-snapshot/2022-01-31/index.d.ts

+25
Original file line numberDiff line numberDiff line change
@@ -3816,6 +3816,26 @@ declare abstract class Base_Ai_Cf_Openai_Whisper_Large_V3_Turbo {
38163816
inputs: Ai_Cf_Openai_Whisper_Large_V3_Turbo_Input;
38173817
postProcessedOutputs: Ai_Cf_Openai_Whisper_Large_V3_Turbo_Output;
38183818
}
3819+
interface Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Input {
3820+
/**
3821+
* A text description of the image you want to generate.
3822+
*/
3823+
prompt: string;
3824+
/**
3825+
* The number of diffusion steps; higher values can improve quality but take longer.
3826+
*/
3827+
steps?: number;
3828+
}
3829+
interface Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Output {
3830+
/**
3831+
* The generated image in Base64 format.
3832+
*/
3833+
image?: string;
3834+
}
3835+
declare abstract class Base_Ai_Cf_Black_Forest_Labs_Flux_1_Schnell {
3836+
inputs: Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Input;
3837+
postProcessedOutputs: Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Output;
3838+
}
38193839
type Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct_Input = Prompt | Messages;
38203840
interface Prompt {
38213841
/**
@@ -4069,6 +4089,7 @@ interface AiModels {
40694089
"@cf/thebloke/discolm-german-7b-v1-awq": BaseAiTextGeneration;
40704090
"@cf/qwen/qwen1.5-0.5b-chat": BaseAiTextGeneration;
40714091
"@cf/qwen/qwen1.5-7b-chat-awq": BaseAiTextGeneration;
4092+
"@cf/qwen/qwen1.5-14b-chat-awq": BaseAiTextGeneration;
40724093
"@cf/tinyllama/tinyllama-1.1b-chat-v1.0": BaseAiTextGeneration;
40734094
"@cf/microsoft/phi-2": BaseAiTextGeneration;
40744095
"@cf/qwen/qwen1.5-1.8b-chat": BaseAiTextGeneration;
@@ -4087,13 +4108,17 @@ interface AiModels {
40874108
"@cf/meta/llama-3.1-8b-instruct": BaseAiTextGeneration;
40884109
"@cf/meta/llama-3.1-8b-instruct-fp8": BaseAiTextGeneration;
40894110
"@cf/meta/llama-3.1-8b-instruct-awq": BaseAiTextGeneration;
4111+
"@cf/meta/llama-3.2-3b-instruct": BaseAiTextGeneration;
4112+
"@cf/meta/llama-3.2-1b-instruct": BaseAiTextGeneration;
4113+
"@cf/meta/llama-3.3-70b-instruct-fp8-fast": BaseAiTextGeneration;
40904114
"@cf/meta/m2m100-1.2b": BaseAiTranslation;
40914115
"@cf/facebook/bart-large-cnn": BaseAiSummarization;
40924116
"@cf/unum/uform-gen2-qwen-500m": BaseAiImageToText;
40934117
"@cf/llava-hf/llava-1.5-7b-hf": BaseAiImageToText;
40944118
"@cf/openai/whisper": Base_Ai_Cf_Openai_Whisper;
40954119
"@cf/openai/whisper-tiny-en": Base_Ai_Cf_Openai_Whisper_Tiny_En;
40964120
"@cf/openai/whisper-large-v3-turbo": Base_Ai_Cf_Openai_Whisper_Large_V3_Turbo;
4121+
"@cf/black-forest-labs/flux-1-schnell": Base_Ai_Cf_Black_Forest_Labs_Flux_1_Schnell;
40974122
"@cf/meta/llama-3.2-11b-vision-instruct": Base_Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct;
40984123
}
40994124
type AiOptions = {

types/generated-snapshot/2022-01-31/index.ts

+25
Original file line numberDiff line numberDiff line change
@@ -3828,6 +3828,26 @@ export declare abstract class Base_Ai_Cf_Openai_Whisper_Large_V3_Turbo {
38283828
inputs: Ai_Cf_Openai_Whisper_Large_V3_Turbo_Input;
38293829
postProcessedOutputs: Ai_Cf_Openai_Whisper_Large_V3_Turbo_Output;
38303830
}
3831+
export interface Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Input {
3832+
/**
3833+
* A text description of the image you want to generate.
3834+
*/
3835+
prompt: string;
3836+
/**
3837+
* The number of diffusion steps; higher values can improve quality but take longer.
3838+
*/
3839+
steps?: number;
3840+
}
3841+
export interface Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Output {
3842+
/**
3843+
* The generated image in Base64 format.
3844+
*/
3845+
image?: string;
3846+
}
3847+
export declare abstract class Base_Ai_Cf_Black_Forest_Labs_Flux_1_Schnell {
3848+
inputs: Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Input;
3849+
postProcessedOutputs: Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Output;
3850+
}
38313851
export type Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct_Input = Prompt | Messages;
38323852
export interface Prompt {
38333853
/**
@@ -4081,6 +4101,7 @@ export interface AiModels {
40814101
"@cf/thebloke/discolm-german-7b-v1-awq": BaseAiTextGeneration;
40824102
"@cf/qwen/qwen1.5-0.5b-chat": BaseAiTextGeneration;
40834103
"@cf/qwen/qwen1.5-7b-chat-awq": BaseAiTextGeneration;
4104+
"@cf/qwen/qwen1.5-14b-chat-awq": BaseAiTextGeneration;
40844105
"@cf/tinyllama/tinyllama-1.1b-chat-v1.0": BaseAiTextGeneration;
40854106
"@cf/microsoft/phi-2": BaseAiTextGeneration;
40864107
"@cf/qwen/qwen1.5-1.8b-chat": BaseAiTextGeneration;
@@ -4099,13 +4120,17 @@ export interface AiModels {
40994120
"@cf/meta/llama-3.1-8b-instruct": BaseAiTextGeneration;
41004121
"@cf/meta/llama-3.1-8b-instruct-fp8": BaseAiTextGeneration;
41014122
"@cf/meta/llama-3.1-8b-instruct-awq": BaseAiTextGeneration;
4123+
"@cf/meta/llama-3.2-3b-instruct": BaseAiTextGeneration;
4124+
"@cf/meta/llama-3.2-1b-instruct": BaseAiTextGeneration;
4125+
"@cf/meta/llama-3.3-70b-instruct-fp8-fast": BaseAiTextGeneration;
41024126
"@cf/meta/m2m100-1.2b": BaseAiTranslation;
41034127
"@cf/facebook/bart-large-cnn": BaseAiSummarization;
41044128
"@cf/unum/uform-gen2-qwen-500m": BaseAiImageToText;
41054129
"@cf/llava-hf/llava-1.5-7b-hf": BaseAiImageToText;
41064130
"@cf/openai/whisper": Base_Ai_Cf_Openai_Whisper;
41074131
"@cf/openai/whisper-tiny-en": Base_Ai_Cf_Openai_Whisper_Tiny_En;
41084132
"@cf/openai/whisper-large-v3-turbo": Base_Ai_Cf_Openai_Whisper_Large_V3_Turbo;
4133+
"@cf/black-forest-labs/flux-1-schnell": Base_Ai_Cf_Black_Forest_Labs_Flux_1_Schnell;
41094134
"@cf/meta/llama-3.2-11b-vision-instruct": Base_Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct;
41104135
}
41114136
export type AiOptions = {

types/generated-snapshot/2022-03-21/index.d.ts

+25
Original file line numberDiff line numberDiff line change
@@ -3841,6 +3841,26 @@ declare abstract class Base_Ai_Cf_Openai_Whisper_Large_V3_Turbo {
38413841
inputs: Ai_Cf_Openai_Whisper_Large_V3_Turbo_Input;
38423842
postProcessedOutputs: Ai_Cf_Openai_Whisper_Large_V3_Turbo_Output;
38433843
}
3844+
interface Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Input {
3845+
/**
3846+
* A text description of the image you want to generate.
3847+
*/
3848+
prompt: string;
3849+
/**
3850+
* The number of diffusion steps; higher values can improve quality but take longer.
3851+
*/
3852+
steps?: number;
3853+
}
3854+
interface Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Output {
3855+
/**
3856+
* The generated image in Base64 format.
3857+
*/
3858+
image?: string;
3859+
}
3860+
declare abstract class Base_Ai_Cf_Black_Forest_Labs_Flux_1_Schnell {
3861+
inputs: Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Input;
3862+
postProcessedOutputs: Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Output;
3863+
}
38443864
type Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct_Input = Prompt | Messages;
38453865
interface Prompt {
38463866
/**
@@ -4094,6 +4114,7 @@ interface AiModels {
40944114
"@cf/thebloke/discolm-german-7b-v1-awq": BaseAiTextGeneration;
40954115
"@cf/qwen/qwen1.5-0.5b-chat": BaseAiTextGeneration;
40964116
"@cf/qwen/qwen1.5-7b-chat-awq": BaseAiTextGeneration;
4117+
"@cf/qwen/qwen1.5-14b-chat-awq": BaseAiTextGeneration;
40974118
"@cf/tinyllama/tinyllama-1.1b-chat-v1.0": BaseAiTextGeneration;
40984119
"@cf/microsoft/phi-2": BaseAiTextGeneration;
40994120
"@cf/qwen/qwen1.5-1.8b-chat": BaseAiTextGeneration;
@@ -4112,13 +4133,17 @@ interface AiModels {
41124133
"@cf/meta/llama-3.1-8b-instruct": BaseAiTextGeneration;
41134134
"@cf/meta/llama-3.1-8b-instruct-fp8": BaseAiTextGeneration;
41144135
"@cf/meta/llama-3.1-8b-instruct-awq": BaseAiTextGeneration;
4136+
"@cf/meta/llama-3.2-3b-instruct": BaseAiTextGeneration;
4137+
"@cf/meta/llama-3.2-1b-instruct": BaseAiTextGeneration;
4138+
"@cf/meta/llama-3.3-70b-instruct-fp8-fast": BaseAiTextGeneration;
41154139
"@cf/meta/m2m100-1.2b": BaseAiTranslation;
41164140
"@cf/facebook/bart-large-cnn": BaseAiSummarization;
41174141
"@cf/unum/uform-gen2-qwen-500m": BaseAiImageToText;
41184142
"@cf/llava-hf/llava-1.5-7b-hf": BaseAiImageToText;
41194143
"@cf/openai/whisper": Base_Ai_Cf_Openai_Whisper;
41204144
"@cf/openai/whisper-tiny-en": Base_Ai_Cf_Openai_Whisper_Tiny_En;
41214145
"@cf/openai/whisper-large-v3-turbo": Base_Ai_Cf_Openai_Whisper_Large_V3_Turbo;
4146+
"@cf/black-forest-labs/flux-1-schnell": Base_Ai_Cf_Black_Forest_Labs_Flux_1_Schnell;
41224147
"@cf/meta/llama-3.2-11b-vision-instruct": Base_Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct;
41234148
}
41244149
type AiOptions = {

types/generated-snapshot/2022-03-21/index.ts

+25
Original file line numberDiff line numberDiff line change
@@ -3853,6 +3853,26 @@ export declare abstract class Base_Ai_Cf_Openai_Whisper_Large_V3_Turbo {
38533853
inputs: Ai_Cf_Openai_Whisper_Large_V3_Turbo_Input;
38543854
postProcessedOutputs: Ai_Cf_Openai_Whisper_Large_V3_Turbo_Output;
38553855
}
3856+
export interface Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Input {
3857+
/**
3858+
* A text description of the image you want to generate.
3859+
*/
3860+
prompt: string;
3861+
/**
3862+
* The number of diffusion steps; higher values can improve quality but take longer.
3863+
*/
3864+
steps?: number;
3865+
}
3866+
export interface Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Output {
3867+
/**
3868+
* The generated image in Base64 format.
3869+
*/
3870+
image?: string;
3871+
}
3872+
export declare abstract class Base_Ai_Cf_Black_Forest_Labs_Flux_1_Schnell {
3873+
inputs: Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Input;
3874+
postProcessedOutputs: Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Output;
3875+
}
38563876
export type Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct_Input = Prompt | Messages;
38573877
export interface Prompt {
38583878
/**
@@ -4106,6 +4126,7 @@ export interface AiModels {
41064126
"@cf/thebloke/discolm-german-7b-v1-awq": BaseAiTextGeneration;
41074127
"@cf/qwen/qwen1.5-0.5b-chat": BaseAiTextGeneration;
41084128
"@cf/qwen/qwen1.5-7b-chat-awq": BaseAiTextGeneration;
4129+
"@cf/qwen/qwen1.5-14b-chat-awq": BaseAiTextGeneration;
41094130
"@cf/tinyllama/tinyllama-1.1b-chat-v1.0": BaseAiTextGeneration;
41104131
"@cf/microsoft/phi-2": BaseAiTextGeneration;
41114132
"@cf/qwen/qwen1.5-1.8b-chat": BaseAiTextGeneration;
@@ -4124,13 +4145,17 @@ export interface AiModels {
41244145
"@cf/meta/llama-3.1-8b-instruct": BaseAiTextGeneration;
41254146
"@cf/meta/llama-3.1-8b-instruct-fp8": BaseAiTextGeneration;
41264147
"@cf/meta/llama-3.1-8b-instruct-awq": BaseAiTextGeneration;
4148+
"@cf/meta/llama-3.2-3b-instruct": BaseAiTextGeneration;
4149+
"@cf/meta/llama-3.2-1b-instruct": BaseAiTextGeneration;
4150+
"@cf/meta/llama-3.3-70b-instruct-fp8-fast": BaseAiTextGeneration;
41274151
"@cf/meta/m2m100-1.2b": BaseAiTranslation;
41284152
"@cf/facebook/bart-large-cnn": BaseAiSummarization;
41294153
"@cf/unum/uform-gen2-qwen-500m": BaseAiImageToText;
41304154
"@cf/llava-hf/llava-1.5-7b-hf": BaseAiImageToText;
41314155
"@cf/openai/whisper": Base_Ai_Cf_Openai_Whisper;
41324156
"@cf/openai/whisper-tiny-en": Base_Ai_Cf_Openai_Whisper_Tiny_En;
41334157
"@cf/openai/whisper-large-v3-turbo": Base_Ai_Cf_Openai_Whisper_Large_V3_Turbo;
4158+
"@cf/black-forest-labs/flux-1-schnell": Base_Ai_Cf_Black_Forest_Labs_Flux_1_Schnell;
41344159
"@cf/meta/llama-3.2-11b-vision-instruct": Base_Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct;
41354160
}
41364161
export type AiOptions = {

0 commit comments

Comments
 (0)