Ask a Duck
ask_duckSend prompts to multiple AI providers (OpenAI, Google, Groq, Ollama) with optional images and model selection to debug problems or get diverse perspectives.
Instructions
Ask a question to a specific LLM provider (duck)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The question or prompt to send to the duck | |
| provider | No | The provider name (optional, uses default if not specified) | |
| model | No | Specific model to use (optional, uses provider default if not specified) | |
| temperature | No | Temperature for response generation (0-2) | |
| images | No | Optional images to include with the prompt (for vision-capable models) |