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_PROVIDER and 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

On this page