OpenAI Batch API
async-job:openai-batch-api
AsyncJobextensions/async-jobs/async-jobs-llm-providers.yaml·Open in Graph → {
"id": "async-job:openai-batch-api",
"_kind": "AsyncJob",
"_file": "extensions/async-jobs/async-jobs-llm-providers.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "OpenAI Batch API",
"kind": "batch-api",
"statusModel": "polling",
"description": "OpenAI's Batch API — submit a JSONL of completion / embedding requests,\npoll the batch object until status transitions to `completed`. 24-hour\nSLA, ~50% discount versus synchronous calls.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "run:01kqex-example-run-001",
"to": "async-job:openai-batch-api",
"kind": "uses_async_job",
"attributes": {}
}
]
}