nexus_ask
Send a prompt to any AI provider, including ChatGPT, Gemini, Claude, and Ollama. Use active provider/model by default or specify a different one.
Instructions
Send a prompt to any AI provider (ChatGPT, Gemini, Claude, Ollama, etc.). Uses the active provider/model by default, or specify a different one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model ID to use (e.g. "gpt-4o", "gemini-2.0-flash"). Defaults to active model. | |
| prompt | Yes | The prompt to send to the AI provider | |
| provider | No | Provider ID to use (e.g. "openai", "gemini", "ollama"). Defaults to active provider. | |
| maxTokens | No | Maximum tokens in the response | |
| temperature | No | Sampling temperature (0.0 to 2.0) | |
| systemPrompt | No | Optional system prompt to set context |