Lambda website screenshot

Lambda

Lambda gives your team instant access to the compute you need to build and deploy Artificial Intelligence. Lambda Cloud provides on-demand GPU instances powered by NVIDIA A100, H100, and other high-performance GPUs for deep learning training and inference workloads.

1 APIs 7 Features
Artificial IntelligenceCloud ComputingComputeDeep LearningGPUMachine Learning

APIs

Lambda Cloud API

The Lambda Cloud API allows you to manage GPU cloud instances programmatically. You can launch, list, restart, and terminate instances, manage SSH keys, list available instance ...

Collections

Pricing Plans

Lambda Plans Pricing

3 plans

PLANS

Rate Limits

Lambda Rate Limits

5 limits

RATE LIMITS

FinOps

Lambda Finops

FINOPS

Features

On-demand GPU cloud instances (A100, H100)
Persistent storage file systems
SSH key management
Jupyter notebook integration
RESTful API with API key authentication
Multiple region availability
Pre-installed deep learning frameworks

Use Cases

Training large language models and deep learning models
Running GPU-accelerated inference workloads
Provisioning ephemeral compute for ML experiments
Managing persistent datasets across training runs
Automating GPU infrastructure with CI/CD pipelines

Semantic Vocabularies

Lambda Context

0 classes · 4 properties

JSON-LD

Resources

🌐
Portal
Portal
🔗
Documentation
Documentation
🚀
GettingStarted
GettingStarted
🔑
Authentication
Authentication
💰
Pricing
Pricing
📰
Blog
Blog
🟢
StatusPage
StatusPage
💬
Support
Support
📝
Signup
Signup
📦
SDKs
SDKs
👥
GitHubOrganization
GitHubOrganization
🔗
JSONSchema
JSONSchema
🔗
JSONLD
JSONLD

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Lambda Cloud API
  version: v1
request:
  auth:
    type: basic
    username: '{{username}}'
    password: '{{password}}'
items:
- info:
    name: Instances
    type: folder
  items:
  - info:
      name: List Running Instances
      type: http
    http:
      method: GET
      url: https://cloud.lambdalabs.com/api/v1/instances
    docs: Returns a list of all running instances in your account.
  - info:
      name: Launch An Instance
      type: http
    http:
      method: POST
      url: https://cloud.lambdalabs.com/api/v1/instance-operations/launch
      body:
        type: json
        data: '{}'
    docs: Launches one or more instances with the given configuration. Returns the IDs of the launched instances.
  - info:
      name: Restart Instances
      type: http
    http:
      method: POST
      url: https://cloud.lambdalabs.com/api/v1/instance-operations/restart
      body:
        type: json
        data: '{}'
    docs: Restarts the given instances.
  - info:
      name: Terminate Instances
      type: http
    http:
      method: POST
      url: https://cloud.lambdalabs.com/api/v1/instance-operations/terminate
      body:
        type: json
        data: '{}'
    docs: Terminates the given instances.
  - info:
      name: Get Instance Details
      type: http
    http:
      method: GET
      url: https://cloud.lambdalabs.com/api/v1/instances/:id
      params:
      - name: id
        value: ''
        type: path
        description: The unique identifier of the instance.
    docs: Returns details for a specific instance.
- info:
    name: Instance Types
    type: folder
  items:
  - info:
      name: List Instance Types
      type: http
    http:
      method: GET
      url: https://cloud.lambdalabs.com/api/v1/instance-types
    docs: Returns a list of available instance types with their specifications and region availability.
- info:
    name: SSH Keys
    type: folder
  items:
  - info:
      name: List SSH Keys
      type: http
    http:
      method: GET
      url: https://cloud.lambdalabs.com/api/v1/ssh-keys
    docs: Returns a list of SSH keys saved in your account.
  - info:
      name: Add SSH Key
      type: http
    http:
      method: POST
      url: https://cloud.lambdalabs.com/api/v1/ssh-keys
      body:
        type: json
        data: '{}'
    docs: Adds an SSH key to your account.
  - info:
      name: Delete SSH Key
      type: http
    http:
      method: DELETE
      url: https://cloud.lambdalabs.com/api/v1/ssh-keys/:id
      params:
      - name: id
        value: ''
        type: path
        description: The unique identifier of the SSH key.
    docs: Deletes an SSH key from your account.
- info:
    name: File Systems
    type: folder
  items:
  - info:
      name: List File Systems
      type: http
    http:
      method: GET
      url: https://cloud.lambdalabs.com/api/v1/file-systems
    docs: Returns a list of persistent storage file systems.
- info:
    name: Images
    type: folder
  items:
  - info:
      name: List Images
      type: http
    http:
      method: GET
      url: https://cloud.lambdalabs.com/api/v1/images
    docs: Returns a list of available machine images.
bundled: true