Choose a processor based on the complexity of your task. Use
lite
or base
for simple enrichments, core
for reliable accuracy on up to 10 output fields, and pro
or ultra
when reasoning depth is critical. Processor | Input Type | Output Type | Strengths | Latency | Cost ($/1000) | Max Fields | Basis Features |
---|---|---|---|---|---|---|---|
lite | Text, JSON | Text or JSON | Basic metadata, fallback, low latency | 5s-60s | 5 | ~2 fields | Citations, Reasoning |
base | Text, JSON | Text or JSON | Reliable standard enrichments | 15s-100s | 10 | ~5 fields | Citations, Reasoning |
core | Text, JSON | Text or JSON | Cross-referenced, moderately complex outputs | 60s - 5min | 25 | ~10 fields | Citations, Reasoning, Confidence, Excerpts |
pro | Text, JSON | Text or JSON | Exploratory web research | 3 min - 9min | 100 | ~20 fields | Citations, Reasoning, Confidence, Excerpts |
ultra | Text, JSON | Text or JSON | Advanced multi-source deep research | 5 min - 25 min | 300 | ~20 fields | Citations, Reasoning, Confidence, Excerpts |
ultra2x | Text, JSON | Text or JSON | Difficult deep research | 5 min - 25 min | 600 | ~25 fields | Citations, Reasoning, Confidence, Excerpts |
ultra4x | Text, JSON | Text or JSON | Very difficult deep research | 8 min - 30 min | 1200 | ~25 fields | Citations, Reasoning, Confidence, Excerpts |
ultra8x | Text, JSON | Text or JSON | The most difficult deep research | 8 min - 30 min | 2400 | ~25 fields | Citations, Reasoning, Confidence, Excerpts |
Cost is measured per 1000 Task Runs in USD. For example, 1 Task Run executed on the
lite
processor would cost $0.005.Examples
Processors can be used flexibly depending on the scope and structure of your task. The examples below show how to:- Use a single processor (like
lite
,base
,core
,pro
, orultra
) to handle specific types of input and reasoning depth. - Chain processors together to combine fast lookups with deeper synthesis.
Sample Task for each Processor
Multi-Processor Workflows
You can combine processors in sequence to support more advanced workflows. Start by retrieving basic information withbase
:
core
to generate detailed background information: