All models
Meta: Llama 3.3 70B Instruct
meta/llama-3.3-70b-instructby Metatext
Multilingual 70B instruction-tuned model with performance close to much larger models on reasoning, math and general knowledge.
- Input
- $0.72/M
- Output
- $0.72/M
- Context
- 128K tokens
- Max output
- 8.2K tokens
- Released
- Dec 2024
Providers
| Provider | Model ID | Input | Output | Context |
|---|---|---|---|---|
| Amazon Bedrock | us.meta.llama3-3-70b-instruct-v1:0 | $0.72/M | $0.72/M | 128K |
API
Use any OpenAI-compatible SDK. Create a key in your dashboard.
shell
curl https://getopentoken.com/v1/chat/completions \
-H "Authorization: Bearer $OPEN_TOKEN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "meta/llama-3.3-70b-instruct",
"messages": [{"role": "user", "content": "What is the meaning of life?"}]
}'