iiRecord
Agentic AI Atlas · OpenAI Batch API
async-job:openai-batch-apia5c.ai
II.
AsyncJob JSON

async-job:openai-batch-api

Structured · live

OpenAI Batch API json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/async-jobs/async-jobs-llm-providers.yamlCluster · extensions
Record JSON
{
  "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": {}
    }
  ]
}