Get Column Config
Retrieve the configuration details for a specific column, including source-specific settings.
GET
https://api.futureagi.com/model-hub/column-config/{column_id}/ Authentication
Path parameters
column_id
The column ID.
Response
200 OKThe response structure depends on the column’s source type. Below are the fields returned for each source type.
name
Column name.
model
Language model identifier.
messages
Chat messages defining the prompt template.
output_format
Output format for model responses.
temperature
Sampling temperature.
frequency_penalty
Frequency penalty parameter.
presence_penalty
Presence penalty parameter.
max_tokens
Maximum tokens to generate.
top_p
Nucleus sampling parameter.
response_format
Structured output format specification.
tool_choice
Tool selection strategy.
tools
Tool definitions available to the model.
template
Evaluation template name.
template_config
Evaluation template configuration.
description
Description of the evaluation.
config
Additional evaluation settings.
status
Current execution status.
prompt_config
Prompt configuration for the experiment.
user_eval_template_ids
Linked evaluation template UUIDs.
optimize_type
Optimization type.
optimized_k_prompts
Number of optimized prompt variations.
model_config
Model configuration for optimization.
Errors
401
Invalid or missing API credentials.
404
The specified column was not found or does not belong to your organization.
500
Unexpected server error.