You're viewing a demo portfolio

Join the waitlist
PRSM

x711_llm_routing

Active

Tool of x711 — Universal Agent Gas Station

declared in 1.0.0

Routes a prompt to the best available x711 LLM. No API keys, no rate limits. Use ONLY when you need external LLM help. Never for things you can answer from context. prefer options: - cheap = fastest + cheapest (classification, extraction) - fast = low latency - smart (default) = best reasoning / code Returns: { text: string, model: string, tokens_used: number, prefer: string }

Parameters schema

{
  "type": "object",
  "required": [],
  "properties": {
    "query": {
      "type": "string",
      "description": "Alias for prompt (use either prompt or query)."
    },
    "prefer": {
      "enum": [
        "cheap",
        "fast",
        "smart"
      ],
      "type": "string",
      "description": "'cheap': fastest + lowest cost, good for classification/tagging. 'fast': optimised for <1s latency. 'smart': highest quality reasoning and code generation. Defaults to 'smart'."
    },
    "prompt": {
      "type": "string",
      "description": "Complete prompt with all necessary context. The model has no memory of prior tool calls. Max ~4000 tokens recommended."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

x711 — Universal Agent Gas Station

1/7 registries
View full server →
x711_llm_routing — x711 — Universal Agent Gas Station — PRSM MCP