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 }
Connector