x711_llm_routing
ActiveTool of x711 — Universal Agent Gas Station
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."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
x711 — Universal Agent Gas Station
1/7 registries