FAQ
Model missing from the registry
AXL serves a curated registry from axl-config/models.toml. It does not fetch each vendor's
live catalog, so a model existing at the provider does not mean it appears here.
Two consequences:
- Adding or repricing a model is a config edit plus a restart. There is nothing to refresh at runtime.
- A provider with no credentials is not constructed at all, so none of its models appear. Set
LLM_PROVIDERand the matching API key. Amazon Bedrock is the exception - it uses the AWS credential chain and is enabled separately.
Check what the server actually has:
curl -s "$AXL_HOST/api/v1/models" -H "Authorization: Bearer $TOKEN"Next
- Choose a model - providers and the registry.
- Amazon Bedrock - the separate enablement path.