How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Lambda Inference API

Lambda Inference API is an OpenAI-compatible REST gateway at https://api.lambda.ai/v1 that serves hosted open-source language models (Llama, DeepSeek, Hermes, Qwen, and others) behind the standard OpenAI Chat Completions surface. Chat completion responses can be streamed as HTTP Server-Sent Events by setting "stream":true on the POST /chat/completions request body; the SSE stream emits chat.completion.chunk events terminated by a data [DONE] sentinel. As of 2026-05-29 Lambda has announced the Inference API is winding down in favor of customer self-hosted deployments on Lambda GPU instances.

Lambda Inference API is one of 13 APIs that Lambda publishes on the APIs.io network, described by an AsyncAPI event-driven specification.

Tagged areas include Artificial Intelligence, Chat, Completions, Inference, and LLM. The published artifact set on APIs.io includes API documentation and an AsyncAPI specification.

This event API exposes 1 operation across 1 channel, and defines 7 schemas. It is described by AsyncAPI 2.6.0, at version 1.0.0.

The API connects through a single server, api.lambda.ai/v1 (https).

1 operations 1 channels 7 schemas

Metadata

The identity and technical contract details declared by the specification.

Specification
AsyncAPI 2.6.0
API Version
1.0.0
Base URL
https://api.lambda.ai/v1
Resource Areas
1

Channels & Operations 1

Across 1 channel, the API surfaces 1 operation. Each is listed below with its action, channel, parameters, and response codes.

Channels 1
SUB
/chat/completions
Subscribe to streamed chat completion chunks (SSE).
streamChatCompletionChunks body

Messages & Schemas 7

The contract defines 7 schemas that model the data carried by its messages. The most detailed are ChatCompletionChunk (6 properties), ChatCompletionMessageToolCallChunk (4 properties), ChatCompletionChunkChoice (4 properties), ChatCompletionStreamResponseDelta (3 properties). Each schema is shown below with its type and property counts.

ChatCompletionChunk
message
A single SSE data: event carrying one JSON chat.completion.chunk object. Many of these are emitted per request, in order.
StreamDone
message
The literal SSE event data: [DONE] that marks end of stream. Not JSON; the payload is the string [DONE].
StreamDoneSentinel
string
End-of-stream sentinel. The full SSE line is data: [DONE]. The payload value modeled here is the string literal [DONE].
ChatCompletionChunk
object
Represents a streamed chunk of a chat completion response. Shape follows the OpenAI chat.completion.chunk schema that Lambda advertises compatibility with.
6 properties 5 required
ChatCompletionChunkChoice
object
4 properties 2 required
ChatCompletionStreamResponseDelta
object
A chat completion delta generated by a streamed model response. Fields are the OpenAI-compatible subset Lambda advertises.
3 properties
ChatCompletionMessageToolCallChunk
object
4 properties 1 required

Specification

The full machine-readable AsyncAPI contract behind this narrative.

Source

lambda-labs-asyncapi.yml Raw ↑

Other APIs Lambda publishes across the network.

Lambda Cloud API
Lambda 1-Click Clusters
Lambda Cloud Filesystems
Lambda Audit Events API
Lambda Fabric API
Lambda Filesystems API
Lambda Firewalls API
Lambda Images API
Lambda Instances API
Lambda Regions API
Lambda SSH keys API
Lambda Support Tickets API
Where this information came from

This is an independent, third-party profile of Lambda Inference API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.