[GH-ISSUE #5057] [FEAT]: LLM API (llmapi.ai) integration #4893

Open
opened 2026-06-05 14:50:43 -04:00 by yindo · 0 comments
Owner

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

What would you like to see?

Problem

AnythingLLM doesn't support LLM API — an AI model aggregator with an OpenAI-compatible API.

Solution

Add LLM API as a supported LLM provider.

Details:

  • Base URL: https://internal.llmapi.ai/v1
  • OpenAI-compatible API (drop-in replacement, no special SDK needed)
  • Dynamic model loading from /v1/models (no API key required to fetch models)
  • Supports chat, RAG, and agents
Originally created by @MarkosBK on GitHub (Feb 24, 2026). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/5057 ### What would you like to see? ## Problem AnythingLLM doesn't support [LLM API](https://llmapi.ai) — an AI model aggregator with an OpenAI-compatible API. ## Solution Add LLM API as a supported LLM provider. **Details:** - Base URL: `https://internal.llmapi.ai/v1` - OpenAI-compatible API (drop-in replacement, no special SDK needed) - Dynamic model loading from `/v1/models` (no API key required to fetch models) - Supports chat, RAG, and agents
yindo added the enhancementfeature request labels 2026-06-05 14:50:43 -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#4893