ai.batch

ai.batch

Stable-key, resumable batch inference.

Functions

Name Description
extract Extract typed values while preserving stable row identity.

extract

ai.batch.extract(
    data,
    *,
    key,
    input,
    client,
    model,
    output,
    store=None,
    run_id=None,
    provider_options=None,
)

Extract typed values while preserving stable row identity.

Back to top