Overview

Welcome to AI21 Developer Platform!

AI21 offers affordable, best-in-class large language models (LLMs) and solutions for many common business tasks, including:

  • Customer support automation
  • Financial data analysis
  • Sales calls preparation
  • Marketing campaign optimization
  • Employee productivity improvement

To support these actions, AI21 has developed two different types of offerings:

  • Foundation models: These are very large, general-purpose LLM models capable of a large variety of tasks, such as question answering, text completion, and chat.
    • Jamba 1.5 models, Jamba 1.5 Mini and Jamba 1.5 Large, are our most powerful models, offering exceptional flexibility and efficiency for a wide range of business use cases. Designed to surpass transformers-based language models in efficiency, Jamba supports extensive language capabilities, enhancing its applicability for various use cases.
  • Conversational RAG: A solution that enables you to build conversational experiences that interact with your organizational data. For more details, see here.

Accessing our models and solutions

You can access our tools and models through several different mechanisms:

  • Python SDK: We provide a Python SDK to simplify access to all our models and tools from your Python code. The SDK provides code completion tips, documentation, support for synchronous and asynchronous calls, and much more.
  • REST API: Under the hood, our SDK, playground, and cloud platform implementations access our models through our public REST API.
  • Cloud platforms: We provide model access from all the leading cloud providers. See the full list here.
  • Other third-party services: Our models are also available on other third-party systems such as LangChain and LlamaIndex. Check your toolchain to see if AI21 is available.

Who are these docs for?

Our documentation explains our models and tools, the basics of LLMs, and how to implement the most common use cases, as well as API, SDK, and cloud usage details. You do not need a background in AI or LLMs to use our products.

If you are not a programmer, you can still get the gist of our product in the Guides section of our docs. If you want to try out our models without any code, you can use our product playground. If you want to access our products through any other method, you should have programming experience.

Next steps