glama_chat_completion
Send chat messages to the Glama gateway and receive completion responses. Specify messages, model, and optional settings to get AI-generated replies.
Instructions
Run a chat completion against the Glama gateway. messages is an array of {role, content} objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | e.g. openai/gpt-4o, anthropic/claude-2 | |
| messages | Yes | ||
| max_tokens | No | ||
| temperature | No |