llm_chat
Chat with an LLM to get answers, reason through problems, or generate code using configurable models and settings.
Instructions
Chat completions using the infocepo LLM API (OpenAI-compatible). Supports chat, reasoning, code generation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model name: ai-default, ai-thinking, ai-fast, ai-embedding, ai-stt, ai-tts, ai-image, ai-vision | |
| messages | Yes | Chat messages array: [{role: 'user'|'system'|'assistant', content: 'text'}] | |
| max_tokens | No | Max tokens in response. | |
| temperature | No | Sampling temperature (0-2). Default 0.7. |