On every cold boot, [model-pricing] logs a 60s timeout:
[model-pricing] LiteLLM pricing fetch failed (timeout 60s):
TimeoutError: The operation was aborted due to timeout
The container can reach litellm.ai directly (curl returns HTTP redirect in <5s), so it's not a network/DNS issue.
Running v2026.4.26. Questions:
What endpoint does the pricing fetch actually hit — is it the LiteLLM public API or something else?
Is there a config option to disable the pricing fetch entirely, or extend/reduce the timeout?
Is this fetch blocking anything functional, or is it purely informational at boot?