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