Skip to main content

nova_3

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

Overview

Namenova_3
TypeResource
Idcloudflare.ai.nova_3

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_deepgram_nova_3insertaccount_id, audioqueueRequest, tagsRuns inference on the @cf/deepgram/nova-3 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/deepgram/nova-3 model.

INSERT INTO cloudflare.ai.nova_3 (
audio,
channels,
custom_intent,
custom_intent_mode,
custom_topic,
custom_topic_mode,
detect_entities,
detect_language,
diarize,
dictation,
encoding,
endpointing,
extra,
filler_words,
interim_results,
keyterm,
keywords,
language,
measurements,
mip_opt_out,
mode,
multichannel,
numerals,
paragraphs,
profanity_filter,
punctuate,
redact,
replace,
search,
sentiment,
smart_format,
topics,
utt_split,
utterance_end_ms,
utterances,
vad_events,
account_id,
queueRequest,
tags
)
SELECT
'{{ audio }}' /* required */,
{{ channels }},
'{{ custom_intent }}',
'{{ custom_intent_mode }}',
'{{ custom_topic }}',
'{{ custom_topic_mode }}',
{{ detect_entities }},
{{ detect_language }},
{{ diarize }},
{{ dictation }},
'{{ encoding }}',
'{{ endpointing }}',
'{{ extra }}',
{{ filler_words }},
{{ interim_results }},
'{{ keyterm }}',
'{{ keywords }}',
'{{ language }}',
{{ measurements }},
{{ mip_opt_out }},
'{{ mode }}',
{{ multichannel }},
{{ numerals }},
{{ paragraphs }},
{{ profanity_filter }},
{{ punctuate }},
'{{ redact }}',
'{{ replace }}',
'{{ search }}',
{{ sentiment }},
{{ smart_format }},
{{ topics }},
{{ utt_split }},
{{ utterance_end_ms }},
{{ utterances }},
{{ vad_events }},
'{{ account_id }}',
'{{ queueRequest }}',
'{{ tags }}'
;