Skip to main content

Overview

LemonData provides access to Meta models. Total: 7 models available.

Chat Models

Model IDPricing
llama-3.1-8bSee dashboard
llama-3.2-11b-vision-instructSee dashboard
llama-3.2-1b-instructSee dashboard
llama-3.2-3b-instructSee dashboard
llama-3.2-90b-vision-instructSee dashboard
llama-4-maverickSee dashboard
llama-4-scoutSee dashboard

Usage

from openai import OpenAI

client = OpenAI(
    api_key="sk-your-lemondata-key",
    base_url="https://api.lemondata.cc/v1"
)

response = client.chat.completions.create(
    model="llama-3.1-8b",
    messages=[{"role": "user", "content": "Hello!"}]
)
Prices shown are platform prices (~70% of official rates).