POST /accounts/{account_id}/ai/run/@cf/deepgram/flux

Execute @cf/deepgram/flux model.

Servers

Path parameters

Name Type Required Description
account_id String Yes

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Query parameters

Name Type Required Description
tags String No
queueRequest String No

Request body fields

Name Type Required Description
eot_timeout_ms String No

A turn will be finished when this much time has passed after speech, regardless of EOT confidence.

Default value: "5000"

keyterm String No

Keyterm prompting can improve recognition of specialized terminology. Pass multiple keyterm query parameters to boost multiple keyterms.

eager_eot_threshold String No

End-of-turn confidence required to fire an eager end-of-turn event. When set, enables EagerEndOfTurn and TurnResumed events. Valid Values 0.3 - 0.9.

encoding String Yes

Encoding of the audio stream. Currently only supports raw signed little-endian 16-bit PCM.

Valid values:

  • "linear16"
eot_threshold String No

End-of-turn confidence required to finish a turn. Valid Values 0.5 - 0.9.

Default value: "0.7"

sample_rate String Yes

Sample rate of the audio stream in Hz.

mip_opt_out String No

Opts out requests from the Deepgram Model Improvement Program. Refer to Deepgram Docs for pricing impacts before setting this to true. https://dpgr.am/deepgram-mip

Valid values:

  • "false"
  • "true"

Default value: "false"

tag String No

Label your requests for the purpose of identification during usage reporting

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.