DataDesigner/docs/code_reference/config/models.md
Andre Manoel 8b79b21298 Initialize orphan Fern docs website branch
Preserves tree from previous docs-website head: 5e47d33ea8. This branch is a CI-managed publish artifact like gh-pages; source provenance is tracked in commit messages rather than Git ancestry.
2026-05-14 01:17:51 +00:00

1 KiB

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 provides image inputs to multimodal models, and ImageInferenceParams configures image generation models.

Related guides:

::: data_designer.config.models