venice_chat
Send user messages to Venice AI and receive LLM-generated responses. Supports model selection, token limits, temperature, and system prompts.
Instructions
Send a message to Venice AI and get a response from an LLM
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model ID (e.g., llama-3.3-70b, deepseek-r1-llama-70b) | llama-3.3-70b |
| message | Yes | The user message to send | |
| max_tokens | No | Maximum tokens to generate | |
| temperature | No | Sampling temperature (0-2) | |
| system_prompt | No | Optional system prompt |