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 Artificial Intelligence, Large Language Models, Machine-Learning, Meta, and Open-Source.

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

16.2/100 emerging ▬ flat Agent 3/100 human only Full breakdown ↓
scored 2026-08-25 · rubric v0.14.0
AccessFreemium
4 APIs
Artificial IntelligenceLarge Language ModelsMachine-LearningMetaOpen-SourceLLMNatural Language Processing

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-25 · rubric v0.14.0
Composite quality — 16.2/100 · emerging
Contract Quality 0.0 / 25
Developer Ergonomics 5.2 / 20
Access Clarity 3.2 / 20
Operational Transparency 1.4 / 13
Contract Governance 0.0 / 12
Discoverability 6.5 / 10
Agent readiness — 3/100 · human only
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 10
Documented Reversibility 0 / 6
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
Delegated User Identity 0 / 6
Protected Resource Metadata 0 / 5
Registration Without a Human 0 / 6
Agentic Commerce Surface 0 / 5
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:
- Artificial Intelligence
- Large Language Models
- Machine-Learning
- Meta
- Open-Source
- LLM
- Natural Language Processing
tags_raw:
- 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.23'
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
  - Artificial Intelligence
  tags_raw:
  - 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
  tags_raw:
  - 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
  tags_raw:
  - 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
  tags_raw:
  - 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

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/llama"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/llama/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/llama/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.