Skip to main content
All functionality related to WRITER
This page covers how to use the WRITER ecosystem within LangChain. For further information see Writer docs. Palmyra is a Large Language Model (LLM) developed by WRITER. The Writer API is powered by a diverse set of Palmyra sub-models with different capabilities and price points.

Installation and Setup

Install the integration package with
Get a WRITER API key and set it as an environment variable (WRITER_API_KEY)

Chat model

See details.

PDF Parser

See details.

Text splitter

See details.

Tools calling

Functions

Support of basic function calls defined via dicts, Pydantic, python functions etc.

Graphs

See details.

Web search tool

See details.

Translation tool

See details.