Model catalogue

Meta
Llama 3.3 70B Instruct
meta-llama/llama-3.3-70b-instruct
Specification
Published by the vendor; the platform bills at the target's declared price.
Llama 3.3 70B Instruct
open weights toolsMeta meta-llama/llama-3.3-70b-instruct
The Meta Llama 3.3 multilingual large language model (LLM) is a pretrained and instruction tuned generative model in 70B (text in/text out). The Llama 3.3 instruction tuned text only model...
- Input $/1M
- $0.10
- Output $/1M
- $0.32
- Context
- 131K
- Max output
- 16K
- Released
- Dec 6, 2024
- Modalities
- text
Intelligence index-
Coding index12
Agentic index-
On this deployment
1 target runs this model; traffic is measured over the last 30 days.
OpenAI SDKpython
from openai import OpenAI
client = OpenAI(base_url="https://api.opensmartroute.ai/v1", api_key="osr_live_...")
resp = client.chat.completions.create(
model="llm-onprem", # the target on this deployment that runs Llama 3.3 70B Instruct
messages=[{"role": "user", "content": "Summarise this in one sentence."}],
)
print(resp.model, resp.choices[0].message.content)Price among Meta models
Input list price per million tokens; Llama 3.3 70B Instruct is the 4th cheapest of 8 listed.
- 1$0.03
- 2$0.05
- 3$0.05
- 4$0.10Llama 3.3 70B Instruct
- 5$0.10
- 6$0.18
- 7$0.20
- 8$0.40
More from Meta
Other models by the same vendor in the catalogue.