Skip to main content

flux_2_klein_4b

Creates, updates, deletes, gets or lists a flux_2_klein_4b resource.

Overview

Nameflux_2_klein_4b
TypeResource
Idcloudflare.ai.flux_2_klein_4b

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
workers_ai_post_run_cf_black_forest_labs_flux_2_klein_4binsertaccount_id, multipartqueueRequest, tagsRuns inference on the @cf/black-forest-labs/flux-2-klein-4b model.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
account_idstringThe Cloudflare account ID.
queueRequeststring
tagsstring

INSERT examples

Runs inference on the @cf/black-forest-labs/flux-2-klein-4b model.

INSERT INTO cloudflare.ai.flux_2_klein_4b (
multipart,
account_id,
queueRequest,
tags
)
SELECT
'{{ multipart }}' /* required */,
'{{ account_id }}',
'{{ queueRequest }}',
'{{ tags }}'
;