Пакетный вывод моделей через CLI
★ 7.9 · automation
cli-batches is a Claude Code skill that lets you submit, monitor, and manage batch inference jobs from the command line using the omniroute CLI tool. It covers two groups of subcommands: `batches` — for creating, submitting, waiting on, cancelling, and retrieving output or errors by batchId — and `files` — for uploading, listing, reading content, and deleting files. Flags like `--wait` and `--timeout <ms>` enable synchronous job control, while `--out <path>` directs output to a local file. The skill is designed for integrating batch LLM inference into CI/CD workflows, where scripts need to queue jobs, poll for completion, and collect results automatically. A practical fit for developers and ML engineers building automated pipelines around large-scale model requests.
- #cli
- #batch-processing
- #inference
- #ci-cd
- #file-management
- #omniroute