Meta on Zylo

Meta models & pricing

Meta models Call them through one OpenAI-compatible API, billed at base per-token rates.

Last updated June 5, 2026

Meta model pricing

Per 1M tokens, billed from your credit balance — no markup on usage. Prices load live from our catalogue.

ModelProviderContextInput / 1MOutput / 1M
Llama 4 MaverickMeta1M$0.15$0.60
Llama 3.3 70B InstructMeta131K$0.10$0.32
Llama 4 ScoutMeta10M$0.08$0.30
Llama 3.1 8BMeta131K$0.02$0.03
How pricing works. The number is the base rate per 1M tokens, deducted from prepaid credits — no usage markup. Zylo's flat 25% platform fee applies only when you add credits.

Quickstart

Keep the OpenAI SDK; set base_url to Zylo and pick a Meta model id.

Python
from openai import OpenAI

client = OpenAI(api_key="ZYLO_KEY", base_url="https://api.zyloai.net/v1")

response = client.chat.completions.create(
    model="llama-4",
    messages=[{"role": "user", "content": "Hello from Zylo!"}],
)
print(response.choices[0].message.content)

All Meta models

Frequently asked questions

Which Meta models can I use on Zylo?

Zylo currently offers 4 Meta text models, including Llama 4 Maverick, Llama 3.3 70B Instruct, Llama 4 Scout, Llama 3.1 8B. See the table above for live per-1M-token pricing.

How much do Meta models cost on Zylo?

Each Meta model is billed at its base per-token rate, deducted from prepaid credits — no markup on usage. Zylo's 25% platform fee applies only when you add credits.

Are Meta models OpenAI-compatible on Zylo?

Yes. Point any OpenAI SDK at https://api.zyloai.net/v1, use your Zylo key, and set the model id (e.g. llama-4).

Call Meta models in under 2 minutes

Free API key, OpenAI-compatible, local payments.

Get free API key