llm_chat
Get AI chat completions with smart model routing that automatically selects Claude, GPT, Gemini, or Llama based on task complexity. Pay per call with USDC credits without managing API keys.
Instructions
Smart-routed LLM chat completion. Automatically selects the optimal model (Claude, GPT, Gemini, Llama) based on task complexity. No API keys needed — pay per call with USDC credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model selection: 'auto' for smart routing (recommended), or specify a model directly | |
| messages | Yes | Chat messages array | |
| temperature | No | Sampling temperature (0-2, default 0.7) | |
| max_tokens | No | Maximum response tokens |