← Tools Reference

Writer

Writer integration (AI, Developer Tools). Imported from open-connector.

API key2 toolshttps://api.writer.com
GET
writer_list_models
Retrieve the Writer models available for text generation, chat completions, and other AI tasks.

/v1/models

POST
writer_create_chat_completion
Generate a non-streaming Writer chat completion from plain-text conversation messages.

/v1/chat

10 parameters
ParamTypeRequiredDescription
modelstringrequiredThe Writer model identifier to use for the chat completion.
messagesarrayrequiredThe ordered plain-text conversation messages.
max_tokensintegeroptionalThe maximum number of tokens to generate.
temperaturenumberoptionalThe sampling temperature for generation.
top_pnumberoptionalThe nucleus sampling threshold.
nintegeroptionalThe number of completions to generate for the prompt.
stopstringoptionalOne or more stop sequences that end generation.
logprobsbooleanoptionalWhether to return log probabilities for output tokens.
streambooleanoptionalWhether to stream the response. Connector actions only accept false or an omitt…
response_formatobjectoptionalThe requested response format for the chat completion.