Skip to main content

Friendli AI

Friendli AI is a company that fine-tunes, deploys LLMs, and serves a wide range of Generative AI use cases.

Installation and setup

  • Install the integration package:

    pip install friendli-client
  • Sign in to Friendli Suite to create a Personal Access Token, and set it as the FRIENDLI_TOKEN environment.

Chat models

See a usage example.

from langchain_community.chat_models.friendli import ChatFriendli
API Reference:ChatFriendli

LLMs

See a usage example.

from langchain_community.llms.friendli import Friendli
API Reference:Friendli

Was this page helpful?


You can also leave detailed feedback on GitHub.