Model reference · open weights
Llama-3.3 is an open-weight language model from meta-llama, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.
Specifications
| Maker | meta-llama |
|---|---|
| Type | Language models |
| Parameters (lead) | 70.6B |
| Variants | 1 |
| Runs with | transformers |
| Based on | meta-llama/Llama-3.1-70B |
| Released | 2024-11-26 |
| Popularity | 340k downloads / month |
| Likes | 2,983 |
| Licence | Open, with conditions |
How it works
Variants
Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.
| Variant | Params | Precision | VRAM | Fits 16 GB | Weights |
|---|---|---|---|---|---|
| Llama-3.3-70B-Instruct | 70.6B | BF16 | ~162.3 GB | — | Weights ↗ |
Using it via the API
Once AxForge deploys llama-3-3 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (llama-3-3 below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/chat/completions \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"llama-3-3","messages":[{"role":"user","content":"Hello"}]}'
Licence
Open weights under llama3.3, which carries conditions (e.g. attribution or an acceptable-use clause). Worth a read before production use — we can walk you through it. Read the licence ↗