Skip to content

Latest commit

 

History

History
425 lines (275 loc) · 21 KB

File metadata and controls

425 lines (275 loc) · 21 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:

VideoToHdr

Types:

from runwayml.types import VideoToHdrCreateResponse

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:

ImageUpscale

Types:

from runwayml.types import ImageUpscaleCreateResponse

Methods:

VideoUpscale

Types:

from runwayml.types import VideoUpscaleCreateResponse

Methods:

Generate

Video

Types:

from runwayml.types.generate import VideoCreateResponse

Methods:

Image

Types:

from runwayml.types.generate import ImageCreateResponse

Methods:

Audio

Types:

from runwayml.types.generate import ReferenceVoice, ReferenceAudio, AudioCreateResponse

Methods:

Routers

Types:

from runwayml.types import (
    RouterCreateResponse,
    RouterRetrieveResponse,
    RouterUpdateResponse,
    RouterListResponse,
    RouterListRequestsResponse,
)

Methods:

Organization

Types:

from runwayml.types import OrganizationRetrieveResponse, OrganizationRetrieveUsageResponse

Methods:

Webapp

Types:

from runwayml.types.organization import WebappListUsageResponse

Methods:

AuditLogs

Types:

from runwayml.types.organization.webapp import AuditLogRetrieveResponse, AuditLogListResponse

Methods:

Avatars

Types:

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

Methods:

AvatarConversations

Types:

from runwayml.types import AvatarConversationRetrieveResponse, AvatarConversationListResponse

Methods:

AvatarVideos

Types:

from runwayml.types import AvatarVideoCreateResponse

Methods:

Documents

Types:

from runwayml.types import DocumentCreateResponse, DocumentRetrieveResponse, DocumentListResponse

Methods:

RealtimeSessions

Types:

from runwayml.types import (
    DeprecatedLivekit,
    RealtimeSessionCreateResponse,
    RealtimeSessionRetrieveResponse,
)

Methods:

Recipes

Types:

from runwayml.types import (
    RecipeAdLocalizationResponse,
    RecipeMarketingStockImageResponse,
    RecipeMultiShotVideoResponse,
    RecipeProductAdResponse,
    RecipeProductCampaignImageResponse,
    RecipeProductSwapResponse,
    RecipeProductUgcResponse,
)

Methods:

Voices

Types:

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

Methods:

Workflows

Types:

from runwayml.types import WorkflowRetrieveResponse, WorkflowListResponse, WorkflowRunResponse

Methods:

WorkflowInvocations

Types:

from runwayml.types import WorkflowInvocationRetrieveResponse

Methods: