chat
Send a chat completion to any Farebox model and receive the assistant's reply. Provide conversation history in OpenAI message format to get responses from frontier LLMs.
Instructions
Send a chat completion to any Farebox model. Returns the assistant's reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Farebox model ID. Examples: claude-opus-4-5, gpt-4.1, gemini-2.5-pro | |
| messages | Yes | Conversation history in OpenAI message format. | |
| max_tokens | No | Maximum tokens to generate. | |
| temperature | No | Sampling temperature 0–2. Lower = more deterministic. |