# `mix llm_core.config.validate`
[🔗](https://github.com/fosferon/llm_core/blob/v0.3.0/lib/mix/tasks/llm_core.config.validate.ex#L1)

Validates `llm_core.toml` configuration and prints provider availability.

Loads the merged TOML configuration, normalizes provider definitions, and
displays each provider's availability status and alias mappings. Also shows
the current routing table if one was loaded.

## Examples

    mix llm_core.config.validate
    mix llm_core.config.validate --path /custom/llm_core.toml

---

*Consult [api-reference.md](api-reference.md) for complete listing*
