Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.17 KB

File metadata and controls

12 lines (8 loc) · 1.17 KB

Models

ModelProvider stores connection and authentication details for model providers. ModelConfig stores a model alias, model identifier, provider settings, and inference parameters. Inference Parameters control model behavior. Chat-completion parameters include temperature, top_p, and max_tokens; temperature and top_p can be fixed values or configured distributions. ImageContext, AudioContext, and VideoContext provide image, audio, and video inputs to multimodal models, and ImageInferenceParams configures image generation models.

Related guides:

::: data_designer.config.models