Back to catalog
MetaHosted on Luminet

Llama 5 Instruct

meta/llama-5-instruct

Try in Playground

Meta's next-gen open model. 70B active / 600B total MoE, native multimodal (text + image + audio), 2M context.

Context window
2Mtokens
Input price
$0.85/ 1M tokens
Output price
$2.60/ 1M tokens
P50 latency
145ms

Quick start

import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://api.luminet.ai/v1",
  apiKey: process.env.LUMINET_API_KEY,
});

const resp = await client.chat.completions.create({
  model: "meta/llama-5-instruct",
  messages: [{ role: "user", content: "Hello!" }],
});

Capabilities

textvisionaudiocode

Throughput: 285 tok/s · Released 2026-04