[GH-ISSUE #3519] [BUG]: Doesn't see LM_studio's LLM models #2269

Closed
opened 2026-02-22 18:28:55 -05:00 by yindo · 6 comments
Owner

Originally created by @PedzacyKapec on GitHub (Mar 24, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3519

How are you running AnythingLLM?

Desktop PC, win10.

What happened?

Doesn't see LM_studio's LLM models

Are there known steps to reproduce?

No response

Originally created by @PedzacyKapec on GitHub (Mar 24, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3519 ### How are you running AnythingLLM? Desktop PC, win10. ### What happened? Doesn't see LM_studio's LLM models ### Are there known steps to reproduce? _No response_
yindo added the possible bug label 2026-02-22 18:28:55 -05:00
yindo closed this issue 2026-02-22 18:28:55 -05:00
Author
Owner

@PedzacyKapec commented on GitHub (Mar 24, 2025):

Disregard this one. Managed to make it work. Thanks.

@PedzacyKapec commented on GitHub (Mar 24, 2025): Disregard this one. Managed to make it work. Thanks.
Author
Owner

@funnelcloudservices commented on GitHub (Mar 26, 2025):

OUt of curiosity since I'm having the same issue, what was the solution?

@funnelcloudservices commented on GitHub (Mar 26, 2025): OUt of curiosity since I'm having the same issue, what was the solution?
Author
Owner

@PedzacyKapec commented on GitHub (Mar 26, 2025):

OUt of curiosity since I'm having the same issue, what was the solution?

When i tried to paste this: http://127.0.0.1:1234 it didnt work.
The thing is the format. It should be: http://127.0.0.1:1234/v1

@PedzacyKapec commented on GitHub (Mar 26, 2025): > OUt of curiosity since I'm having the same issue, what was the solution? When i tried to paste this: http://127.0.0.1:1234 it didnt work. The thing is the format. It should be: http://127.0.0.1:1234/v1
Author
Owner

@funnelcloudservices commented on GitHub (Mar 26, 2025):

Copy, thank you for clarifying so quickly!

@funnelcloudservices commented on GitHub (Mar 26, 2025): Copy, thank you for clarifying so quickly!
Author
Owner

@timothycarambat commented on GitHub (Mar 26, 2025):

When i tried to paste this: http://127.0.0.1:1234/ it didnt work.
The thing is the format. It should be: http://127.0.0.1:1234/v1

IIRC we do compensate for this -
https://github.com/Mintplex-Labs/anything-llm/blob/78c83383d8404b145cb9fad3efdc6b0b23b775d8/server/utils/AiProviders/lmStudio/index.js#L204-L212

So both URLs would be valid since we parse the origin and append /v1

@timothycarambat commented on GitHub (Mar 26, 2025): > When i tried to paste this: http://127.0.0.1:1234/ it didnt work. > The thing is the format. It should be: http://127.0.0.1:1234/v1 IIRC we do compensate for this - https://github.com/Mintplex-Labs/anything-llm/blob/78c83383d8404b145cb9fad3efdc6b0b23b775d8/server/utils/AiProviders/lmStudio/index.js#L204-L212 So both URLs would be valid since we parse the origin and append `/v1`
Author
Owner

@funnelcloudservices commented on GitHub (Mar 26, 2025):

For me the issue ended up being CORS not being enabled on LM Studio. Also, I needed to add /models as well to the end of the url.

Nobodies fault or anything, just how these things go sometimes.

@funnelcloudservices commented on GitHub (Mar 26, 2025): For me the issue ended up being CORS not being enabled on LM Studio. Also, I needed to add /models as well to the end of the url. Nobodies fault or anything, just how these things go sometimes.
yindo changed title from [BUG]: Doesn't see LM_studio's LLM models to [GH-ISSUE #3519] [BUG]: Doesn't see LM_studio's LLM models 2026-06-05 14:45:34 -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#2269