Types:
from getimg.types import Usage, ImageGenerateResponseMethods:
client.images.generate(**params) -> ImageGenerateResponse
Types:
from getimg.types.videos import GenerationCreateResponse, GenerationRetrieveResponseMethods:
client.videos.generations.create(**params) -> GenerationCreateResponseclient.videos.generations.retrieve(id) -> GenerationRetrieveResponse
Types:
from getimg.types import ModelListResponseMethods:
client.models.list(**params) -> ModelListResponse