Module model_display

Module model_display 

Source
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).