Asynchronous Requests
AsyncOpenAI
from the openai
SDK, which allows you to send multiple requests concurrently. The example below is a Python script demonstrating how to use AsyncOpenAI
to batch and process requests asynchronously, significantly reducing the overall execution time:Rate Limits
max_concurrent
param to control the maximum number of parallel requests.You are unable to concurrently run your requests beyond the rate limits shown in the API console.
Modified at 2025-04-10 09:08:00