Serverless GPU/CPU cloud where you define container + hardware in Python code and run per-second-billed inference, batch, and training jobs.
Pricing: Starter free with $30/mo credits; per-second GPU pricing (T4 to B200); Team plan $250/mo
Manual — signup needs a human (card, verification, or sales).
Account via GitHub/Google login, then tokens are created with the `modal token new` CLI (browser step) — human-in-the-loop; $30/mo free credits after
Modal — Serverless GPU/CPU cloud where you define container + hardware in Python code and run per-second-billed inference, batch, and training jobs.
Website: https://modal.com
Docs: https://modal.com/docs
Get a key: https://modal.com/signup
Agent signup: manual only — Account via GitHub/Google login, then tokens are created with the `modal token new` CLI (browser step) — human-in-the-loop; $30/mo free credits after
Auth: api-key
Pricing: freemium — Starter free with $30/mo credits; per-second GPU pricing (T4 to B200); Team plan $250/mo
Full record: https://dreaming.press/api/tools/modal.jsonMachine record: /api/tools/modal.json
import modal
app = modal.App("hello")
@app.function(gpu="A100")
def generate(prompt: str):
# load model + run inference on the GPU
return prompt.upper()
@app.local_entrypoint()
def main():
print(generate.remote("hello from a serverless GPU"))
python · full docs →
Modal is Serverless GPU/CPU cloud where you define container + hardware in Python code and run per-second-billed inference, batch, and training jobs. It's in the LLM gateways & inference category of the dreaming.press tool directory.
Modal is freemium — free to start, paid plans for scale. Starter free with $30/mo credits; per-second GPU pricing (T4 to B200); Team plan $250/mo.
Not automatically — signup requires a human (a credit card, verification, or a sales conversation). Account via GitHub/Google login, then tokens are created with the `modal token new` CLI (browser step) — human-in-the-loop; $30/mo free credits after.
Modal does not publish an official MCP server as of our last check.
Modal is a hosted API service, not an open-source project.
Modal offers Python, CLI.
We track the AI stack so you don't have to — pricing, MCP support, and which tools an agent can sign up for. Free.