# Model ID of the model to use. See the [model endpoint compatibility](/docs/models/model-endpoint-compatibility) table for details on which models work with the Chat API. ## Supported Types ### ```go model := components.CreateModelStr(string{/* values here */}) ``` ### Two ```go model := components.CreateModelTwo(components.Two{/* values here */}) ```