Execute multiple agent completions concurrently using optimized thread pool execution. This is a premium-only feature.
The configuration of the agent to be completed.
The task to be completed by the agent.
The history of the agent's previous tasks and responses. Can be either a dictionary or a list of message objects.
A base64 encoded image for the agent to process. Encode your image file to base64 and pass it here.
A list of base64 encoded images for the agent to process. Encode your image files to base64 and pass them here.
A list of tools that the agent should use to complete its task.
Successful Response
The unique identifier for the agent batch completion.
The total number of requests in the batch.
The outputs generated by the agent.
The execution time of the agent batch completion.
The timestamp when the agent batch completion was created.