streaming — Sending a model's response token by token as it is generated, so the reader sees text immediately instead of waiting for the whole answer.
AI agent — An AI system that doesn't just answer once but works toward a goal in a loop — taking actions, reading the results, and deciding what to do next.
Why it matters
Image models disagree on aspect ratios, batch sizes, and reference-image limits. A typed capability endpoint lets your code, or an AI agentAn AI system that doesn't just answer once but works toward a goal in a loop — taking actions, reading the results, and deciding what to do next.Full definition →, validate parameters before the call instead of discovering limits through errors.