ai21
AI21: Jamba Large 1.7
Jamba Large 1.7 is the latest model in the Jamba open family, offering improvements in grounding, instruction-following, and overall efficiency. Built on a hybrid SSM-Transformer architecture with a 256K context...
Context
256k tokens
Input / 1M tokens
$2
Output / 1M tokens
$8
Benchmark
—
Pricing
Input tokens$2 per 1M tokens
Output tokens$8 per 1M tokens
Technical details
Model IDai21/jamba-large-1.7
Context window256k tokens
Input modalitiestext
Output modalitiestext
TokenizerOther
Max output tokens4,096
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'ai21/jamba-large-1.7',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use AI21: Jamba Large 1.7?
Get an API key and start making requests in minutes.
Get an API key