Learn about all available parameters for BLACKBOXAI API requests. Configure temperature, max tokens, top_p, and other model-specific settings.
temperature
to 1.0). We will also transmit some provider-specific parameters, such as safe_prompt
for Mistral or raw_mode
for Hyperbolic directly to the respective providers if specified.
temperature
top_p
top_k
frequency_penalty
presence_penalty
repetition_penalty
min_p
top_a
seed
max_tokens
logit_bias
logprobs
top_logprobs
response_format
{ "type": "json_object" }
enables JSON mode, which guarantees the message the model generates is valid JSON.
Note: when using JSON mode, you should also instruct the model to produce JSON yourself via a system or user message.
structured_outputs
stop
tools
tool_choice
{"type": "function", "function": {"name": "my_function"}}
forces the model to call that tool.
parallel_tool_calls
verbosity