fix: broken link on model_management.md (#16217)

This commit is contained in:
Alexsander Hamir 2025-11-03 17:00:03 -08:00 committed by GitHub
parent 71c61c274f
commit a73e890d8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ model_list:
Retrieve detailed information about each model listed in the `/model/info` endpoint, including descriptions from the `config.yaml` file, and additional model info (e.g. max tokens, cost per input token, etc.) pulled from the model_info you set and the [litellm model cost map](https://github.com/BerriAI/litellm/blob/main/model_prices_and_context_window.json). Sensitive details like API keys are excluded for security purposes.
:::tip Sync Model Data
Keep your model pricing data up to date by [syncing models from GitHub](../sync_models_github.md).
Keep your model pricing data up to date by [syncing models from GitHub](sync_models_github.md).
:::
<Tabs