About “Max Fields” (the
~ symbol): The max fields column shows approximate limits because actual capacity depends on field complexity. Simple fields like dates or booleans use less capacity than complex fields requiring extensive research. A task with 5 complex analytical fields may require more processing than one with 15 simple lookup fields. Use these numbers as guidelines. If you’re near the limit and seeing quality issues, try a higher-tier processor.- Standard
- Fast
| Processor | Latency | Strengths | Max Fields |
|---|---|---|---|
lite | 10s - 60s | Basic metadata, fallback, low latency | ~2 fields |
base | 15s - 100s | Reliable standard enrichments | ~5 fields |
core | 60s - 5min | Cross-referenced, moderately complex outputs | ~10 fields |
core2x | 60s - 10min | High complexity cross referenced outputs | ~10 fields |
pro | 2min - 10min | Exploratory web research | ~20 fields |
ultra | 5min - 25min | Advanced multi-source deep research | ~20 fields |
ultra2x | 5min - 50min | Difficult deep research | ~25 fields |
ultra4x | 5min - 90min | Very difficult deep research | ~25 fields |
ultra8x | 5min - 2hr | The most difficult deep research | ~25 fields |
See Pricing for processor costs and all API rates.
Standard vs Fast Processors
Each processor is available in two variants: Standard and Fast. They differ in how they balance speed versus data freshness. To use a fast processor, append-fast to the processor name:
What’s the Trade-off?
| Aspect | Standard Processors | Fast Processors |
|---|---|---|
| Latency | Higher | 2-5x faster |
| Data Freshness | Highest freshness (prioritizes live data) | Very fresh (optimized for speed) |
| Best For | Background jobs, accuracy-critical tasks | Interactive apps, agent workflows |
Why are Fast Processors Faster?
Fast processors are optimized for speed—they return results as quickly as possible while maintaining high accuracy. Standard processors prioritize data freshness and will wait longer to ensure the most up-to-date information when needed. In practice, you can expect 2-5x faster response times with fast processors compared to standard processors for the same tier. This makes fast processors ideal for interactive applications where users are waiting for results.How Fresh is the Data?
Both processor types access very fresh data sufficient for most use cases. Our data is continuously updated, so for the vast majority of queries—company information, product details, professional backgrounds, market research—both will return accurate, current results. When to prefer standard processors for freshness:- Real-time financial data (stock prices, exchange rates)
- Breaking news or events from the last few hours
- Rapidly changing information (live scores, election results)
- Any use case where absolute data freshness is more important than speed
When to Use Each
- Standard Processors
- Fast Processors
- Accuracy is paramount - When correctness matters much more than speed
- Real-time data required - Stock prices, live scores, breaking news
- Background/async jobs - Tasks running without user waiting
- Research-heavy tasks - Deep research benefiting from live sources
- High-volume async enrichments - Processing large datasets in the background
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
Sample Task for each Fast 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: