Skip to main content
Runpod is a cloud computing platform built for AI, machine learning, and general compute needs. Whether you’re or AI models, or deploying cloud-based applications for , Runpod provides scalable, high-performance GPU and CPU resources to power your workloads.

Access GPUs instantly

Use our model endpoints

Runpod offers Public Endpoints for instant API access to pre-deployed AI models for image, video, audio, and text generation. No deployment or infrastructure required—just create an API key and make a request:
import requests

response = requests.post(
    "https://api.runpod.ai/v2/black-forest-labs-flux-1-schnell/runsync",
    headers={
        "Authorization": "Bearer YOUR_API_KEY", # Replace YOUR_API_KEY with your actual API key
        "Content-Type": "application/json"
    },
    json={
        "input": {
            "prompt": "A beautiful sunset over mountains", # Customize your prompt
            "width": 1024,
            "height": 1024
        }
    }
)

result = response.json()
print(result["output"]["image_url"])
For a list of available models, see the model reference.

Guides and examples

High-performance clusters

Create a multi-node Instant Cluster for fully managed distributed GPU computing with high-speed networking between nodes.

Support