extraction_mode and resolution_mode.
Both default to standard, which works well for most use cases. Adjust them when you need faster responses or want to bring your own keywords.
Extraction Modes
| Mode | Behavior | Use Case | Latency |
|---|---|---|---|
none | Skips extraction — treats the entire message as a product keyword. Can be under 10 words, but still capped at 10k characters. | You already know the product (e.g., “Sony WH-1000XM5”) and want ChatAds to find an affiliate URL | 0ms |
fast | Quick first pass on extraction. Very fast, but can be less accurate for non-branded terms | When response time matters more than extraction accuracy | 100ms |
standard | Full extraction pipeline — balanced speed and accuracy | Recommended for most use cases | 400ms |
Resolution Modes
| Mode | Behavior | Use Case | Latency |
|---|---|---|---|
none | Returns extracted keywords only — no affiliate URLs | Extraction-only; you resolve links yourself | 0ms |
fast | Quick first pass for URLs — fast, but may miss products | When response time matters more than match accuracy | 100ms |
standard | Full resolution with fallbacks — best accuracy | Recommended for most use cases | 500ms |
Permutations
| Extraction | Resolution | Title | Latency |
|---|---|---|---|
standard (default) | standard (default) | Full pipeline — best accuracy for both extraction and resolution | ~600ms |
fast | fast | Speed optimized — fastest end-to-end, may sacrifice accuracy | ~100ms |
none | standard | BYOK (Bring Your Own Keyword) — you provide the product term, ChatAds finds the best affiliate URL | ~500ms |
none | fast | BYOK fast — you provide the product term, quick URL lookup | ~100ms |
standard | none | Extraction only — extract the best keyword from text, no URL resolution | ~400ms |
fast | none | Quick extraction only — fast keyword extraction, no URL resolution | ~50ms |