[GH-ISSUE #4953] [BUG]: LM Studio on Silicon: AnythingLLM calls the wrong endpoint #3106

Closed
opened 2026-02-22 18:32:38 -05:00 by yindo · 0 comments
Owner

Originally created by @WasamiKirua on GitHub (Feb 1, 2026).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4953

How are you running AnythingLLM?

AnythingLLM desktop app

What happened?

Local server running but AnythingLLM calls the wrong endpoint. Currenlty impossibile to get list of models.

2026-02-01 20:59:05 [DEBUG]
 Received request: GET to /v1/models
2026-02-01 20:59:05 [ERROR]
 Unexpected endpoint or method. (GET /v1/models). Returning 200 anyway

probably due to the new api version in LM Studio. It should be /api/v1/models

Are there known steps to reproduce?

No response

Originally created by @WasamiKirua on GitHub (Feb 1, 2026). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4953 ### How are you running AnythingLLM? AnythingLLM desktop app ### What happened? Local server running but AnythingLLM calls the wrong endpoint. Currenlty impossibile to get list of models. ``` 2026-02-01 20:59:05 [DEBUG] Received request: GET to /v1/models 2026-02-01 20:59:05 [ERROR] Unexpected endpoint or method. (GET /v1/models). Returning 200 anyway ``` probably due to the new api version in LM Studio. It should be /api/v1/models ### Are there known steps to reproduce? _No response_
yindo added the possible bug label 2026-02-22 18:32:38 -05:00
yindo closed this issue 2026-02-22 18:32:38 -05:00
yindo changed title from [BUG]: LM Studio on Silicon: AnythingLLM calls the wrong endpoint to [GH-ISSUE #4953] [BUG]: LM Studio on Silicon: AnythingLLM calls the wrong endpoint 2026-06-05 14:50:19 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3106