Python SDK placeholder for /batches.
client.create_batch()
client.get_batch()
coming_soon
batch = client.create_batch({ "endpoint": "responses", "input_file_id": "file_123", "completion_window": "24h", }) status = client.get_batch("batch_123") print(batch) print(status) # { # "status": "coming_soon", # "endpoint": "batches", # "message": "This endpoint is not yet supported in the SDK.", # ... # }
Was this page helpful?