[GH-ISSUE #1964] [FEAT]: Multi-model support #1278

Closed
opened 2026-02-22 18:24:03 -05:00 by yindo · 1 comment
Owner

Originally created by @djstrong on GitHub (Jul 25, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1964

What would you like to see?

Multi-model support for the same provider, e.g. Local AI or Generic OpenAI.

Originally created by @djstrong on GitHub (Jul 25, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1964 ### What would you like to see? Multi-model support for the same provider, e.g. Local AI or Generic OpenAI.
yindo added the enhancementfeature request labels 2026-02-22 18:24:03 -05:00
yindo closed this issue 2026-02-22 18:24:03 -05:00
Author
Owner

@timothycarambat commented on GitHub (Jul 25, 2024):

This is already supported for any models that support dynamic loading and have a /models endpoint.
https://github.com/Mintplex-Labs/anything-llm/blob/3457cc4b7a19f003b4fa3f7654b19f449249d5f9/frontend/src/hooks/useGetProvidersModels.js#L5

Generic OpenAi does not because we do not have multiplex inputs (type + select) since not every openai compatible endpoint has a model endpoint

@timothycarambat commented on GitHub (Jul 25, 2024): This is already supported for any models that support dynamic loading **and** have a `/models` endpoint. https://github.com/Mintplex-Labs/anything-llm/blob/3457cc4b7a19f003b4fa3f7654b19f449249d5f9/frontend/src/hooks/useGetProvidersModels.js#L5 Generic OpenAi does not because we do not have multiplex inputs (type + select) since not every openai compatible endpoint has a model endpoint
yindo changed title from [FEAT]: Multi-model support to [GH-ISSUE #1964] [FEAT]: Multi-model support 2026-06-05 14:39:53 -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#1278