Skip to content

# pip install runwayml from runwayml import RunwayML # The env var RUNWAYML_API_SECRET is expected to contain your API key. client = RunwayML() task = client.text_to_video.create( model='veo3.1', prompt_text='A cute bunny hopping in a meadow', ratio='1280:720', duration=8, ).wait_for_task_output() print(task) #217

Description

@iid7oom21
No description provided.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions