ProviderPrefix¶
Structure Class¶
ProviderPrefix
dataclass
¶
The configuration that controls how a provider prefix is applied to model IDs during translation.
Attributes¶
separator
class-attribute
instance-attribute
¶
separator: str = '.'
The single character that separates the provider prefix from the model
name (for example, .). The default is ..
strip
class-attribute
instance-attribute
¶
strip: bool = False
Whether clients can omit the provider prefix from model IDs. If true,
the gateway accepts model IDs without the prefix and restores the full
prefixed form before forwarding to the provider. The default is false.