Writer is a comprehensive AI platform designed for enterprises to harness the power of generative AI. It enables businesses to streamline workflows, enhance productivity, and maintain brand consistency across various applications. Writer's platform offers tools for content creation, analysis, and governance, ensuring high-quality output that aligns with company guidelines and standards. With features like custom AI app deployment, content generation, summarization, and data analysis, Writer empowers teams to unlock new levels of efficiency and innovation in their work.
writer
const { LLMInterface } = require('llm-interface');
LLMInterface.setApiKey({'writer': process.env.WRITER_API_KEY});
async function main() {
try {
const response = await LLMInterface.sendMessage('writer', 'Explain the importance of low latency LLMs.');
console.log(response.results);
} catch (error) {
console.error(error);
throw error;
}
}
main();
The following model aliases are provided for this provider.
default
: palmyra-x-002-32klarge
: palmyra-x-002-32ksmall
: palmyra-x-002-32k
The following parameters can be passed through options
.
choices
: Details not available, please refer to the LLM provider documentation.created
: Details not available, please refer to the LLM provider documentation.id
: Details not available, please refer to the LLM provider documentation.max_tokens
: Details not available, please refer to the LLM provider documentation.n
: Details not available, please refer to the LLM provider documentation.stop
: Details not available, please refer to the LLM provider documentation.stream
: Details not available, please refer to the LLM provider documentation.temperature
: Details not available, please refer to the LLM provider documentation.top_p
: Details not available, please refer to the LLM provider documentation.
- Streaming
Commercial with Free Trial: The Writer API is a commercial service but offers a free tier with $50.00 in free credits to get started.
To get an API key, first create a Writer account, then visit the link below.
The link above does not take you directly to the API key generation page, instead it takes you to the multi-step API key generation directions.
Writer documentation is available here.
Anthropic