Skip to content

Commit 4583076

Browse files
added flux-1-schnell to the model catalog
1 parent 941f9ca commit 4583076

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
@@ -3757,6 +3757,26 @@ declare abstract class Base_Ai_Cf_Openai_Whisper_Large_V3_Turbo {
37573757
inputs: Ai_Cf_Openai_Whisper_Large_V3_Turbo_Input;
37583758
postProcessedOutputs: Ai_Cf_Openai_Whisper_Large_V3_Turbo_Output;
37593759
}
3760+
interface Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Input {
3761+
/**
3762+
* A text description of the image you want to generate.
3763+
*/
3764+
prompt: string;
3765+
/**
3766+
* The number of diffusion steps; higher values can improve quality but take longer.
3767+
*/
3768+
steps?: number;
3769+
}
3770+
interface Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Output {
3771+
/**
3772+
* The generated image in Base64 format.
3773+
*/
3774+
image?: string;
3775+
}
3776+
declare abstract class Base_Ai_Cf_Black_Forest_Labs_Flux_1_Schnell {
3777+
inputs: Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Input;
3778+
postProcessedOutputs: Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Output;
3779+
}
37603780
type Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct_Input = Prompt | Messages;
37613781
interface Prompt {
37623782
/**
@@ -4010,6 +4030,7 @@ interface AiModels {
40104030
"@cf/thebloke/discolm-german-7b-v1-awq": BaseAiTextGeneration;
40114031
"@cf/qwen/qwen1.5-0.5b-chat": BaseAiTextGeneration;
40124032
"@cf/qwen/qwen1.5-7b-chat-awq": BaseAiTextGeneration;
4033+
"@cf/qwen/qwen1.5-14b-chat-awq": BaseAiTextGeneration;
40134034
"@cf/tinyllama/tinyllama-1.1b-chat-v1.0": BaseAiTextGeneration;
40144035
"@cf/microsoft/phi-2": BaseAiTextGeneration;
40154036
"@cf/qwen/qwen1.5-1.8b-chat": BaseAiTextGeneration;
@@ -4028,13 +4049,17 @@ interface AiModels {
40284049
"@cf/meta/llama-3.1-8b-instruct": BaseAiTextGeneration;
40294050
"@cf/meta/llama-3.1-8b-instruct-fp8": BaseAiTextGeneration;
40304051
"@cf/meta/llama-3.1-8b-instruct-awq": BaseAiTextGeneration;
4052+
"@cf/meta/llama-3.2-3b-instruct": BaseAiTextGeneration;
4053+
"@cf/meta/llama-3.2-1b-instruct": BaseAiTextGeneration;
4054+
"@cf/meta/llama-3.3-70b-instruct-fp8-fast": BaseAiTextGeneration;
40314055
"@cf/meta/m2m100-1.2b": BaseAiTranslation;
40324056
"@cf/facebook/bart-large-cnn": BaseAiSummarization;
40334057
"@cf/unum/uform-gen2-qwen-500m": BaseAiImageToText;
40344058
"@cf/llava-hf/llava-1.5-7b-hf": BaseAiImageToText;
40354059
"@cf/openai/whisper": Base_Ai_Cf_Openai_Whisper;
40364060
"@cf/openai/whisper-tiny-en": Base_Ai_Cf_Openai_Whisper_Tiny_En;
40374061
"@cf/openai/whisper-large-v3-turbo": Base_Ai_Cf_Openai_Whisper_Large_V3_Turbo;
4062+
"@cf/black-forest-labs/flux-1-schnell": Base_Ai_Cf_Black_Forest_Labs_Flux_1_Schnell;
40384063
"@cf/meta/llama-3.2-11b-vision-instruct": Base_Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct;
40394064
}
40404065
type AiOptions = {

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

+25
Original file line numberDiff line numberDiff line change
@@ -3769,6 +3769,26 @@ export declare abstract class Base_Ai_Cf_Openai_Whisper_Large_V3_Turbo {
37693769
inputs: Ai_Cf_Openai_Whisper_Large_V3_Turbo_Input;
37703770
postProcessedOutputs: Ai_Cf_Openai_Whisper_Large_V3_Turbo_Output;
37713771
}
3772+
export interface Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Input {
3773+
/**
3774+
* A text description of the image you want to generate.
3775+
*/
3776+
prompt: string;
3777+
/**
3778+
* The number of diffusion steps; higher values can improve quality but take longer.
3779+
*/
3780+
steps?: number;
3781+
}
3782+
export interface Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Output {
3783+
/**
3784+
* The generated image in Base64 format.
3785+
*/
3786+
image?: string;
3787+
}
3788+
export declare abstract class Base_Ai_Cf_Black_Forest_Labs_Flux_1_Schnell {
3789+
inputs: Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Input;
3790+
postProcessedOutputs: Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Output;
3791+
}
37723792
export type Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct_Input = Prompt | Messages;
37733793
export interface Prompt {
37743794
/**
@@ -4022,6 +4042,7 @@ export interface AiModels {
40224042
"@cf/thebloke/discolm-german-7b-v1-awq": BaseAiTextGeneration;
40234043
"@cf/qwen/qwen1.5-0.5b-chat": BaseAiTextGeneration;
40244044
"@cf/qwen/qwen1.5-7b-chat-awq": BaseAiTextGeneration;
4045+
"@cf/qwen/qwen1.5-14b-chat-awq": BaseAiTextGeneration;
40254046
"@cf/tinyllama/tinyllama-1.1b-chat-v1.0": BaseAiTextGeneration;
40264047
"@cf/microsoft/phi-2": BaseAiTextGeneration;
40274048
"@cf/qwen/qwen1.5-1.8b-chat": BaseAiTextGeneration;
@@ -4040,13 +4061,17 @@ export interface AiModels {
40404061
"@cf/meta/llama-3.1-8b-instruct": BaseAiTextGeneration;
40414062
"@cf/meta/llama-3.1-8b-instruct-fp8": BaseAiTextGeneration;
40424063
"@cf/meta/llama-3.1-8b-instruct-awq": BaseAiTextGeneration;
4064+
"@cf/meta/llama-3.2-3b-instruct": BaseAiTextGeneration;
4065+
"@cf/meta/llama-3.2-1b-instruct": BaseAiTextGeneration;
4066+
"@cf/meta/llama-3.3-70b-instruct-fp8-fast": BaseAiTextGeneration;
40434067
"@cf/meta/m2m100-1.2b": BaseAiTranslation;
40444068
"@cf/facebook/bart-large-cnn": BaseAiSummarization;
40454069
"@cf/unum/uform-gen2-qwen-500m": BaseAiImageToText;
40464070
"@cf/llava-hf/llava-1.5-7b-hf": BaseAiImageToText;
40474071
"@cf/openai/whisper": Base_Ai_Cf_Openai_Whisper;
40484072
"@cf/openai/whisper-tiny-en": Base_Ai_Cf_Openai_Whisper_Tiny_En;
40494073
"@cf/openai/whisper-large-v3-turbo": Base_Ai_Cf_Openai_Whisper_Large_V3_Turbo;
4074+
"@cf/black-forest-labs/flux-1-schnell": Base_Ai_Cf_Black_Forest_Labs_Flux_1_Schnell;
40504075
"@cf/meta/llama-3.2-11b-vision-instruct": Base_Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct;
40514076
}
40524077
export type AiOptions = {

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

+25
Original file line numberDiff line numberDiff line change
@@ -3783,6 +3783,26 @@ declare abstract class Base_Ai_Cf_Openai_Whisper_Large_V3_Turbo {
37833783
inputs: Ai_Cf_Openai_Whisper_Large_V3_Turbo_Input;
37843784
postProcessedOutputs: Ai_Cf_Openai_Whisper_Large_V3_Turbo_Output;
37853785
}
3786+
interface Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Input {
3787+
/**
3788+
* A text description of the image you want to generate.
3789+
*/
3790+
prompt: string;
3791+
/**
3792+
* The number of diffusion steps; higher values can improve quality but take longer.
3793+
*/
3794+
steps?: number;
3795+
}
3796+
interface Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Output {
3797+
/**
3798+
* The generated image in Base64 format.
3799+
*/
3800+
image?: string;
3801+
}
3802+
declare abstract class Base_Ai_Cf_Black_Forest_Labs_Flux_1_Schnell {
3803+
inputs: Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Input;
3804+
postProcessedOutputs: Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Output;
3805+
}
37863806
type Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct_Input = Prompt | Messages;
37873807
interface Prompt {
37883808
/**
@@ -4036,6 +4056,7 @@ interface AiModels {
40364056
"@cf/thebloke/discolm-german-7b-v1-awq": BaseAiTextGeneration;
40374057
"@cf/qwen/qwen1.5-0.5b-chat": BaseAiTextGeneration;
40384058
"@cf/qwen/qwen1.5-7b-chat-awq": BaseAiTextGeneration;
4059+
"@cf/qwen/qwen1.5-14b-chat-awq": BaseAiTextGeneration;
40394060
"@cf/tinyllama/tinyllama-1.1b-chat-v1.0": BaseAiTextGeneration;
40404061
"@cf/microsoft/phi-2": BaseAiTextGeneration;
40414062
"@cf/qwen/qwen1.5-1.8b-chat": BaseAiTextGeneration;
@@ -4054,13 +4075,17 @@ interface AiModels {
40544075
"@cf/meta/llama-3.1-8b-instruct": BaseAiTextGeneration;
40554076
"@cf/meta/llama-3.1-8b-instruct-fp8": BaseAiTextGeneration;
40564077
"@cf/meta/llama-3.1-8b-instruct-awq": BaseAiTextGeneration;
4078+
"@cf/meta/llama-3.2-3b-instruct": BaseAiTextGeneration;
4079+
"@cf/meta/llama-3.2-1b-instruct": BaseAiTextGeneration;
4080+
"@cf/meta/llama-3.3-70b-instruct-fp8-fast": BaseAiTextGeneration;
40574081
"@cf/meta/m2m100-1.2b": BaseAiTranslation;
40584082
"@cf/facebook/bart-large-cnn": BaseAiSummarization;
40594083
"@cf/unum/uform-gen2-qwen-500m": BaseAiImageToText;
40604084
"@cf/llava-hf/llava-1.5-7b-hf": BaseAiImageToText;
40614085
"@cf/openai/whisper": Base_Ai_Cf_Openai_Whisper;
40624086
"@cf/openai/whisper-tiny-en": Base_Ai_Cf_Openai_Whisper_Tiny_En;
40634087
"@cf/openai/whisper-large-v3-turbo": Base_Ai_Cf_Openai_Whisper_Large_V3_Turbo;
4088+
"@cf/black-forest-labs/flux-1-schnell": Base_Ai_Cf_Black_Forest_Labs_Flux_1_Schnell;
40644089
"@cf/meta/llama-3.2-11b-vision-instruct": Base_Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct;
40654090
}
40664091
type AiOptions = {

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

+25
Original file line numberDiff line numberDiff line change
@@ -3795,6 +3795,26 @@ export declare abstract class Base_Ai_Cf_Openai_Whisper_Large_V3_Turbo {
37953795
inputs: Ai_Cf_Openai_Whisper_Large_V3_Turbo_Input;
37963796
postProcessedOutputs: Ai_Cf_Openai_Whisper_Large_V3_Turbo_Output;
37973797
}
3798+
export interface Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Input {
3799+
/**
3800+
* A text description of the image you want to generate.
3801+
*/
3802+
prompt: string;
3803+
/**
3804+
* The number of diffusion steps; higher values can improve quality but take longer.
3805+
*/
3806+
steps?: number;
3807+
}
3808+
export interface Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Output {
3809+
/**
3810+
* The generated image in Base64 format.
3811+
*/
3812+
image?: string;
3813+
}
3814+
export declare abstract class Base_Ai_Cf_Black_Forest_Labs_Flux_1_Schnell {
3815+
inputs: Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Input;
3816+
postProcessedOutputs: Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Output;
3817+
}
37983818
export type Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct_Input = Prompt | Messages;
37993819
export interface Prompt {
38003820
/**
@@ -4048,6 +4068,7 @@ export interface AiModels {
40484068
"@cf/thebloke/discolm-german-7b-v1-awq": BaseAiTextGeneration;
40494069
"@cf/qwen/qwen1.5-0.5b-chat": BaseAiTextGeneration;
40504070
"@cf/qwen/qwen1.5-7b-chat-awq": BaseAiTextGeneration;
4071+
"@cf/qwen/qwen1.5-14b-chat-awq": BaseAiTextGeneration;
40514072
"@cf/tinyllama/tinyllama-1.1b-chat-v1.0": BaseAiTextGeneration;
40524073
"@cf/microsoft/phi-2": BaseAiTextGeneration;
40534074
"@cf/qwen/qwen1.5-1.8b-chat": BaseAiTextGeneration;
@@ -4066,13 +4087,17 @@ export interface AiModels {
40664087
"@cf/meta/llama-3.1-8b-instruct": BaseAiTextGeneration;
40674088
"@cf/meta/llama-3.1-8b-instruct-fp8": BaseAiTextGeneration;
40684089
"@cf/meta/llama-3.1-8b-instruct-awq": BaseAiTextGeneration;
4090+
"@cf/meta/llama-3.2-3b-instruct": BaseAiTextGeneration;
4091+
"@cf/meta/llama-3.2-1b-instruct": BaseAiTextGeneration;
4092+
"@cf/meta/llama-3.3-70b-instruct-fp8-fast": BaseAiTextGeneration;
40694093
"@cf/meta/m2m100-1.2b": BaseAiTranslation;
40704094
"@cf/facebook/bart-large-cnn": BaseAiSummarization;
40714095
"@cf/unum/uform-gen2-qwen-500m": BaseAiImageToText;
40724096
"@cf/llava-hf/llava-1.5-7b-hf": BaseAiImageToText;
40734097
"@cf/openai/whisper": Base_Ai_Cf_Openai_Whisper;
40744098
"@cf/openai/whisper-tiny-en": Base_Ai_Cf_Openai_Whisper_Tiny_En;
40754099
"@cf/openai/whisper-large-v3-turbo": Base_Ai_Cf_Openai_Whisper_Large_V3_Turbo;
4100+
"@cf/black-forest-labs/flux-1-schnell": Base_Ai_Cf_Black_Forest_Labs_Flux_1_Schnell;
40764101
"@cf/meta/llama-3.2-11b-vision-instruct": Base_Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct;
40774102
}
40784103
export type AiOptions = {

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

+25
Original file line numberDiff line numberDiff line change
@@ -3808,6 +3808,26 @@ declare abstract class Base_Ai_Cf_Openai_Whisper_Large_V3_Turbo {
38083808
inputs: Ai_Cf_Openai_Whisper_Large_V3_Turbo_Input;
38093809
postProcessedOutputs: Ai_Cf_Openai_Whisper_Large_V3_Turbo_Output;
38103810
}
3811+
interface Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Input {
3812+
/**
3813+
* A text description of the image you want to generate.
3814+
*/
3815+
prompt: string;
3816+
/**
3817+
* The number of diffusion steps; higher values can improve quality but take longer.
3818+
*/
3819+
steps?: number;
3820+
}
3821+
interface Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Output {
3822+
/**
3823+
* The generated image in Base64 format.
3824+
*/
3825+
image?: string;
3826+
}
3827+
declare abstract class Base_Ai_Cf_Black_Forest_Labs_Flux_1_Schnell {
3828+
inputs: Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Input;
3829+
postProcessedOutputs: Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Output;
3830+
}
38113831
type Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct_Input = Prompt | Messages;
38123832
interface Prompt {
38133833
/**
@@ -4061,6 +4081,7 @@ interface AiModels {
40614081
"@cf/thebloke/discolm-german-7b-v1-awq": BaseAiTextGeneration;
40624082
"@cf/qwen/qwen1.5-0.5b-chat": BaseAiTextGeneration;
40634083
"@cf/qwen/qwen1.5-7b-chat-awq": BaseAiTextGeneration;
4084+
"@cf/qwen/qwen1.5-14b-chat-awq": BaseAiTextGeneration;
40644085
"@cf/tinyllama/tinyllama-1.1b-chat-v1.0": BaseAiTextGeneration;
40654086
"@cf/microsoft/phi-2": BaseAiTextGeneration;
40664087
"@cf/qwen/qwen1.5-1.8b-chat": BaseAiTextGeneration;
@@ -4079,13 +4100,17 @@ interface AiModels {
40794100
"@cf/meta/llama-3.1-8b-instruct": BaseAiTextGeneration;
40804101
"@cf/meta/llama-3.1-8b-instruct-fp8": BaseAiTextGeneration;
40814102
"@cf/meta/llama-3.1-8b-instruct-awq": BaseAiTextGeneration;
4103+
"@cf/meta/llama-3.2-3b-instruct": BaseAiTextGeneration;
4104+
"@cf/meta/llama-3.2-1b-instruct": BaseAiTextGeneration;
4105+
"@cf/meta/llama-3.3-70b-instruct-fp8-fast": BaseAiTextGeneration;
40824106
"@cf/meta/m2m100-1.2b": BaseAiTranslation;
40834107
"@cf/facebook/bart-large-cnn": BaseAiSummarization;
40844108
"@cf/unum/uform-gen2-qwen-500m": BaseAiImageToText;
40854109
"@cf/llava-hf/llava-1.5-7b-hf": BaseAiImageToText;
40864110
"@cf/openai/whisper": Base_Ai_Cf_Openai_Whisper;
40874111
"@cf/openai/whisper-tiny-en": Base_Ai_Cf_Openai_Whisper_Tiny_En;
40884112
"@cf/openai/whisper-large-v3-turbo": Base_Ai_Cf_Openai_Whisper_Large_V3_Turbo;
4113+
"@cf/black-forest-labs/flux-1-schnell": Base_Ai_Cf_Black_Forest_Labs_Flux_1_Schnell;
40894114
"@cf/meta/llama-3.2-11b-vision-instruct": Base_Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct;
40904115
}
40914116
type AiOptions = {

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

+25
Original file line numberDiff line numberDiff line change
@@ -3820,6 +3820,26 @@ export declare abstract class Base_Ai_Cf_Openai_Whisper_Large_V3_Turbo {
38203820
inputs: Ai_Cf_Openai_Whisper_Large_V3_Turbo_Input;
38213821
postProcessedOutputs: Ai_Cf_Openai_Whisper_Large_V3_Turbo_Output;
38223822
}
3823+
export interface Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Input {
3824+
/**
3825+
* A text description of the image you want to generate.
3826+
*/
3827+
prompt: string;
3828+
/**
3829+
* The number of diffusion steps; higher values can improve quality but take longer.
3830+
*/
3831+
steps?: number;
3832+
}
3833+
export interface Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Output {
3834+
/**
3835+
* The generated image in Base64 format.
3836+
*/
3837+
image?: string;
3838+
}
3839+
export declare abstract class Base_Ai_Cf_Black_Forest_Labs_Flux_1_Schnell {
3840+
inputs: Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Input;
3841+
postProcessedOutputs: Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Output;
3842+
}
38233843
export type Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct_Input = Prompt | Messages;
38243844
export interface Prompt {
38253845
/**
@@ -4073,6 +4093,7 @@ export interface AiModels {
40734093
"@cf/thebloke/discolm-german-7b-v1-awq": BaseAiTextGeneration;
40744094
"@cf/qwen/qwen1.5-0.5b-chat": BaseAiTextGeneration;
40754095
"@cf/qwen/qwen1.5-7b-chat-awq": BaseAiTextGeneration;
4096+
"@cf/qwen/qwen1.5-14b-chat-awq": BaseAiTextGeneration;
40764097
"@cf/tinyllama/tinyllama-1.1b-chat-v1.0": BaseAiTextGeneration;
40774098
"@cf/microsoft/phi-2": BaseAiTextGeneration;
40784099
"@cf/qwen/qwen1.5-1.8b-chat": BaseAiTextGeneration;
@@ -4091,13 +4112,17 @@ export interface AiModels {
40914112
"@cf/meta/llama-3.1-8b-instruct": BaseAiTextGeneration;
40924113
"@cf/meta/llama-3.1-8b-instruct-fp8": BaseAiTextGeneration;
40934114
"@cf/meta/llama-3.1-8b-instruct-awq": BaseAiTextGeneration;
4115+
"@cf/meta/llama-3.2-3b-instruct": BaseAiTextGeneration;
4116+
"@cf/meta/llama-3.2-1b-instruct": BaseAiTextGeneration;
4117+
"@cf/meta/llama-3.3-70b-instruct-fp8-fast": BaseAiTextGeneration;
40944118
"@cf/meta/m2m100-1.2b": BaseAiTranslation;
40954119
"@cf/facebook/bart-large-cnn": BaseAiSummarization;
40964120
"@cf/unum/uform-gen2-qwen-500m": BaseAiImageToText;
40974121
"@cf/llava-hf/llava-1.5-7b-hf": BaseAiImageToText;
40984122
"@cf/openai/whisper": Base_Ai_Cf_Openai_Whisper;
40994123
"@cf/openai/whisper-tiny-en": Base_Ai_Cf_Openai_Whisper_Tiny_En;
41004124
"@cf/openai/whisper-large-v3-turbo": Base_Ai_Cf_Openai_Whisper_Large_V3_Turbo;
4125+
"@cf/black-forest-labs/flux-1-schnell": Base_Ai_Cf_Black_Forest_Labs_Flux_1_Schnell;
41014126
"@cf/meta/llama-3.2-11b-vision-instruct": Base_Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct;
41024127
}
41034128
export type AiOptions = {

0 commit comments

Comments
 (0)