LLM & ChatActive
wiro / chat
chat
Wiro LLM Conversational chat script! Runs every LLM with one tool.
ChatLLM
Model ID
chat
Provider
wiro
Updated
1770494433
wiro playground—wiro/chat
Updated 1770494433

API quick start
Run chat with a single API call.
POST https://api.wiro.ai/v1/Run/wiro/chat
{
"prompt": "Your prompt here",
"user_id": "...",
"session_id": "...",
"selectedModel": "..."
}