Multi-Model Advisor

by YuChenSSR
Verified

query-models

Query multiple AI models via Ollama and get their responses to compare perspectives

Input Schema

NameRequiredDescriptionDefault
model_system_promptsNoOptional object mapping model names to specific system prompts
modelsNoArray of model names to query (defaults to configured models)
questionYesThe question to ask all models
system_promptNoOptional system prompt to provide context to all models (overridden by model_system_prompts if provided)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "model_system_prompts": { "additionalProperties": { "type": "string" }, "description": "Optional object mapping model names to specific system prompts", "type": "object" }, "models": { "description": "Array of model names to query (defaults to configured models)", "items": { "type": "string" }, "type": "array" }, "question": { "description": "The question to ask all models", "type": "string" }, "system_prompt": { "description": "Optional system prompt to provide context to all models (overridden by model_system_prompts if provided)", "type": "string" } }, "required": [ "question" ], "type": "object" }

You must be authenticated.

Other Tools

ID: cb1a1fcmqf