Retrieve Run Prompt Options
Get available models, tools, output formats, and tool choices for run prompt configuration.
GET
https://api.futureagi.com/model-hub/develops/retrieve_run_prompt_options/ Authentication
Response
200 OK message
Status message.
data
Available run prompt configuration options.
models
Available language models.
model_name
Model identifier.
providers
Provider names offering this model.
is_available
Whether the model is currently available.
tool_config
Tool configuration schema.
available_tools
Available tool objects.
id
UUID of the tool.
name
Tool name.
config
Tool configuration.
config_type
Tool configuration type (e.g.,
function). description
Tool description.
output_formats
Supported output format options with
value and label. tool_choices
Supported tool choice options with
value and label. Errors
401
Invalid or missing API credentials.
500
An unexpected error occurred on the server while retrieving run prompt options.