Seedream 5.0 Pro ist LIVE | Jetzt im Bildgenerator testen →
A
ai21/jamba-large-1.7

ai21/jamba-large-1.7

Veröffentlichungsdatum: 2025-08-09

256,000 context · $2.00/M input tokens · $8.00/M output tokens

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...

Preise

Pay-per-Use

Keine Vorabkosten, zahlen Sie nur, was Sie nutzen

Eingabe$2.00 / M Tokens
Ausgabe$8.00 / M Tokens

Modell ausprobieren

ai21/jamba-large-1.7
Online
A
Hallo! Ich bin ein hilfreicher KI-Assistent. Womit kann ich helfen?
Bereit, dieses Modell in einem lokalen Coding-Agent zu verwenden?Agent-Setup

API-Nutzung

Verwenden Sie die folgenden Codebeispiele zur Integration mit unserer API:

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

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

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

Modelleinführung

Ai21 jamba-large-1.7

ai21 jamba-large-1.7


Why It Looks Great

  • Large Language Model architecture for efficient processing
  • 256000 context window for long document handling
  • Competitive pricing at $2.2/$8.8 per million tokens

Key Features

  • Context Window: 256000 tokens
  • Max Output: 4096 tokens
  • Vision: Supported
  • Function Calling: Supported

Specifications

SpecificationValue
ProviderAi21
Model TypeLarge Language Model (LLM)
ArchitectureN/A
Context Window256000 tokens
Max Output4096 tokens
InputText
OutputText
VisionSupported
Function CallingSupported

Pricing

Token TypeCost per Million Tokens
Input$2.2
Output$8.8

How to Use

  1. Write your prompt — describe the task, provide context, and specify desired output format.
  2. Submit — the model processes your request and returns the response.

API Integration

Base URL: https://llm.wavespeed.ai/v1 API Endpoint: chat/completions Model ID: ai21/jamba-large-1.7


API Usage

Python SDK

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

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

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

cURL

curl https://llm.wavespeed.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "ai21/jamba-large-1.7",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

  • Model: ai21/jamba-large-1.7
  • Provider: Ai21

Info

Anbieterai21
Typllm

Unterstützte Funktionen

Eingabe
Text
Ausgabe
Text
Kontext256,000
Max. Ausgabe4,096
Vision-
Function Calling✓ Unterstützt

API-Zugriffsanleitung

Base URLhttps://llm.wavespeed.ai/v1
API-Endpunktchat/completions
Modell-IDai21/jamba-large-1.7

Jamba Large 1.7 API

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...

Eingabe

$2 /M

Ausgabe

$8 /M

Kontext

256K

Max. Ausgabe

4K

Tool-Nutzung

Unterstützt

Jamba Large 1.7 auf WaveSpeedAI testen

Zugriff auf Jamba Large 1.7 über unsere einheitliche API — OpenAI-kompatibel, keine Kaltstarts, transparente Preise.

Häufige Fragen zu Jamba Large 1.7

Wie viel kostet die Jamba Large 1.7-API?+

Preise auf WaveSpeedAI: $2.00 pro Million Input-Tokens und $8.00 pro Million Output-Tokens. Prompt-Caching und Batch-Verarbeitung werden separat berechnet und reduzieren die effektiven Kosten bei langen, sich wiederholenden Workloads.

Wie groß ist das Kontextfenster von Jamba Large 1.7?+

Jamba Large 1.7 unterstützt bis zu 256K Kontext-Tokens und bis zu 4K Output-Tokens pro Anfrage.

Ist Jamba Large 1.7 OpenAI-kompatibel?+

Ja. WaveSpeedAI stellt Jamba Large 1.7 über einen OpenAI-kompatiblen Endpunkt unter https://llm.wavespeed.ai/v1 bereit. Richten Sie das offizielle OpenAI SDK mit Ihrem WaveSpeedAI-API-Schlüssel auf diese Base-URL — keine weiteren Codeänderungen erforderlich.

Wie starte ich mit Jamba Large 1.7?+

Bei WaveSpeedAI anmelden, in Access Keys einen API-Schlüssel erstellen und eine Anfrage an https://llm.wavespeed.ai/v1/chat/completions mit der oben angezeigten Model-ID senden. Neue Konten erhalten kostenlose Credits, um Jamba Large 1.7 zu testen.

Verwandte LLM-APIs

Jamba Large 1.7 | AI21 Hybrid SSM-Transformer API | WaveSpeedAI