Expand description
Model name display formatting utilities.
Provides human-friendly model name formatting for display in CLI/GUI.
Functionsยง
- format_
anthropic_ model_ name - Format an Anthropic model ID to a human-readable name.
- format_
gemini_ model_ name - Format a Gemini model ID to a human-readable name.
- format_
grok_ model_ name - Format a Grok model ID to human-readable name.
- format_
model_ name - Format any model name based on provider.
- format_
openai_ model_ name - Format an OpenAI model ID to a human-readable name.
- is_
local_ provider - Check if a provider is local (no cost tracking).