Overview
Welcome to AI21 Developer Platform!
AI21 offers affordable, best-in-class large language models (LLMs) and solutions for many long context tasks that matter most to enterprises, such as:
- Chat completion
- Financial data analysis
- RAG workflows
- Grounded question answering across lengthy documents
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 models, Jamba Mini and Jamba Large, are our most powerful models, offering exceptional flexibility and efficiency for a wide range of business use cases.
As open models, Jamba Mini 1.6 (12B active/52B total) and Jamba Large 1.6 (94B active/398B total) are available for private deployment, either in VPC or on-premise. Jamba's Chat is tailored for businesses seeking to improve productivity, customer service, and internal collaboration.
Conversational RAG: A solution that enables you to build conversational experiences that interact with your organizational data.
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.
Next steps
- Try our Quickstart to learn a bit about prompts
- Learn how to use our SDK
Updated 10 days ago