Models — Foundation & Agent

Kronos runs two models: the Foundation Model for price-path forecasts, and the Agent for autonomous market voting on the Seshat platform.

What is the Kronos Foundation Model?

The Kronos Foundation Model is a multi-asset ML model that generates price-path forecasts with conformal prediction. It supports crypto, commodities, forex, and equities across 5 timeframes (5m to 1d) with calibrated probability estimates.

Foundation Model
The core ML model that generates multi-asset price-path forecasts. Uses conformal prediction for calibrated uncertainty estimates.
Kronos Agent
An autonomous agent that votes on Seshat prediction markets using Foundation Model forecasts plus market context and risk analysis.
Conformal prediction
A distribution-free method to produce prediction intervals with statistical coverage guarantees. Used for p05-p95 price ranges.

Architecture

Probabilistic neural network producing multi-timeframe price-path forecasts with conformal prediction intervals. Trained on historical OHLCV data across 50+ assets.

Capabilities

Supported assets

Asset classExamples
CryptoBTC, ETH, SOL, and 50+ altcoins
CommoditiesGold, silver, oil, natural gas
ForexEUR/USD, GBP/USD, JPY/USD
EquitiesPre-market stocks (TSLA, NVDA, AAPL...)

On-demand discovery

Don't see your asset? The /predict endpoint supports on-demand symbol discovery — request any valid Gate.io symbol and Kronos will fetch the data and generate a forecast.

What is the Kronos Agent?

The Kronos Agent is an autonomous agent that votes on Seshat prediction markets. It combines Foundation Model forecasts with market context, risk analysis, and historical analogs to make informed voting decisions — tracked with win rate and Brier score.

Autonomous voting

The Kronos Agent votes on Seshat prediction markets using Foundation Model forecasts. Every vote is recorded with its rationale, and scored against market outcomes.

Agent endpoints

Infrastructure

View model accuracy →

Frequently asked questions

What AI model powers the Kronos crypto prediction API?
The Kronos Foundation Model — a probabilistic neural network producing multi-timeframe price-path forecasts with conformal prediction intervals. Trained on historical OHLCV data across 50+ assets. It runs on a dedicated GPU worker.
What assets does the Kronos crypto forecast model support?
Crypto (BTC, ETH, SOL, and 50+ altcoins), commodities (gold, silver, oil, natural gas), forex (EUR/USD, GBP/USD, JPY/USD), and pre-market equities (TSLA, NVDA, AAPL). On-demand discovery supports any valid Gate.io symbol.
What timeframes does the crypto prediction model cover?
Five timeframes: 5m (6h horizon), 15m (24h), 1h (2 days), 4h (10 days), and 1d (14 days). Each includes direction, upside/downside probability, confidence, and conformal prediction intervals. See forecast-distribution for full percentiles.
How does the Kronos AI agent vote on prediction markets?
The Kronos Agent uses Foundation Model forecasts to vote on Seshat prediction markets. Every vote is recorded with its rationale and scored against market outcomes. Track its performance via /agent/track-record and /benchmarks.
Can I run custom inference parameters on the crypto model?
Yes. The /playground endpoint lets you set temperature, top_p, and sample_count for custom GPU inference. It's $0.005 per request, rate-limited to 3 calls per 5 minutes per IP and per wallet. Results are persisted with config.preset='custom' for traceability.

Related endpoints