Llama 3.3 70B Instruct
StableLarge Language ModelMetaThe 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...
Overview
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... Llama 3.3 70B Instruct is served through the PARROTSIGHT unified API at Meta's list price, with the same authentication, metering and regional pinning (MY / SG / ID) as every native model. No separate provider account is required.
- 131K token context
- OpenAI-compatible endpoint — migrate with a two-line change
- Streaming (SSE) supported for all text outputs
- Billed at provider list price, metered per token
Capabilities
API
https://api.parrotsight.com/v1/chat/completions
curl -X POST https://api.parrotsight.com/v1/chat/completions \
-H "Authorization: Bearer $PS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"meta-llama/llama-3.3-70b-instruct","messages":[{"role":"system","content":"You are a concise bilingual assistant."},{"role":"user","content":"Summarise this quarter's platform metrics in Malay and English."}],"stream":true}'Version history
- v2024.12Latest2024-12-06
Added to the PARROTSIGHT catalogue at Meta list pricing.
More models
View all modelsQwen3.8 2.4T A95B
Qwen3.8 2.4T A95B is an open-weight sparse mixture-of-experts model from Qwen and the open-weight variant of Qwen3.8 Max, with 95 billion active parameters out of 2.4 trillion total. It is...
Qwen3.7 Max
Qwen3.7-Max is the flagship model in Alibaba's Qwen3.7 series. It supports text input and output and is designed for agent-centric workloads, with particular strengths in coding, office and productivity tasks,...