async_invocations
Creates, updates, deletes, gets or lists an async_invocations resource.
Overview
| Name | async_invocations |
| Type | Resource |
| Id | digitalocean.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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
inference_create_async_invoke | exec | model_id, input | 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. |
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.
| Name | Datatype | Description |
|---|
Lifecycle Methods
- inference_create_async_invoke
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 }}"
}'
;