Llama website screenshot

Llama

Llama is Meta's family of open-weight large language models, available for download, self-hosting, and via Meta's hosted Llama API for chat completions, text generation, and embeddings. The ecosystem also includes the open-source llama-models, llama-stack, and PurpleLlama safety projects on GitHub.

Llama publishes 4 APIs on the APIs.io network. Tagged areas include AI, Large Language Models, Machine Learning, Meta, and Open Source.

Llama’s developer surface includes documentation, developer portal, and 6 more developer resources.

23.9/100 emerging ▬ flat Agent 3/100 human only Full breakdown ↓
scored 2026-08-05 · rubric v0.9.1
AccessFreemium
4 APIs
AILarge Language ModelsMachine LearningMetaOpen SourceLLMNatural Language Processing

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-05 · rubric v0.9.1
Composite quality — 23.9/100 · emerging
Contract Quality 0.0 / 25
Developer Ergonomics 4.8 / 20
Commercial Clarity 7.9 / 20
Operational Transparency 4.8 / 13
Governance 0.0 / 12
Discoverability 6.5 / 10
Agent readiness — 3/100 · human only
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 10
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/llama: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 4

Individual APIs this provider publishes, each with its own machine-readable definition.

Llama API

Meta's hosted REST API providing access to Llama large language models for chat completions, text generation, and embeddings. Authentication is via API key issued through llama....

Llama Models (open weights)

Open-weight Llama model family available for direct download and self-hosted inference, distributed under Meta's Llama Community License.

Llama Stack

Open-source framework standardizing the building blocks for Llama-based generative AI applications, including inference, safety, agents, and evaluation, with REST and SDK access...

PurpleLlama

Open-source project providing tools and evaluations for assessing and improving the safety and security of generative AI models, including Llama Guard and CyberSecEval.

Pricing Plans 1

Published pricing tiers and plan structures.

Llama Plans Pricing

3 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Llama Rate Limits

5 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Llama Finops

FINOPS

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Llama Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Commercial 1

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: llama
name: Llama
description: Llama is Meta's family of open-weight large language models, available for download, self-hosting, and via Meta's
  hosted Llama API for chat completions, text generation, and embeddings. The ecosystem also includes the open-source llama-models,
  llama-stack, and PurpleLlama safety projects on GitHub.
type: Index
accessModel:
  pricing: freemium
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Freemium
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
position: Producing
access: 3rd-Party
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/llama.png
tags:
- AI
- Large Language Models
- Machine Learning
- Meta
- Open Source
- LLM
- Natural Language Processing
url: https://raw.githubusercontent.com/api-evangelist/llama/refs/heads/main/apis.yml
created: '2024-01-15'
modified: '2026-04-28'
specificationVersion: '0.19'
apis:
- aid: llama:llama-api
  name: Llama API
  description: Meta's hosted REST API providing access to Llama large language models for chat completions, text generation,
    and embeddings. Authentication is via API key issued through llama.developer.meta.com.
  humanURL: https://llama.developer.meta.com/docs/overview/
  baseURL: https://api.llama.com
  tags:
  - LLM
  - Chat
  - Embeddings
  - AI
  properties:
  - type: Documentation
    url: https://llama.developer.meta.com/docs/overview/
  - type: GettingStarted
    url: https://llama.developer.meta.com/docs/getting-started/
  - type: Portal
    url: https://llama.developer.meta.com/
  - type: Waitlist
    url: https://llama.developer.meta.com/join_waitlist
- aid: llama:llama-models
  name: Llama Models (open weights)
  description: Open-weight Llama model family available for direct download and self-hosted inference, distributed under Meta's
    Llama Community License.
  humanURL: https://www.llama.com/llama-downloads/
  tags:
  - Open Source
  - Models
  - Self-Hosted
  properties:
  - type: Documentation
    url: https://www.llama.com/llama-downloads/
  - type: GitHub
    url: https://github.com/meta-llama/llama-models
  - type: License
    url: https://www.llama.com/llama3/license/
- aid: llama:llama-stack
  name: Llama Stack
  description: Open-source framework standardizing the building blocks for Llama-based generative AI applications, including
    inference, safety, agents, and evaluation, with REST and SDK access across multiple providers.
  humanURL: https://github.com/meta-llama/llama-stack
  tags:
  - Framework
  - Agents
  - SDK
  - Open Source
  properties:
  - type: Documentation
    url: https://llama-stack.readthedocs.io/
  - type: GitHub
    url: https://github.com/meta-llama/llama-stack
- aid: llama:purple-llama
  name: PurpleLlama
  description: Open-source project providing tools and evaluations for assessing and improving the safety and security of
    generative AI models, including Llama Guard and CyberSecEval.
  humanURL: https://github.com/meta-llama/PurpleLlama
  tags:
  - Safety
  - Security
  - Open Source
  properties:
  - type: Documentation
    url: https://github.com/meta-llama/PurpleLlama
  - type: GitHub
    url: https://github.com/meta-llama/PurpleLlama
common:
- type: DomainSecurity
  url: security/llama-domain-security.yml
- type: Website
  url: https://www.llama.com/
- type: Documentation
  url: https://llama.developer.meta.com/docs/overview/
- type: Portal
  url: https://llama.developer.meta.com/
- type: Reference
  url: https://ai.meta.com/llama/
- type: GitHubOrganization
  url: https://github.com/meta-llama
- type: License
  url: https://www.llama.com/llama3/license/
- type: AcceptableUsePolicy
  url: https://www.llama.com/llama3/use-policy/
maintainers:
- FN: API Evangelist
  email: info@apievangelist.com