Skip to content

Handoff

v1.0.0

The Handoff operator acts as an intelligent router for conversations. It uses a configured LLM to analyze the current conversation and decide which specialized Agent operator is best suited to handle the next step. When handoff is disabled, it passes the conversation directly to a manually selected agent.

The Handoff operator sits between your input conversation and a pool of Agent operators. On the Handoff page, you define a sequence of agents, each with an optional rename and system prompt inclusion toggle. When triggered, the operator either uses an LLM to make a routing decision (when Enable Handoff is on) or sends the conversation to whichever agent is selected in Current Agent (when Enable Handoff is off).

The routing LLM uses a route_conversation tool call to pick the best agent. Its decision includes whether to continue with the current agent or hand off to a different one, along with a reason displayed in the Reason field.

  • LLM-powered routing that evaluates agent descriptions and system prompts to pick the best specialist
  • Manual agent selection mode for deterministic routing without LLM overhead
  • Handoff history tracking with from/to agent, reason, and timestamp
  • Switchable display between the conversation and the handoff history table
  • Agent sequence with per-agent rename and system prompt inclusion controls
  • Input 1: A conversation table DAT with columns role, message, id, timestamp. Typically the output of a Chat or similar operator.
  • Output 1: The conversation table, which mirrors the input conversation and appends agent responses as they arrive.
  1. Add two or more Agent operators to your network, each configured with a different system prompt reflecting their specialty (e.g., one for creative writing, one for technical support).
  2. On the Handoff page, add blocks to the Agents sequence and link each OP parameter to one of your Agent operators.
  3. Give each agent a clear name in the Rename field (e.g., “Creative Writer”, “Support Bot”). Toggle Include System to On so the routing LLM can read each agent’s system prompt.
  4. Connect your input conversation DAT to the Handoff operator’s first input.
  5. Toggle Enable Handoff to On.
  6. On the Model page, select an LLM that supports function calling (such as GPT-4, Claude 3, or Gemini).
  7. Pulse Call Agents. The Handoff operator analyzes the conversation and routes it to the most appropriate agent.
  8. Check the Reason field to see the LLM’s rationale for its routing decision.
  1. Configure the Agents sequence as above.
  2. Toggle Enable Handoff to Off.
  3. Select the desired target agent from the Current Agent menu.
  4. Pulse Call Agents. The conversation is sent directly to the selected agent without any LLM evaluation.
  1. On the Handoff page, set Display to “handoff_history”.
  2. The operator’s viewer switches to the handoff history table, showing a log of all routing decisions with source agent, target agent, reason, and timestamp.
  • Use descriptive Rename values and enable Include System for each agent in the sequence. The routing LLM relies on these descriptions to make informed decisions — vague names lead to poor routing.
  • Choose a capable model for the routing decision. Smaller models may not reliably produce the required route_conversation tool call.
  • For deterministic workflows where the target agent is always known, disable Enable Handoff and select the agent manually. This avoids the extra LLM call and associated latency.
  • No routing decision: If the Reason field stays empty after pulsing Call Agents, the routing LLM may not support function calling. Switch to a model that does (GPT-4, Claude 3, Gemini).
  • Wrong agent selected: Improve the Rename labels and system prompts for each agent. The routing LLM can only distinguish agents based on the information it receives.
  • Agent response not appearing: Ensure each Agent operator in the sequence is properly configured and can generate responses on its own. The Handoff operator manages routing but relies on the individual agents to produce the actual output.
Call Agents (Call) op('handoff').par.Call Pulse
Default:
False
Enable Handoff (Enablehandoff) op('handoff').par.Enablehandoff Toggle
Default:
False
Current Agent (Currentagent) op('handoff').par.Currentagent Menu
Default:
"" (Empty String)
Options:
Active (Active) op('handoff').par.Active Toggle
Default:
False
Status (Status) op('handoff').par.Status Str
Default:
"" (Empty String)
Reason (Reason) op('handoff').par.Reason Str
Default:
"" (Empty String)
Agents (Agents) op('handoff').par.Agents Sequence
Default:
0
OP (Agents0op) op('handoff').par.Agents0op OP
Default:
"" (Empty String)
Rename (Agents0rename) op('handoff').par.Agents0rename Str
Default:
"" (Empty String)
Include System (Agents0includesystem) op('handoff').par.Agents0includesystem Toggle
Default:
False
Display (Display) op('handoff').par.Display Menu
Default:
conversation_dat
Options:
conversation_dat, handoff_history
Output Settings Header
Max Tokens (Maxtokens) op('handoff').par.Maxtokens Int
Default:
2048
Range:
0 to 1
Slider Range:
16 to 4096
Temperature (Temperature) op('handoff').par.Temperature Float
Default:
0.7
Range:
0 to 1
Slider Range:
0 to 1
Model Selection Header
Use Model From (Modelselection) op('handoff').par.Modelselection Menu
Default:
chattd_model
Options:
chattd_model, custom_model, controller_model
Controller [ Model ] (Modelcontroller) op('handoff').par.Modelcontroller OP
Default:
"" (Empty String)
Select API Server (Apiserver) op('handoff').par.Apiserver StrMenu
Default:
openrouter
Menu Options:
  • openrouter (openrouter)
  • openai (openai)
  • groq (groq)
  • ollama (ollama)
  • gemini (gemini)
  • lmstudio (lmstudio)
  • custom (custom)
AI Model (Model) op('handoff').par.Model StrMenu
Default:
llama-3.2-11b-vision-preview
Menu Options:
  • yi-large (01-ai/yi-large)
  • mn-starcannon-12b (aetherwiing/mn-starcannon-12b)
  • deepcoder-14b-preview:free (agentica-org/deepcoder-14b-preview:free)
  • jamba-1-5-large (ai21/jamba-1-5-large)
  • jamba-1-5-mini (ai21/jamba-1-5-mini)
  • jamba-1.6-large (ai21/jamba-1.6-large)
  • jamba-1.6-mini (ai21/jamba-1.6-mini)
  • jamba-instruct (ai21/jamba-instruct)
  • aion-1.0 (aion-labs/aion-1.0)
  • aion-1.0-mini (aion-labs/aion-1.0-mini)
  • aion-rp-llama-3.1-8b (aion-labs/aion-rp-llama-3.1-8b)
  • codellama-7b-instruct-solidity (alfredpros/codellama-7b-instruct-solidity)
  • openhands-lm-32b-v0.1 (all-hands/openhands-lm-32b-v0.1)
  • molmo-7b-d:free (allenai/molmo-7b-d:free)
  • goliath-120b (alpindale/goliath-120b)
  • magnum-72b (alpindale/magnum-72b)
  • nova-lite-v1 (amazon/nova-lite-v1)
  • nova-micro-v1 (amazon/nova-micro-v1)
  • nova-pro-v1 (amazon/nova-pro-v1)
  • magnum-v2-72b (anthracite-org/magnum-v2-72b)
  • magnum-v4-72b (anthracite-org/magnum-v4-72b)
  • claude-2 (anthropic/claude-2)
  • claude-2.0 (anthropic/claude-2.0)
  • claude-2.0:beta (anthropic/claude-2.0:beta)
  • claude-2.1 (anthropic/claude-2.1)
  • claude-2.1:beta (anthropic/claude-2.1:beta)
  • claude-2:beta (anthropic/claude-2:beta)
  • claude-3-haiku (anthropic/claude-3-haiku)
  • claude-3-haiku:beta (anthropic/claude-3-haiku:beta)
  • claude-3-opus (anthropic/claude-3-opus)
  • claude-3-opus:beta (anthropic/claude-3-opus:beta)
  • claude-3-sonnet (anthropic/claude-3-sonnet)
  • claude-3-sonnet:beta (anthropic/claude-3-sonnet:beta)
  • claude-3.5-haiku (anthropic/claude-3.5-haiku)
  • claude-3.5-haiku-20241022 (anthropic/claude-3.5-haiku-20241022)
  • claude-3.5-haiku-20241022:beta (anthropic/claude-3.5-haiku-20241022:beta)
  • claude-3.5-haiku:beta (anthropic/claude-3.5-haiku:beta)
  • claude-3.5-sonnet (anthropic/claude-3.5-sonnet)
  • claude-3.5-sonnet-20240620 (anthropic/claude-3.5-sonnet-20240620)
  • claude-3.5-sonnet-20240620:beta (anthropic/claude-3.5-sonnet-20240620:beta)
  • claude-3.5-sonnet:beta (anthropic/claude-3.5-sonnet:beta)
  • claude-3.7-sonnet (anthropic/claude-3.7-sonnet)
  • claude-3.7-sonnet:beta (anthropic/claude-3.7-sonnet:beta)
  • claude-3.7-sonnet:thinking (anthropic/claude-3.7-sonnet:thinking)
  • qwq-32b-arliai-rpr-v1:free (arliai/qwq-32b-arliai-rpr-v1:free)
  • ui-tars-72b:free (bytedance-research/ui-tars-72b:free)
  • dolphin-mixtral-8x22b (cognitivecomputations/dolphin-mixtral-8x22b)
  • dolphin3.0-mistral-24b:free (cognitivecomputations/dolphin3.0-mistral-24b:free)
  • dolphin3.0-r1-mistral-24b:free (cognitivecomputations/dolphin3.0-r1-mistral-24b:free)
  • command (cohere/command)
  • command-a (cohere/command-a)
  • command-r (cohere/command-r)
  • command-r-03-2024 (cohere/command-r-03-2024)
  • command-r-08-2024 (cohere/command-r-08-2024)
  • command-r-plus (cohere/command-r-plus)
  • command-r-plus-04-2024 (cohere/command-r-plus-04-2024)
  • command-r-plus-08-2024 (cohere/command-r-plus-08-2024)
  • command-r7b-12-2024 (cohere/command-r7b-12-2024)
  • deepseek-chat (deepseek/deepseek-chat)
  • deepseek-chat-v3-0324 (deepseek/deepseek-chat-v3-0324)
  • deepseek-chat-v3-0324:free (deepseek/deepseek-chat-v3-0324:free)
  • deepseek-chat:free (deepseek/deepseek-chat:free)
  • deepseek-r1 (deepseek/deepseek-r1)
  • deepseek-r1-distill-llama-70b (deepseek/deepseek-r1-distill-llama-70b)
  • deepseek-r1-distill-llama-70b:free (deepseek/deepseek-r1-distill-llama-70b:free)
  • deepseek-r1-distill-llama-8b (deepseek/deepseek-r1-distill-llama-8b)
  • deepseek-r1-distill-qwen-1.5b (deepseek/deepseek-r1-distill-qwen-1.5b)
  • deepseek-r1-distill-qwen-14b (deepseek/deepseek-r1-distill-qwen-14b)
  • deepseek-r1-distill-qwen-14b:free (deepseek/deepseek-r1-distill-qwen-14b:free)
  • deepseek-r1-distill-qwen-32b (deepseek/deepseek-r1-distill-qwen-32b)
  • deepseek-r1-distill-qwen-32b:free (deepseek/deepseek-r1-distill-qwen-32b:free)
  • deepseek-r1-zero:free (deepseek/deepseek-r1-zero:free)
  • deepseek-r1:free (deepseek/deepseek-r1:free)
  • deepseek-v3-base:free (deepseek/deepseek-v3-base:free)
  • llemma_7b (eleutherai/llemma_7b)
  • eva-llama-3.33-70b (eva-unit-01/eva-llama-3.33-70b)
  • eva-qwen-2.5-32b (eva-unit-01/eva-qwen-2.5-32b)
  • eva-qwen-2.5-72b (eva-unit-01/eva-qwen-2.5-72b)
  • qwerky-72b:free (featherless/qwerky-72b:free)
  • gemini-2.0-flash-001 (google/gemini-2.0-flash-001)
  • gemini-2.0-flash-exp:free (google/gemini-2.0-flash-exp:free)
  • gemini-2.0-flash-lite-001 (google/gemini-2.0-flash-lite-001)
  • gemini-2.5-flash-preview (google/gemini-2.5-flash-preview)
  • gemini-2.5-flash-preview:thinking (google/gemini-2.5-flash-preview:thinking)
  • gemini-2.5-pro-exp-03-25 (google/gemini-2.5-pro-exp-03-25)
  • gemini-2.5-pro-preview-03-25 (google/gemini-2.5-pro-preview-03-25)
  • gemini-flash-1.5 (google/gemini-flash-1.5)
  • gemini-flash-1.5-8b (google/gemini-flash-1.5-8b)
  • gemini-flash-1.5-8b-exp (google/gemini-flash-1.5-8b-exp)
  • gemini-pro-1.5 (google/gemini-pro-1.5)
  • gemini-pro-vision (google/gemini-pro-vision)
  • gemma-2-27b-it (google/gemma-2-27b-it)
  • gemma-2-9b-it (google/gemma-2-9b-it)
  • gemma-2-9b-it:free (google/gemma-2-9b-it:free)
  • gemma-3-12b-it (google/gemma-3-12b-it)
  • gemma-3-12b-it:free (google/gemma-3-12b-it:free)
  • gemma-3-1b-it:free (google/gemma-3-1b-it:free)
  • gemma-3-27b-it (google/gemma-3-27b-it)
  • gemma-3-27b-it:free (google/gemma-3-27b-it:free)
  • gemma-3-4b-it (google/gemma-3-4b-it)
  • gemma-3-4b-it:free (google/gemma-3-4b-it:free)
  • learnlm-1.5-pro-experimental:free (google/learnlm-1.5-pro-experimental:free)
  • palm-2-chat-bison (google/palm-2-chat-bison)
  • palm-2-chat-bison-32k (google/palm-2-chat-bison-32k)
  • palm-2-codechat-bison (google/palm-2-codechat-bison)
  • palm-2-codechat-bison-32k (google/palm-2-codechat-bison-32k)
  • mythomax-l2-13b (gryphe/mythomax-l2-13b)
  • zephyr-7b-beta:free (huggingfaceh4/zephyr-7b-beta:free)
  • mn-inferor-12b (infermatic/mn-inferor-12b)
  • inflection-3-pi (inflection/inflection-3-pi)
  • inflection-3-productivity (inflection/inflection-3-productivity)
  • airoboros-l2-70b (jondurbin/airoboros-l2-70b)
  • wayfarer-large-70b-llama-3.3 (latitudegames/wayfarer-large-70b-llama-3.3)
  • lfm-3b (liquid/lfm-3b)
  • lfm-40b (liquid/lfm-40b)
  • lfm-7b (liquid/lfm-7b)
  • weaver (mancer/weaver)
  • llama-2-70b-chat (meta-llama/llama-2-70b-chat)
  • llama-3-70b-instruct (meta-llama/llama-3-70b-instruct)
  • llama-3-8b-instruct (meta-llama/llama-3-8b-instruct)
  • llama-3.1-405b (meta-llama/llama-3.1-405b)
  • llama-3.1-405b-instruct (meta-llama/llama-3.1-405b-instruct)
  • llama-3.1-405b:free (meta-llama/llama-3.1-405b:free)
  • llama-3.1-70b-instruct (meta-llama/llama-3.1-70b-instruct)
  • llama-3.1-8b-instruct (meta-llama/llama-3.1-8b-instruct)
  • llama-3.1-8b-instruct:free (meta-llama/llama-3.1-8b-instruct:free)
  • llama-3.2-11b-vision-instruct (meta-llama/llama-3.2-11b-vision-instruct)
  • llama-3.2-11b-vision-instruct:free (meta-llama/llama-3.2-11b-vision-instruct:free)
  • llama-3.2-1b-instruct (meta-llama/llama-3.2-1b-instruct)
  • llama-3.2-1b-instruct:free (meta-llama/llama-3.2-1b-instruct:free)
  • llama-3.2-3b-instruct (meta-llama/llama-3.2-3b-instruct)
  • llama-3.2-3b-instruct:free (meta-llama/llama-3.2-3b-instruct:free)
  • llama-3.2-90b-vision-instruct (meta-llama/llama-3.2-90b-vision-instruct)
  • llama-3.3-70b-instruct (meta-llama/llama-3.3-70b-instruct)
  • llama-3.3-70b-instruct:free (meta-llama/llama-3.3-70b-instruct:free)
  • llama-4-maverick (meta-llama/llama-4-maverick)
  • llama-4-maverick:free (meta-llama/llama-4-maverick:free)
  • llama-4-scout (meta-llama/llama-4-scout)
  • llama-4-scout:free (meta-llama/llama-4-scout:free)
  • llama-guard-2-8b (meta-llama/llama-guard-2-8b)
  • llama-guard-3-8b (meta-llama/llama-guard-3-8b)
  • mai-ds-r1:free (microsoft/mai-ds-r1:free)
  • phi-3-medium-128k-instruct (microsoft/phi-3-medium-128k-instruct)
  • phi-3-mini-128k-instruct (microsoft/phi-3-mini-128k-instruct)
  • phi-3.5-mini-128k-instruct (microsoft/phi-3.5-mini-128k-instruct)
  • phi-4 (microsoft/phi-4)
  • phi-4-multimodal-instruct (microsoft/phi-4-multimodal-instruct)
  • wizardlm-2-8x22b (microsoft/wizardlm-2-8x22b)
  • minimax-01 (minimax/minimax-01)
  • ministral-8b (mistral/ministral-8b)
  • codestral-2501 (mistralai/codestral-2501)
  • codestral-mamba (mistralai/codestral-mamba)
  • ministral-3b (mistralai/ministral-3b)
  • ministral-8b (mistralai/ministral-8b)
  • mistral-7b-instruct (mistralai/mistral-7b-instruct)
  • mistral-7b-instruct-v0.1 (mistralai/mistral-7b-instruct-v0.1)
  • mistral-7b-instruct-v0.2 (mistralai/mistral-7b-instruct-v0.2)
  • mistral-7b-instruct-v0.3 (mistralai/mistral-7b-instruct-v0.3)
  • mistral-7b-instruct:free (mistralai/mistral-7b-instruct:free)
  • mistral-large (mistralai/mistral-large)
  • mistral-large-2407 (mistralai/mistral-large-2407)
  • mistral-large-2411 (mistralai/mistral-large-2411)
  • mistral-medium (mistralai/mistral-medium)
  • mistral-nemo (mistralai/mistral-nemo)
  • mistral-nemo:free (mistralai/mistral-nemo:free)
  • mistral-saba (mistralai/mistral-saba)
  • mistral-small (mistralai/mistral-small)
  • mistral-small-24b-instruct-2501 (mistralai/mistral-small-24b-instruct-2501)
  • mistral-small-24b-instruct-2501:free (mistralai/mistral-small-24b-instruct-2501:free)
  • mistral-small-3.1-24b-instruct (mistralai/mistral-small-3.1-24b-instruct)
  • mistral-small-3.1-24b-instruct:free (mistralai/mistral-small-3.1-24b-instruct:free)
  • mistral-tiny (mistralai/mistral-tiny)
  • mixtral-8x22b-instruct (mistralai/mixtral-8x22b-instruct)
  • mixtral-8x7b-instruct (mistralai/mixtral-8x7b-instruct)
  • pixtral-12b (mistralai/pixtral-12b)
  • pixtral-large-2411 (mistralai/pixtral-large-2411)
  • kimi-vl-a3b-thinking:free (moonshotai/kimi-vl-a3b-thinking:free)
  • moonlight-16b-a3b-instruct:free (moonshotai/moonlight-16b-a3b-instruct:free)
  • llama-3-lumimaid-70b (neversleep/llama-3-lumimaid-70b)
  • llama-3-lumimaid-8b (neversleep/llama-3-lumimaid-8b)
  • llama-3-lumimaid-8b:extended (neversleep/llama-3-lumimaid-8b:extended)
  • llama-3.1-lumimaid-70b (neversleep/llama-3.1-lumimaid-70b)
  • llama-3.1-lumimaid-8b (neversleep/llama-3.1-lumimaid-8b)
  • noromaid-20b (neversleep/noromaid-20b)
  • mn-celeste-12b (nothingiisreal/mn-celeste-12b)
  • deephermes-3-llama-3-8b-preview:free (nousresearch/deephermes-3-llama-3-8b-preview:free)
  • hermes-2-pro-llama-3-8b (nousresearch/hermes-2-pro-llama-3-8b)
  • hermes-3-llama-3.1-405b (nousresearch/hermes-3-llama-3.1-405b)
  • hermes-3-llama-3.1-70b (nousresearch/hermes-3-llama-3.1-70b)
  • nous-hermes-2-mixtral-8x7b-dpo (nousresearch/nous-hermes-2-mixtral-8x7b-dpo)
  • llama-3.1-nemotron-70b-instruct (nvidia/llama-3.1-nemotron-70b-instruct)
  • llama-3.1-nemotron-ultra-253b-v1:free (nvidia/llama-3.1-nemotron-ultra-253b-v1:free)
  • llama-3.3-nemotron-super-49b-v1:free (nvidia/llama-3.3-nemotron-super-49b-v1:free)
  • olympiccoder-32b:free (open-r1/olympiccoder-32b:free)
  • chatgpt-4o-latest (openai/chatgpt-4o-latest)
  • gpt-3.5-turbo (openai/gpt-3.5-turbo)
  • gpt-3.5-turbo-0125 (openai/gpt-3.5-turbo-0125)
  • gpt-3.5-turbo-0613 (openai/gpt-3.5-turbo-0613)
  • gpt-3.5-turbo-1106 (openai/gpt-3.5-turbo-1106)
  • gpt-3.5-turbo-16k (openai/gpt-3.5-turbo-16k)
  • gpt-3.5-turbo-instruct (openai/gpt-3.5-turbo-instruct)
  • gpt-4 (openai/gpt-4)
  • gpt-4-0314 (openai/gpt-4-0314)
  • gpt-4-1106-preview (openai/gpt-4-1106-preview)
  • gpt-4-32k (openai/gpt-4-32k)
  • gpt-4-32k-0314 (openai/gpt-4-32k-0314)
  • gpt-4-turbo (openai/gpt-4-turbo)
  • gpt-4-turbo-preview (openai/gpt-4-turbo-preview)
  • gpt-4.1 (openai/gpt-4.1)
  • gpt-4.1-mini (openai/gpt-4.1-mini)
  • gpt-4.1-nano (openai/gpt-4.1-nano)
  • gpt-4.5-preview (openai/gpt-4.5-preview)
  • gpt-4o (openai/gpt-4o)
  • gpt-4o-2024-05-13 (openai/gpt-4o-2024-05-13)
  • gpt-4o-2024-08-06 (openai/gpt-4o-2024-08-06)
  • gpt-4o-2024-11-20 (openai/gpt-4o-2024-11-20)
  • gpt-4o-mini (openai/gpt-4o-mini)
  • gpt-4o-mini-2024-07-18 (openai/gpt-4o-mini-2024-07-18)
  • gpt-4o-mini-search-preview (openai/gpt-4o-mini-search-preview)
  • gpt-4o-search-preview (openai/gpt-4o-search-preview)
  • gpt-4o:extended (openai/gpt-4o:extended)
  • o1 (openai/o1)
  • o1-mini (openai/o1-mini)
  • o1-mini-2024-09-12 (openai/o1-mini-2024-09-12)
  • o1-preview (openai/o1-preview)
  • o1-preview-2024-09-12 (openai/o1-preview-2024-09-12)
  • o1-pro (openai/o1-pro)
  • o3 (openai/o3)
  • o3-mini (openai/o3-mini)
  • o3-mini-high (openai/o3-mini-high)
  • o4-mini (openai/o4-mini)
  • o4-mini-high (openai/o4-mini-high)
  • auto (openrouter/auto)
  • llama-3.1-sonar-large-128k-online (perplexity/llama-3.1-sonar-large-128k-online)
  • llama-3.1-sonar-small-128k-online (perplexity/llama-3.1-sonar-small-128k-online)
  • r1-1776 (perplexity/r1-1776)
  • sonar (perplexity/sonar)
  • sonar-deep-research (perplexity/sonar-deep-research)
  • sonar-pro (perplexity/sonar-pro)
  • sonar-reasoning (perplexity/sonar-reasoning)
  • sonar-reasoning-pro (perplexity/sonar-reasoning-pro)
  • mythalion-13b (pygmalionai/mythalion-13b)
  • qwen-2-72b-instruct (qwen/qwen-2-72b-instruct)
  • qwen-2.5-72b-instruct (qwen/qwen-2.5-72b-instruct)
  • qwen-2.5-72b-instruct:free (qwen/qwen-2.5-72b-instruct:free)
  • qwen-2.5-7b-instruct (qwen/qwen-2.5-7b-instruct)
  • qwen-2.5-7b-instruct:free (qwen/qwen-2.5-7b-instruct:free)
  • qwen-2.5-coder-32b-instruct (qwen/qwen-2.5-coder-32b-instruct)
  • qwen-2.5-coder-32b-instruct:free (qwen/qwen-2.5-coder-32b-instruct:free)
  • qwen-2.5-vl-72b-instruct (qwen/qwen-2.5-vl-72b-instruct)
  • qwen-2.5-vl-7b-instruct (qwen/qwen-2.5-vl-7b-instruct)
  • qwen-2.5-vl-7b-instruct:free (qwen/qwen-2.5-vl-7b-instruct:free)
  • qwen-max (qwen/qwen-max)
  • qwen-plus (qwen/qwen-plus)
  • qwen-turbo (qwen/qwen-turbo)
  • qwen-vl-max (qwen/qwen-vl-max)
  • qwen-vl-plus (qwen/qwen-vl-plus)
  • qwen2.5-vl-32b-instruct (qwen/qwen2.5-vl-32b-instruct)
  • qwen2.5-vl-32b-instruct:free (qwen/qwen2.5-vl-32b-instruct:free)
  • qwen2.5-vl-3b-instruct:free (qwen/qwen2.5-vl-3b-instruct:free)
  • qwen2.5-vl-72b-instruct (qwen/qwen2.5-vl-72b-instruct)
  • qwen2.5-vl-72b-instruct:free (qwen/qwen2.5-vl-72b-instruct:free)
  • qwen3-14b:free (qwen/qwen3-14b:free)
  • qwen3-235b-a22b (qwen/qwen3-235b-a22b)
  • qwen3-235b-a22b:free (qwen/qwen3-235b-a22b:free)
  • qwen3-30b-a3b (qwen/qwen3-30b-a3b)
  • qwen3-30b-a3b:free (qwen/qwen3-30b-a3b:free)
  • qwen3-32b (qwen/qwen3-32b)
  • qwen3-32b:free (qwen/qwen3-32b:free)
  • qwen3-8b:free (qwen/qwen3-8b:free)
  • qwq-32b (qwen/qwq-32b)
  • qwq-32b-preview (qwen/qwq-32b-preview)
  • qwq-32b-preview:free (qwen/qwq-32b-preview:free)
  • qwq-32b:free (qwen/qwq-32b:free)
  • sorcererlm-8x22b (raifle/sorcererlm-8x22b)
  • reka-flash-3:free (rekaai/reka-flash-3:free)
  • fimbulvetr-11b-v2 (sao10k/fimbulvetr-11b-v2)
  • l3-euryale-70b (sao10k/l3-euryale-70b)
  • l3-lunaris-8b (sao10k/l3-lunaris-8b)
  • l3.1-euryale-70b (sao10k/l3.1-euryale-70b)
  • l3.3-euryale-70b (sao10k/l3.3-euryale-70b)
  • llama3.1-typhoon2-70b-instruct (scb10x/llama3.1-typhoon2-70b-instruct)
  • llama3.1-typhoon2-8b-instruct (scb10x/llama3.1-typhoon2-8b-instruct)
  • shisa-v2-llama3.3-70b:free (shisa-ai/shisa-v2-llama3.3-70b:free)
  • midnight-rose-70b (sophosympatheia/midnight-rose-70b)
  • rogue-rose-103b-v0.2:free (sophosympatheia/rogue-rose-103b-v0.2:free)
  • l3.3-electra-r1-70b (steelskull/l3.3-electra-r1-70b)
  • anubis-pro-105b-v1 (thedrummer/anubis-pro-105b-v1)
  • rocinante-12b (thedrummer/rocinante-12b)
  • skyfall-36b-v2 (thedrummer/skyfall-36b-v2)
  • unslopnemo-12b (thedrummer/unslopnemo-12b)
  • glm-4-32b (thudm/glm-4-32b)
  • glm-4-32b:free (thudm/glm-4-32b:free)
  • glm-4-9b:free (thudm/glm-4-9b:free)
  • glm-z1-32b (thudm/glm-z1-32b)
  • glm-z1-32b:free (thudm/glm-z1-32b:free)
  • glm-z1-9b:free (thudm/glm-z1-9b:free)
  • glm-z1-rumination-32b (thudm/glm-z1-rumination-32b)
  • deepseek-r1t-chimera:free (tngtech/deepseek-r1t-chimera:free)
  • remm-slerp-l2-13b (undi95/remm-slerp-l2-13b)
  • grok-2-1212 (x-ai/grok-2-1212)
  • grok-2-vision-1212 (x-ai/grok-2-vision-1212)
  • grok-3-beta (x-ai/grok-3-beta)
  • grok-3-mini-beta (x-ai/grok-3-mini-beta)
  • grok-beta (x-ai/grok-beta)
  • grok-vision-beta (x-ai/grok-vision-beta)
Search (Search) op('handoff').par.Search Toggle
Default:
False
Model Search (Modelsearch) op('handoff').par.Modelsearch Str
Default:
"" (Empty String)
Show Model Info (Showmodelinfo) op('handoff').par.Showmodelinfo Toggle
Default:
False
v1.0.02024-11-10

Initial release