Aurixel
Models/Meta/llama-3.3-70b-groq
Meta

Llama 3.3 70B

Text
Context
131.1K
Max output
32.8K
Input
$0.1
/M tokens
Output
$0.32
/M tokens

The Meta Llama 3.3 multilingual large language model (LLM) is a pretrained and instruction tuned generative model in 70B (text in/text out).

Quick start

How to call

POST /v1/chat/completions
bash
curl https://conduit-api.aurixel.ai/v1/chat/completions \
  -H "Authorization: Bearer ck-YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"llama-3.3-70b-groq","messages":[{"role":"user","content":"Hello!"}]}'

→ OpenAI-compatible. Add "stream": true (+ "stream_options":{"include_usage":true}) for SSE.

Auth, billing & streaming → Quickstart

More from Meta