Skip to content

Latest commit

 

History

History
216 lines (137 loc) · 9.68 KB

File metadata and controls

216 lines (137 loc) · 9.68 KB

Tasks

Types:

from runwayml.types import TaskRetrieveResponse

Methods:

ImageToVideo

Types:

from runwayml.types import ImageToVideoCreateResponse

Methods:

VideoToVideo

Types:

from runwayml.types import VideoToVideoCreateResponse

Methods:

TextToVideo

Types:

from runwayml.types import TextToVideoCreateResponse

Methods:

TextToImage

Types:

from runwayml.types import TextToImageCreateResponse

Methods:

CharacterPerformance

Types:

from runwayml.types import CharacterPerformanceCreateResponse

Methods:

TextToSpeech

Types:

from runwayml.types import TextToSpeechCreateResponse

Methods:

SoundEffect

Types:

from runwayml.types import SoundEffectCreateResponse

Methods:

VoiceIsolation

Types:

from runwayml.types import VoiceIsolationCreateResponse

Methods:

VoiceDubbing

Types:

from runwayml.types import VoiceDubbingCreateResponse

Methods:

SpeechToSpeech

Types:

from runwayml.types import SpeechToSpeechCreateResponse

Methods:

Organization

Types:

from runwayml.types import OrganizationRetrieveResponse, OrganizationRetrieveUsageResponse

Methods:

Avatars

Types:

from runwayml.types import (
    AvatarCreateResponse,
    AvatarRetrieveResponse,
    AvatarUpdateResponse,
    AvatarListResponse,
)

Methods:

Documents

Types:

from runwayml.types import DocumentCreateResponse, DocumentRetrieveResponse, DocumentListResponse

Methods:

RealtimeSessions

Types:

from runwayml.types import RealtimeSessionCreateResponse, RealtimeSessionRetrieveResponse

Methods:

Voices

Types:

from runwayml.types import (
    VoiceCreateResponse,
    VoiceRetrieveResponse,
    VoiceListResponse,
    VoicePreviewResponse,
)

Methods: