Skip to main content

Overview

LemonData provides access to Runway models. Total: 2 models available.

Chat Models

Model IDPricing
runwayml-gen4-turbo-10See dashboard
runwayml-gen4-turbo-5See dashboard

Usage

from openai import OpenAI

client = OpenAI(
    api_key="sk-your-lemondata-key",
    base_url="https://api.lemondata.cc/v1"
)

response = client.chat.completions.create(
    model="runwayml-gen4-turbo-10",
    messages=[{"role": "user", "content": "Hello!"}]
)
Prices shown are platform prices (~70% of official rates).