Back to Models
A

Jamba Large 1.7

AI21/ai21/jamba-large-1.7
ChatCode

Hybrid SSM-Transformer model

Input Price

$2

per 1M tokens

Output Price

$8

per 1M tokens

Context

256K

tokens

Modalities

text

Model ID

ai21/jamba-large-1.7

Pricing Breakdown

DirectionPer 1K tokensPer 1M tokens
Input$0.00200000$2.00
Output$0.00800000$8.00

Quick Start

from openai import OpenAI

client = OpenAI(
    api_key="dg-your-api-key",
    base_url="https://api.doggiegateway.com/v1"
)

response = client.chat.completions.create(
    model="ai21/jamba-large-1.7",
    messages=[{"role": "user", "content": "Hello!"}]
)

print(response.choices[0].message.content)

How It Works

Doggie Gateway routes your request to AI21's API through OpenRouter. You get the best available pricing and automatic fallback if a provider is unavailable.

Pay-per-use pricing
No monthly fees
OpenAI-compatible API

Ready to use Jamba Large 1.7?

Create an account, get your API key, and start making API calls in under a minute.