You're viewing a demo portfolio

Join the waitlist
PRSM

thinkneo_route_model

Active

Tool of ThinkNEO MCP Server

declared in 1.28.0

AI Smart Router — find the cheapest model that meets your quality threshold. Specify your task type and quality requirements, and ThinkNEO will recommend the optimal model with estimated cost and savings vs premium models. Supports 17+ models across Anthropic, OpenAI, Google, Meta, Mistral, DeepSeek, Alibaba, Cohere, and xAI. Requires authentication.

Parameters schema

{
  "type": "object",
  "title": "thinkneo_route_modelArguments",
  "required": [
    "task_type"
  ],
  "properties": {
    "task_type": {
      "type": "string",
      "title": "Task Type",
      "description": "The type of AI task: summarization, classification, code_generation, chat, analysis, translation, or embedding"
    },
    "text_sample": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Text Sample",
      "default": null,
      "description": "Optional sample text for better routing. Helps estimate token count and task complexity. Max 500 characters."
    },
    "max_latency_ms": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "title": "Max Latency Ms",
      "default": null,
      "description": "Maximum acceptable latency in milliseconds. Omit for no limit."
    },
    "estimated_tokens": {
      "type": "integer",
      "title": "Estimated Tokens",
      "default": 1000,
      "description": "Estimated total tokens for the request (input + output). Default 1000."
    },
    "quality_threshold": {
      "type": "integer",
      "title": "Quality Threshold",
      "default": 85,
      "description": "Minimum quality score required (0-100). Default 85 = enterprise-grade."
    },
    "budget_per_request": {
      "anyOf": [
        {
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "title": "Budget Per Request",
      "default": null,
      "description": "Maximum budget per request in USD. Omit for no limit."
    },
    "preferred_providers": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Preferred Providers",
      "default": null,
      "description": "Comma-separated list of preferred providers (e.g., 'openai,anthropic'). These will be prioritized at similar cost."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

ThinkNEO MCP Server

https://github.com/thinkneo-ai/mcp-server

3/7 registries
View full server →