{"slug":"modal","name":"Modal","owner":null,"repo":null,"category":"llm-gateways","lang":"","blurb":"Serverless GPU/CPU cloud where you define container + hardware in Python code and run per-second-billed inference, batch, and training jobs.","use_cases":"[]","alternatives":[],"stars":0,"pushed_at":null,"synced_at":null,"kind":"api","one_liner":"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_url":"https://modal.com/docs","signup_url":"https://modal.com/signup","pricing_model":"freemium","pricing_note":"Starter free with $30/mo credits; per-second GPU pricing (T4 to B200); Team plan $250/mo","auth_type":"api-key","agent_signup":"manual-only","agent_signup_note":"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","mcp_server":"","sdks":["Python","CLI"],"code_sample":"{\"lang\":\"python\",\"code\":\"import modal\\napp = modal.App(\\\"hello\\\")\\n\\n@app.function(gpu=\\\"A100\\\")\\ndef generate(prompt: str):\\n    # load model + run inference on the GPU\\n    return prompt.upper()\\n\\n@app.local_entrypoint()\\ndef main():\\n    print(generate.remote(\\\"hello from a serverless GPU\\\"))\"}","tags":["serverless-gpu","infrastructure","python"],"useCases":[],"codeSample":{"lang":"python","code":"import modal\napp = modal.App(\"hello\")\n\n@app.function(gpu=\"A100\")\ndef generate(prompt: str):\n    # load model + run inference on the GPU\n    return prompt.upper()\n\n@app.local_entrypoint()\ndef main():\n    print(generate.remote(\"hello from a serverless GPU\"))"},"oneLiner":"Serverless GPU/CPU cloud where you define container + hardware in Python code and run per-second-billed inference, batch, and training jobs.","docsUrl":"https://modal.com/docs","signupUrl":"https://modal.com/signup","pricingModel":"freemium","pricingNote":"Starter free with $30/mo credits; per-second GPU pricing (T4 to B200); Team plan $250/mo","authType":"api-key","agentSignup":"manual-only","agentSignupNote":"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","mcpServer":""}