Prediction-market bots
Pull live markets, price every contract against a calibrated probability, act on the edge.
Brier Skill Score on resolved Polymarket questions — higher is better.
| MODEL | $ / 1M | VS |
|---|---|---|
| Foresight | $6 | 1× |
| GPT-5 | $10 | 1.7× |
| Gemini 3.1 Pro | $12 | 2.0× |
| GPT-5.4 | $15 | 2.5× |
| Opus 4.6 | $25 | 4.2× |
with powerful forecasting extensions
The same interface you already use in production. Extended with purpose-built features for forecasting.
client = OpenAI( api_key="lightningrod-api-key", base_url="https://api.lightningrod.ai/v1/openai", ) question = "Will the Fed cut rates in March 2026?" result = client.chat.completions.create( model="LightningRodLabs/foresight-v4", messages=[{"role": "user", "content": question}], extra_body={ "research": True, # auto-gather relevant context "answer_type": "auto", # calibrated probabilistic answer }, ) # → "...rationale... <answer>0.72</answer>"
Pull live markets, price every contract against a calibrated probability, act on the edge.
Quote both sides of a market around a calibrated fair value, and re-price as the world moves.
Drop a "predict the future" tool into any agent. OpenAI-compatible, so it just works.
Feed news or filings, get probabilities on supply-chain shocks, policy actions, geopolitics.
Earnings surprises, SEC risk materialization, ranking deltas — calibrated probabilities as features.
Track a watchlist of events and get a live probability on each, updated as the news breaks.