Awee

title_model

ModelTitle formats an AI model identifier into a human-readable title.

ModelTitle formats an AI model identifier into a human-readable title. Handles provider prefixes, model sizes, quantization suffixes, and date suffixes.

Input

string

Parameters

None

Returns

string

Examples

{{ model_id | title_model }}
{{ "openai/gpt-4o" | title_model }}
{{ "llama3.1:8b-instruct-q4_K_M" | title_model }}

How is this guide?

On this page