You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`{{input}}` – Automatically filled with the user's query text.
109
114
110
-
### Built-in Model Aliases
111
-
112
-
| Alias | Full Model |
113
-
|-------|------------|
114
-
|`gpt4`|`openai/gpt-4`|
115
-
|`gpt4o`|`openai/gpt-4o`|
116
-
|`turbo`|`openai/gpt-3.5-turbo`|
117
-
|`claude`|`anthropic/claude-3-5-sonnet-20241022`|
118
-
|`sonnet`|`anthropic/claude-3-5-sonnet-20241022`|
119
-
|`opus`|`anthropic/claude-3-opus-20240229`|
120
-
|`gemini`|`google/gemini-1.5-pro`|
121
-
|`gemini-flash`|`google/gemini-1.5-flash`|
115
+
### Model Aliases
116
+
117
+
Model aliases are now user-defined. Use `rullm alias add <alias> <provider/model>` to create your own shortcuts. Use `rullm alias list` to see your aliases.
0 commit comments