Open AI API
Lightning Rod API key (sk_…) sent as a Bearer token. Obtain one via POST /v1/mpp/topup (agents) or the dashboard (humans).
ID of the model to use
Sampling temperature between 0 and 2
0.6Maximum number of tokens to generate
Nucleus sampling parameter
Number of top tokens to consider
Minimum probability for a token to be considered
Lightning Rod extension. Reasoning budget the model spends before answering: low, medium, or high. Higher effort improves accuracy on harder questions at additional token cost. With raw OpenAI clients pass via extra_body.
Whether to stream back partial progress
falseNumber of chat completion choices to generate
1Up to 4 sequences where the API will stop generating
Deterministic sampling seed
Lightning Rod extension. Opt-in web research before forecasting. Pass true to query all default sources, or a ResearchOptions object to select sources. Each source is billed as a separate research event; when research runs, its cost is reported in usage. With raw OpenAI clients pass via extra_body.
Lightning Rod extension that injects output-format guidance and appends a structured answer between <answer></answer> tags in the response content. One of binary, multiple_choice, continuous, free_response, or auto. Raw response shapes: binary -> <answer>0.62</answer> (probability between 0 and 1); continuous -> <answer>{"mean": 42.5, "standard_deviation": 5.2}</answer>; multiple_choice -> <answer>{"A": 0.55, "B": 0.45}</answer>; free_response -> <answer>...</answer>. auto classifies the user question server-side first, then returns one of the above. Omit for prose only. With raw OpenAI clients pass via extra_body.
Successful Response
Validation Error
Rate limit exceeded. Retry after the number of seconds in Retry-After.
Lightning Rod API key (sk_…) sent as a Bearer token. Obtain one via POST /v1/mpp/topup (agents) or the dashboard (humans).
ID of the model to use
The prompt(s) to generate completions for
Sampling temperature between 0 and 2
0.6Maximum number of tokens to generate
Nucleus sampling parameter
Number of top tokens to consider
Minimum probability for a token to be considered
Lightning Rod extension. Reasoning budget the model spends before answering: low, medium, or high. Higher effort improves accuracy on harder questions at additional token cost. With raw OpenAI clients pass via extra_body.
Whether to stream back partial progress
falseNumber of completions to generate
1Up to 4 sequences where the API will stop generating
Deterministic sampling seed
Lightning Rod extension. Opt-in web research before forecasting. Pass true to query all default sources, or a ResearchOptions object to select sources. Available sources: perplexity (Perplexity web search), google_news (recent Google News articles). Each source runs as its own query and is billed as a separate RESEARCH event; when research runs, its cost is reported in usage. With raw OpenAI clients pass via extra_body.
Lightning Rod extension that injects output-format guidance and appends a structured answer between <answer></answer> tags in the response text. One of binary, multiple_choice, continuous, free_response, or auto. Raw response shapes: binary -> <answer>0.62</answer> (probability between 0 and 1); continuous -> <answer>{"mean": 42.5, "standard_deviation": 5.2}</answer>; multiple_choice -> <options>{"A": "...", "B": "..."}</options> followed by <answer>{"A": 0.55, "B": 0.45}</answer>; free_response -> <answer>...</answer>. auto classifies the prompt server-side first, then returns one of the above. Omit for prose only. With raw OpenAI clients pass via extra_body.
Successful Response
Validation Error
Rate limit exceeded. Retry after the number of seconds in Retry-After.
Lightning Rod API key (sk_…) sent as a Bearer token. Obtain one via POST /v1/mpp/topup (agents) or the dashboard (humans).
Successful Response
The object type
listSuccessful Response
Last updated
Was this helpful?
