Skip to main content

async_invocations

Creates, updates, deletes, gets or lists an async_invocations resource.

Overview

Nameasync_invocations
TypeResource
Iddigitalocean.inference.async_invocations

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
inference_create_async_invokeexecmodel_id, inputGenerate Image, Audio, or Text-to-Speech Using fal Models. This endpoint starts an asynchronous job and returns a request_id. The job status is QUEUED initially. Use the request_id to poll for the result.

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

Lifecycle Methods

Generate Image, Audio, or Text-to-Speech Using fal Models. This endpoint starts an asynchronous job and returns a request_id. The job status is QUEUED initially. Use the request_id to poll for the result.

EXEC digitalocean.inference.async_invocations.inference_create_async_invoke
@@json=
'{
"model_id": "{{ model_id }}",
"input": "{{ input }}",
"tags": "{{ tags }}"
}'
;