diff --git a/homeassistant/components/anthropic/entity.py b/homeassistant/components/anthropic/entity.py index cee8c2753e2..2c71c2527ed 100644 --- a/homeassistant/components/anthropic/entity.py +++ b/homeassistant/components/anthropic/entity.py @@ -583,7 +583,7 @@ class AnthropicBaseLLMEntity(Entity): identifiers={(DOMAIN, subentry.subentry_id)}, name=subentry.title, manufacturer="Anthropic", - model="Claude", + model=subentry.data.get(CONF_CHAT_MODEL, DEFAULT[CONF_CHAT_MODEL]), entry_type=dr.DeviceEntryType.SERVICE, )