llama-swap, but your default model is set to llamacpp/... — so OpenClaw will never route requests to your llama-swap endpoint.models.providers["llama-swap"] = { ... }agents.defaults.model.primary = "llamacpp/A-GLM-4.7-..."llama-swap/<model-id> (or rename the provider key to llamacpp if you want that prefix)baseUrl should include /v1 for OpenAI-compatible endpointshttp://10.1.1.1:10000/v1auth is not a valid key in models.providers.*baseUrl, apiKey, api, models, etc. (no auth field).