Modal logo

Modal

Modal is a serverless cloud platform optimized for AI, data, and Python workloads. The Modal SDK and API let developers deploy GPU-accelerated functions, batch jobs, sandboxed code execution, web endpoints, and scheduled tasks with sub-second cold starts and pay-per-second billing.

14 APIs 0 Features
AIServerlessComputePythonInferenceGPU

APIs

Modal Functions API

Defines, deploys, and invokes serverless Python Functions on Modal with per-function GPU/CPU/memory configuration, autoscaling, and sub-second cold starts.

Modal Apps API

Logical grouping of functions, classes, and resources deployed and versioned together as an App.

Modal Sandboxes API

Spins up isolated, GPU-capable sandbox containers for running untrusted code (LLM agents, tool use, code-interpreter workflows) with file-system and network controls.

Modal Images API

Builds, caches, and rehydrates container images with pip / conda / apt / uv layers and supports custom Dockerfiles for function and sandbox runtimes.

Modal Volumes API

Distributed read/write Volumes for persistent storage of model weights, datasets, and caches across function invocations.

Modal Network File Systems API

Network File Systems for shared, mountable file storage across multiple functions and sandboxes.

Modal Secrets API

Stores environment-variable secrets and API keys, mountable into functions and sandboxes at runtime.

Modal Web Endpoints API

Publishes HTTP, WebSocket, and ASGI/WSGI web endpoints (FastAPI, Flask, Streamlit) backed by serverless Modal containers with custom domains and TLS.

Modal Cron API

Schedules functions to run on cron expressions with retries, time-zone awareness, and job history.

Modal Queues API

Distributed FIFO queues for asynchronous workloads, work-stealing, and producer/consumer patterns across functions.

Modal Dicts API

Distributed dictionaries (key-value stores) for sharing state between functions and across container restarts.

Modal Tunnels API

Forwards local ports into Modal containers (and vice versa) for development, debugging, and hybrid networking.

Modal Environments API

Multi-environment isolation (dev / staging / prod) within a workspace, each with its own apps, secrets, and quotas.

Modal Token / Workspace API

Manages workspaces, tokens, members, and authentication for the Modal control plane.

Resources

🔗
Website
Website
🔗
Documentation
Documentation
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

apis.yml Raw ↑
aid: modal
url: https://raw.githubusercontent.com/api-evangelist/modal/refs/heads/main/apis.yml
name: Modal
x-type: company
description: >-
  Modal is a serverless cloud platform optimized for AI, data, and Python workloads. The Modal SDK and API let developers deploy GPU-accelerated functions, batch jobs, sandboxed code execution, web endpoints, and scheduled tasks with sub-second cold starts and pay-per-second billing.
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
tags:
  - AI
  - Serverless
  - Compute
  - Python
  - Inference
  - GPU
created: '2026-05-08'
modified: '2026-05-08'
specificationVersion: '0.19'
apis:
  - aid: modal:modal-functions-api
    name: Modal Functions API
    tags:
      - Functions
      - Serverless
      - Python
    image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    humanURL: https://modal.com/docs/guide/apps
    baseURL: https://api.modal.com
    properties:
      - url: https://modal.com/docs/guide/apps
        type: Documentation
      - url: https://modal.com/docs/reference/modal.Function
        type: API Reference
    description: >-
      Defines, deploys, and invokes serverless Python Functions on Modal with per-function GPU/CPU/memory configuration, autoscaling, and sub-second cold starts.
  - aid: modal:modal-apps-api
    name: Modal Apps API
    tags:
      - Apps
      - Deployments
    image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    humanURL: https://modal.com/docs/guide/apps
    baseURL: https://api.modal.com
    properties:
      - url: https://modal.com/docs/guide/apps
        type: Documentation
      - url: https://modal.com/docs/reference/modal.App
        type: API Reference
    description: >-
      Logical grouping of functions, classes, and resources deployed and versioned together as an App.
  - aid: modal:modal-sandboxes-api
    name: Modal Sandboxes API
    tags:
      - Sandboxes
      - Code Execution
      - Agents
    image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    humanURL: https://modal.com/docs/guide/sandbox
    baseURL: https://api.modal.com
    properties:
      - url: https://modal.com/docs/guide/sandbox
        type: Documentation
      - url: https://modal.com/docs/reference/modal.Sandbox
        type: API Reference
    description: >-
      Spins up isolated, GPU-capable sandbox containers for running untrusted code (LLM agents, tool use, code-interpreter workflows) with file-system and network controls.
  - aid: modal:modal-images-api
    name: Modal Images API
    tags:
      - Images
      - Containers
      - Build
    image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    humanURL: https://modal.com/docs/guide/images
    baseURL: https://api.modal.com
    properties:
      - url: https://modal.com/docs/guide/images
        type: Documentation
      - url: https://modal.com/docs/reference/modal.Image
        type: API Reference
    description: >-
      Builds, caches, and rehydrates container images with pip / conda / apt / uv layers and supports custom Dockerfiles for function and sandbox runtimes.
  - aid: modal:modal-volumes-api
    name: Modal Volumes API
    tags:
      - Volumes
      - Storage
      - Persistent
    image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    humanURL: https://modal.com/docs/guide/volumes
    baseURL: https://api.modal.com
    properties:
      - url: https://modal.com/docs/guide/volumes
        type: Documentation
      - url: https://modal.com/docs/reference/modal.Volume
        type: API Reference
    description: >-
      Distributed read/write Volumes for persistent storage of model weights, datasets, and caches across function invocations.
  - aid: modal:modal-network-file-systems-api
    name: Modal Network File Systems API
    tags:
      - File System
      - NFS
      - Storage
    image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    humanURL: https://modal.com/docs/guide/network-file-systems
    baseURL: https://api.modal.com
    properties:
      - url: https://modal.com/docs/guide/network-file-systems
        type: Documentation
    description: >-
      Network File Systems for shared, mountable file storage across multiple functions and sandboxes.
  - aid: modal:modal-secrets-api
    name: Modal Secrets API
    tags:
      - Secrets
      - Configuration
    image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    humanURL: https://modal.com/docs/guide/secrets
    baseURL: https://api.modal.com
    properties:
      - url: https://modal.com/docs/guide/secrets
        type: Documentation
      - url: https://modal.com/docs/reference/modal.Secret
        type: API Reference
    description: >-
      Stores environment-variable secrets and API keys, mountable into functions and sandboxes at runtime.
  - aid: modal:modal-web-endpoints-api
    name: Modal Web Endpoints API
    tags:
      - HTTP
      - Web
      - WSGI
      - ASGI
    image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    humanURL: https://modal.com/docs/guide/webhooks
    baseURL: https://api.modal.com
    properties:
      - url: https://modal.com/docs/guide/webhooks
        type: Documentation
    description: >-
      Publishes HTTP, WebSocket, and ASGI/WSGI web endpoints (FastAPI, Flask, Streamlit) backed by serverless Modal containers with custom domains and TLS.
  - aid: modal:modal-cron-api
    name: Modal Cron API
    tags:
      - Cron
      - Schedules
    image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    humanURL: https://modal.com/docs/guide/cron
    baseURL: https://api.modal.com
    properties:
      - url: https://modal.com/docs/guide/cron
        type: Documentation
    description: >-
      Schedules functions to run on cron expressions with retries, time-zone awareness, and job history.
  - aid: modal:modal-queues-api
    name: Modal Queues API
    tags:
      - Queues
      - Messaging
    image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    humanURL: https://modal.com/docs/reference/modal.Queue
    baseURL: https://api.modal.com
    properties:
      - url: https://modal.com/docs/reference/modal.Queue
        type: API Reference
    description: >-
      Distributed FIFO queues for asynchronous workloads, work-stealing, and producer/consumer patterns across functions.
  - aid: modal:modal-dicts-api
    name: Modal Dicts API
    tags:
      - Dicts
      - Key-Value Store
    image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    humanURL: https://modal.com/docs/reference/modal.Dict
    baseURL: https://api.modal.com
    properties:
      - url: https://modal.com/docs/reference/modal.Dict
        type: API Reference
    description: >-
      Distributed dictionaries (key-value stores) for sharing state between functions and across container restarts.
  - aid: modal:modal-tunnels-api
    name: Modal Tunnels API
    tags:
      - Tunnels
      - Networking
    image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    humanURL: https://modal.com/docs/guide/tunnels
    baseURL: https://api.modal.com
    properties:
      - url: https://modal.com/docs/guide/tunnels
        type: Documentation
    description: >-
      Forwards local ports into Modal containers (and vice versa) for development, debugging, and hybrid networking.
  - aid: modal:modal-environments-api
    name: Modal Environments API
    tags:
      - Environments
      - Workspaces
    image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    humanURL: https://modal.com/docs/guide/environments
    baseURL: https://api.modal.com
    properties:
      - url: https://modal.com/docs/guide/environments
        type: Documentation
    description: >-
      Multi-environment isolation (dev / staging / prod) within a workspace, each with its own apps, secrets, and quotas.
  - aid: modal:modal-token-api
    name: Modal Token / Workspace API
    tags:
      - Workspace
      - Tokens
      - Auth
    image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    humanURL: https://modal.com/docs/guide/workspaces
    baseURL: https://api.modal.com
    properties:
      - url: https://modal.com/docs/guide/workspaces
        type: Documentation
    description: >-
      Manages workspaces, tokens, members, and authentication for the Modal control plane.
common:
  - type: Website
    url: https://modal.com/
  - type: Documentation
    url: https://modal.com/docs
  - type: Plans
    url: plans/modal-plans-pricing.yml
  - type: RateLimits
    url: rate-limits/modal-rate-limits.yml
  - type: FinOps
    url: finops/modal-finops.yml
maintainers:
  - FN: Kin Lane
    email: [email protected]