Skip to main content

Predict anything with AI. Python SDK for Foresight forecasting models, built on top of OpenAI compatible inference API.

Project description

Lightning Rod Python SDK

Foresight returns a calibrated probability for any question about the future through an OpenAI-compatible API.

Trusted for high-stakes predictions by Numinous, Shore Capital Partners, Awardable, ERIS Marketplace, and others. Foresight processes billions of tokens and serves 100k+ inference requests every day.

Documentation · Get an API key · Research paper

⚡ Better AI Predictions

Foresight is served behind an OpenAI-compatible endpoint, so any OpenAI client works — just point base_url at Lightning Rod.

from openai import OpenAI

client = OpenAI(
    api_key="your-api-key",
    base_url="https://api.lightningrod.ai/v1/openai",
)

completion = client.chat.completions.create(
    model="foresight-v4",
    messages=[
        {"role": "user", "content": "Will the Fed cut rates at its next meeting?"},
    ],
    extra_body={"research": True}, # Auto research the most relevant prediction context
)

print(completion.choices[0].message.content)

See the forecasting guides for how to write good forecasting prompts.

Prefer an SDK helper?

lr.predict() wraps the same API and parses the structured answer for you:

pip install lightningrod-ai
import lightningrod as lr

client = lr.LightningRod(api_key="your-api-key")
result = client.predict(
    "Will the Fed cut interest rates in 2026?",
    answer_type="binary",
    research=True,
)
print(result.binary.probability)

🏗️ Train an expert on your domain

Need a model tuned to your domain? Our platform turns raw sources into labeled datasets and fine-tuned models. Read the Future-as-Label paper or view public models and datasets on Hugging Face.

📅 Book a call with us

📚 Learn more

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lightningrod_ai-1.1.0.tar.gz (20.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lightningrod_ai-1.1.0-py3-none-any.whl (18.0 kB view details)

Uploaded Python 3

File details

Details for the file lightningrod_ai-1.1.0.tar.gz.

File metadata

  • Download URL: lightningrod_ai-1.1.0.tar.gz
  • Upload date:
  • Size: 20.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for lightningrod_ai-1.1.0.tar.gz
Algorithm Hash digest
SHA256 02932b3247c4b46a47548686729740d83db6d2ebe70044056b05eabcfa89a102
MD5 e461ac83b3fac8b2d19b46a0c6be42a7
BLAKE2b-256 5abddd653ae61aeb9b8bbbacfc486cdab8492604903d777548f500c08ec7a6e4

See more details on using hashes here.

File details

Details for the file lightningrod_ai-1.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for lightningrod_ai-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 81f0a80fcf164f2a2dd91e9919452ea747fc923f246fe1e20c38c7b8f408ed5a
MD5 7f0c73596df0b24945ea7b9f32a7826f
BLAKE2b-256 3a02d1569da4b61b10219518e28105955df1511e4747bbc1361706af08a44ca5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page