Model Route
neuroverse_modelRoute your prompt to the appropriate AI model based on task type — multilingual, reasoning, local, or general — and receive a response.
Instructions
Query the multi-model AI router.
If a prompt is provided, the prompt is sent to the routed model. Otherwise, returns only the routing decision.
Supported providers: OpenAI, Anthropic, Sarvam AI, Ollama.
Args:
task_type (string): multilingual | reasoning | local | general
prompt (string, optional): Prompt to send
Returns: JSON with routing decision and optional model response
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | No | Optional prompt to actually send to the routed model | |
| task_type | No | Task type for routing | general |