LLM & ChatActive
wiro / rag-chat
rag-chat
Wiro LLM Conversational RAG Tool – A unified interface for seamless RAG-based conversations. Select your preferred LLM model, retrieve relevant data from external sources, and generate context-aware responses effortlessly!
ChatLLMRAG
Model ID
rag-chat
Provider
wiro
Updated
1770493798
wiro playground—wiro/rag-chat
Updated 1770493798

API quick start
Run rag-chat with a single API call.
POST https://api.wiro.ai/v1/Run/wiro/rag-chat
{
"prompt": "When does this agreement start? How much …",
"inputDocumentMultiple": "https://your-cdn.com/input.png",
"user_id": "...",
"session_id": "..."
}