airflow.providers.common.ai.batch¶
Batch execution for @task.llm_batch.
The stable surface for other packages is BatchAdapter (the contract a
provider batch engine implements), BatchRequest (one input item) and
register_adapter() (how another provider package plugs its adapter in).
Submodules¶
- airflow.providers.common.ai.batch.anthropic
- airflow.providers.common.ai.batch.base
- airflow.providers.common.ai.batch.dispatch
- airflow.providers.common.ai.batch.openai
- airflow.providers.common.ai.batch.output_schema
- airflow.providers.common.ai.batch.polling
- airflow.providers.common.ai.batch.results
- airflow.providers.common.ai.batch.state