Writer integration (AI, Developer Tools). Imported from open-connector.
https://api.writer.com/v1/models
/v1/chat
| Param | Type | Required | Description |
|---|---|---|---|
| model | string | required | The Writer model identifier to use for the chat completion. |
| messages | array | required | The ordered plain-text conversation messages. |
| max_tokens | integer | optional | The maximum number of tokens to generate. |
| temperature | number | optional | The sampling temperature for generation. |
| top_p | number | optional | The nucleus sampling threshold. |
| n | integer | optional | The number of completions to generate for the prompt. |
| stop | string | optional | One or more stop sequences that end generation. |
| logprobs | boolean | optional | Whether to return log probabilities for output tokens. |
| stream | boolean | optional | Whether to stream the response. Connector actions only accept false or an omitt… |
| response_format | object | optional | The requested response format for the chat completion. |