parallel_map
Process many items in parallel with a single instruction for bulk classification, extraction, summarization, or translation. Each item returns a result with a proof-of-execution hash.
Instructions
Run the SAME instruction over MANY items in parallel on the ParalleliX network. Ideal for bulk classify / extract / summarize / translate where each item is independent. Returns one result per item with a Proof-of-Execution hash. Use this instead of looping single calls: it fans out across the network's nodes simultaneously.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | The inputs to process, one job each. | |
| instruction | Yes | What to do with each item, e.g. 'Classify the sentiment as positive, negative, or neutral.' | |
| model | No | Optional model id (see network_status). |