# Infinite Studio > Infinite Studio is Infinite People's AI creation studio (studio.infinitepeople.ai): short videos with sound from a sentence and a picture or two, songs written and sung from a sentence or one's own lyrics; images, characters and 3D objects to come. One Infinite People account and one subscription for every Infinite product, projects that keep reference pictures, and a personal API key that does everything the app does. Infinite People (infinitepeople.ai) is a French company. The studio runs its video model (MiniMax H3) and its song model (ACE-Step 1.5) on its own GPUs; the direction help (rewriting a request, painting a first image, writing lyrics) uses OpenAI models. Every request is moderated before it runs. Videos and songs are kept 7 days; what is kept in a project (pictures, videos) stays until removed. ## Product - [Infinite Studio, the app](https://studio.infinitepeople.ai/): web and iOS. Free with a weekly quota (10 creations a week); Infinite People subscriptions Starter (9.99 €/month), Standard (19.99 €/month, adds the "Cinema" direction level) and Pro (49.99 €/month, adds the priority queue) widen the week and unlock longer videos and options. Videos of 5, 10 or 15 seconds, 16:9, with dialogue in any language. - Trades: Video (available), Song (available), Image, Character, 3D (coming). ## API - [API documentation (HTML)](https://studio.infinitepeople.ai/api/): make a video (`POST /v1/video/generate`), poll a job, upload pictures, make a song (`POST /v1/song/write` then `/v1/song/generate`), statuses, refusals, the week (`GET /v1/studio/me`). - [API documentation (Markdown)](https://studio.infinitepeople.ai/api/index.md): the same, for readers and language models. - [OpenAPI document](https://api.infinitepeople.ai/v1/studio/openapi.json): every route a key can reach, machine-readable. - Base URL `https://api.infinitepeople.ai/v1`, bearer key made in the app (Account > API access). A key reaches the studio's trades only, never the subscription. Feedback: `POST /v1/studio/feedback`. ## Optional - [Terms of use](https://studio.infinitepeople.ai/#terms): shown in the app; the service is on invitation during the beta.