Skip to main content
Glama

Just Prompt

by disler

prompt

Send a single prompt to multiple language models across providers like OpenAI, Anthropic, and Google Gemini using a unified interface. Ideal for comparing outputs efficiently.

Instructions

Send a prompt to multiple LLM models

Input Schema

NameRequiredDescriptionDefault
models_prefixed_by_providerNoList of models with provider prefixes (e.g., 'openai:gpt-4o' or 'o:gpt-4o'). If not provided, uses default models.
textYesThe prompt text

Input Schema (JSON Schema)

{ "properties": { "models_prefixed_by_provider": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "description": "List of models with provider prefixes (e.g., 'openai:gpt-4o' or 'o:gpt-4o'). If not provided, uses default models.", "title": "Models Prefixed By Provider" }, "text": { "description": "The prompt text", "title": "Text", "type": "string" } }, "required": [ "text" ], "title": "PromptSchema", "type": "object" }

Other Tools from Just Prompt

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/disler/just-prompt'

If you have feedback or need assistance with the MCP directory API, please join our Discord server