Skip to main content

qwen3_embedding_0_6b

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

Overview

Nameqwen3_embedding_0_6b
TypeResource
Idcloudflare.ai.qwen3_embedding_0_6b

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_qwen_qwen3_embedding_0_6binsertaccount_idqueueRequest, tagsRuns inference on the @cf/qwen/qwen3-embedding-0.6b 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/qwen/qwen3-embedding-0.6b model.

INSERT INTO cloudflare.ai.qwen3_embedding_0_6b (
documents,
instruction,
queries,
text,
account_id,
queueRequest,
tags
)
SELECT
'{{ documents }}',
'{{ instruction }}',
'{{ queries }}',
'{{ text }}',
'{{ account_id }}',
'{{ queueRequest }}',
'{{ tags }}'
;