browse · models · ai21
ai21 model — context 8K, capabilities: .
| Model ID | ai21-j2-light |
| Provider | ai21 |
| Family | j2-light |
| Status | active |
| Input $/MTok | $3 |
| Output $/MTok | $3 |
| Cache read $/MTok | — |
| Cache write $/MTok | — |
| Context window | 8,192 tokens (8K) |
| Max output | 8,192 tokens (8K) |
| 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-j2-light" }
}
}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-j2-light"}}}'