Initializes a new instance of the ChatClientMetadata class.
Optional
Readonly
modelGets the ID of the model used by this chat completion provider. This value can be null if either the name is unknown or there are multiple possible models associated with this instance. An individual request may override this value via ChatOptions.ModelId
Optional
Readonly
providerGets the name of the chat completion provider. Where possible, this maps to the appropriate name defined in the OpenTelemetry Semantic Conventions for Generative AI systems.
Optional
Readonly
providerGets the URL for accessing the chat completion provider.
Provides metadata about an ChatClient