OptionalmodelThe model identifier. This typically specifies which model to use from the provider's catalog.
OptionalmaxMaximum number of tokens to generate in the response.
OptionaltemperatureControls randomness in generation.
OptionaltopControls diversity via nucleus sampling.
Base configuration interface for all model providers.
This interface defines the common configuration properties that all model providers should support. Provider-specific configurations should extend this interface.