1. Get your API key
Contact the eomer.ai team to receive a Bearer token. Keys are issued per client and can be rotated at any time without downtime.2. Check the API is up
3. Submit a forecast job
Prepare a CSV file with at minimum three columns:| Column | Description |
|---|---|
item_id | Series identifier (e.g. store_A) |
timestamp | ISO-8601 datetime or date string |
target | Numeric value to forecast |
pending:
4. Poll for completion
status is completed, a download_url appears in the response.
5. Download the forecast
mean, 0.1, 0.5, 0.9 (10th, 50th, 90th quantile forecasts).
Available model presets
Retrieve the full list at any time:| Preset | Size | Best for |
|---|---|---|
chronos_tiny | ~8 M params | Fast prototyping, CI |
chronos_mini | ~46 M params | Balanced speed/accuracy |
chronos_small | ~200 M params | Production |
chronos_base | ~710 M params | High accuracy |
chronos_large | ~710 M params | Maximum accuracy |
bolt_tiny | Streaming | Ultra-low latency |