This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.
import VideoAPI let client = VideoAPI(authToken: YOUR_OPENAI_AUTH_TOKEN) let video = try await client.create( prompt: "A cute cat playing with a ball of yarn", model: .sora2Pro ) I was invited to OpenAI DevDay this year, where the new Sora APIs got announced. To play around with them, I built a simple Swift SDK that makes it super easy to integrate AI video generation into your iOS and macOS apps.…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.