[GH-ISSUE #5522] Claude reported issues #5142

Closed
opened 2026-06-05 14:52:15 -04:00 by yindo · 2 comments
Owner

Originally created by @timothycarambat on GitHub (Apr 24, 2026).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/5522

Combination issue from @tredondo wrt to Claude issues

Confusing Claude models shown before entering the Anthropic API key

https://github.com/Mintplex-Labs/anything-llm/issues/5503

The Anthropic settings before entering an API key are confusing:

  • only v3 models are shown
  • the API key text input placeholder refers to "Claude-2"?
Image

The list of models should not be shown at all before entering an API key.


Default Anthropic model stuck to Sonnet 3.7 instead of the visible default

https://github.com/Mintplex-Labs/anything-llm/issues/5505

I've just entered my Anthropic API key and as can be seen in #5504, the default model seems to be Opus 4.7.

However, after sending the first prompt, it turns out the default model was Sonnet 3.7, likely from #5503 because after the model discovery, the new default was not set, only displayed.

Image

Are there known steps to reproduce?

  1. Start with a fresh install
  2. Add an Anthropic API key
  3. Start a new workspace, and set its LLM provider to Anthropic.
  4. Send a message to Claude.

Anthropic / apparently Sonnet 3.7

Only after clicking "Use this model" in the model selector, will the correct default actually become the default.

Image

Mismatch in model identification between global and workspace settings

https://github.com/Mintplex-Labs/anything-llm/issues/5504

Workspace settings list models by model ID:

Image

AI Providers -> LLM list them by model name:

Image
Originally created by @timothycarambat on GitHub (Apr 24, 2026). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/5522 Combination issue from @tredondo wrt to Claude issues ## Confusing Claude models shown before entering the Anthropic API key https://github.com/Mintplex-Labs/anything-llm/issues/5503 The Anthropic settings before entering an API key are confusing: - only v3 models are shown - the API key text input placeholder refers to "Claude-2"? <img width="916" height="707" alt="Image" src="https://github.com/user-attachments/assets/84138c5f-46a3-4e50-866c-caa027bf5334" /> The list of models should not be shown at all before entering an API key. ------- ## Default Anthropic model stuck to Sonnet 3.7 instead of the visible default https://github.com/Mintplex-Labs/anything-llm/issues/5505 I've just entered my Anthropic API key and as can be seen in #5504, the default model seems to be Opus 4.7. However, after sending the first prompt, it turns out the default model was Sonnet 3.7, likely from #5503 because after the model discovery, the new default was not *set*, only displayed. <img width="1006" height="529" alt="Image" src="https://github.com/user-attachments/assets/070a8994-7804-4db3-b5c2-34f323f53b18" /> ### Are there known steps to reproduce? 1. Start with a fresh install 2. Add an Anthropic API key 3. Start a new workspace, and set its LLM provider to Anthropic. 4. Send a message to Claude. 5. Anthropic / apparently Sonnet 3.7 Only after clicking "Use this model" in the model selector, will the correct default actually become the default. <img width="807" height="563" alt="Image" src="https://github.com/user-attachments/assets/b8205b28-52a3-4b12-80c4-919dd27d0837" /> ---- ## Mismatch in model identification between global and workspace settings https://github.com/Mintplex-Labs/anything-llm/issues/5504 Workspace settings list models by model ID: <img width="1240" height="736" alt="Image" src="https://github.com/user-attachments/assets/ffdf0fe8-b7dc-4299-ac83-87c9c9cb0689" /> AI Providers -> LLM list them by model name: <img width="1194" height="678" alt="Image" src="https://github.com/user-attachments/assets/19a24891-ab7e-43ae-ab4a-68fee0fb51a0" />
yindo closed this issue 2026-06-05 14:52:15 -04:00
Author
Owner

@timothycarambat commented on GitHub (Apr 24, 2026):

the API key text input placeholder refers to "Claude-2"?

This can be explained by the fact it just says that. AnythingLLM (and this specific line) has been around for about 1.5-2 years when claude 2 used to exist. So that is just a placeholder fix 👍

<!-- gh-comment-id:4316691491 --> @timothycarambat commented on GitHub (Apr 24, 2026): > the API key text input placeholder refers to "Claude-2"? This can be explained by the fact _it just says that_. AnythingLLM (and this specific line) has been around for about 1.5-2 years when claude 2 used to exist. So that is just a placeholder fix 👍
Author
Owner

@timothycarambat commented on GitHub (Apr 24, 2026):

only v3 models are shown

This specific bug i cannot replicate. With a valid key from the console I can see all models

Image
<!-- gh-comment-id:4316693330 --> @timothycarambat commented on GitHub (Apr 24, 2026): > only v3 models are shown This specific bug i cannot replicate. With a valid key from the console I can see all models <img width="663" height="386" alt="Image" src="https://github.com/user-attachments/assets/71f17aca-5101-45b2-bdf9-58fc959b80ef" />
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#5142