API · Models
Text
Llama 3.3 70B Instruct
Where performance meets efficiency. This model supports high-performance conversational AI designed for content creation, enterprise applications, and research, offering advanced language understanding capabilities, including text summarization, classification, sentiment analysis, and code generation.
Tools
Context 128K·Max out 8.2K
Quickstart
import { streamText } from 'ai';
import { createOpenAICompatible } from '@ai-sdk/openai-compatible';
const blackbox = createOpenAICompatible({
name: 'blackbox',
apiKey: process.env.BLACKBOX_API_KEY!,
baseURL: 'https://api.blackbox.ai/v1',
});
const result = streamText({
model: blackbox('blackboxai/meta/llama-3.3-70b'),
prompt: 'Why is the sky blue?',
});
for await (const chunk of result.textStream) {
process.stdout.write(chunk);
}Specs & pricing
- Input $/M
- 0.72
- Output $/M
- 0.72
- Context window
- 128K
- Max output
- 8.2K
- Supported parameters
- —
Related models
| Model | Type | Context | Input $/M |
|---|---|---|---|
| Llama 3.1 70B | Text | 131.1K | 0.72 |
| Llama 3.1 8B | Text | 131.1K | 0.22 |
| Llama 3.2 3B | Text | 131.1K | 0.15 |
| Llama 3.2 1B | Text | 131.1K | 0.1 |
| Llama 4 Maverick 17B Instruct | Text | 128K | 0.24 |