openai_chat_completions
Generate AI chat responses using OpenAI-compatible APIs. Send messages to AI models for conversational interactions, content creation, and automated responses through the RanchHand MCP server.
Instructions
Create chat completion (POST /v1/chat/completions).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_tokens | No | ||
| messages | Yes | ||
| model | No | ||
| stream | No | ||
| temperature | No | ||
| top_p | No |