browse · models · ai21
ai21 model — context 256K, capabilities: .
| Model ID | ai21-jamba-large-1.7 |
| Provider | ai21 |
| Family | jamba-large |
| Status | active |
| Input $/MTok | $2 |
| Output $/MTok | $8 |
| Cache read $/MTok | — |
| Cache write $/MTok | — |
| Context window | 256,000 tokens (256K) |
| Max output | 256,000 tokens (256K) |
| Input modalities | text |
| Output modalities | text |
| Capabilities | |
| Supported parameters | max_tokenstemperaturetop_p |
| Knowledge cutoff | 1970-01 |
| Release date | 1970-01-01 |
| Last synced | 2026-05-13 |
| Deprecated | — |
| Official docs | Open docs |
| Intelligence index | not measured |
| Throughput | — |
// claude-desktop / cursor / windsurf
{
"jsonrpc": "2.0",
"method": "tools/call",
"id": 1,
"params": {
"name": "get_model_pricing",
"arguments": { "model_id": "ai21-jamba-large-1.7" }
}
}curl -X POST https://mcp.aiworkflowmcp.com/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"tools/call","id":1,"params":{"name":"get_model_pricing","arguments":{"model_id":"ai21-jamba-large-1.7"}}}'