Foresight-v3

Better AI Predictions.

Better accuracy.
Cheaper inference.
OpenAI-compatible API.

ProphetArena leaderboard showing Foresight V3 ranked first by Brier score
ProphetArena 3/25/2026
Trusted for high-stakes predictions

Verified edge.

Foresight-v3 is #1 in ProphetArena Sports and Politics, ahead of frontier models, and the only model with a positive edge in both categories.

RankOrgModelTypeEventsBrier ScoreScore vs MarketAvg ReturnECE
1 Foresight V3Fixed Context1,0000.9315+0.072983.51%0.0815
2Gemini 3 ProFixed Context2,3240.9105+0.036885.92%0.0369
3GPT-5.2Fixed Context4,2280.9094+0.028690.14%0.0329
4GPT-5.2 highFixed Context4,3540.9085+0.027688.01%0.0293
5Claude Opus 4.5Fixed Context4,2160.9079+0.026781.79%0.0350
ProphetArena overall, 3/25/2026
RankOrgModelTypeEvents1 - Brier ScoreEdge Over MarketAvg ReturnECE
1 Foresight V3Fixed Context1,0000.9588 (±0.0067)+0.0586106.67% (±17.07)0.0504
2Grok 4.1 FastFixed Context3,8950.9249 (±0.0043)+0.039194.58% (±8.19)0.0312
3GPT-5.2 highFixed Context4,3540.9269 (±0.0041)+0.038891.74% (±8.40)0.0233
4GPT-5.2Fixed Context4,2280.9263 (±0.0041)+0.038294.63% (±9.77)0.0279
5DeepSeek V3.2Fixed Context4,3070.9233 (±0.0045)+0.037286.15% (±7.82)0.0367
ProphetArena sports, 5/13/2026
RankOrgModelTypeEvents1 - Brier ScoreEdge Over MarketAvg ReturnECE
1 Foresight V3Fixed Context1,0000.9805 (±0.0189)+0.0804136.50% (±35.24)0.0504
2Gemini 3 ProFixed Context2,3240.9334 (±0.0205)+0.059191.12% (±25.71)0.0344
3GPT-5.2 highFixed Context4,3540.9312 (±0.0203)+0.043292.01% (±24.46)0.0233
4GPT-5.2Fixed Context4,2280.9206 (±0.0211)+0.032575.58% (±23.78)0.0279
5Grok 4.1 FastFixed Context3,8950.9177 (±0.0269)+0.031982.91% (±28.29)0.0312
ProphetArena politics, 5/13/2026
"The only benchmark that can't be hacked and will stay relevant for decades!" Boris Power, OpenAI Head of Applied Research, on ProphetArena

OpenAI Compatible API

Drop calibrated forecasts into agents, notebooks, market tooling, or research pipelines.

forecast.py
client = OpenAI(
    api_key="lightningrod-api-key",
    base_url="https://api.lightningrod.ai/api/public/v1/openai",
)
question = "Will the Fed cut rates in March 2026?"

prediction = client.chat.completions.create(
    model="LightningRodLabs/foresight-v3",
    messages=[{"role": "user", "content": question}],
)

Need to predict something else?