API Platform
RodiumAi API documentation
One OpenAI-compatible gateway. Same SDK you already know, pointed at api.rodiumai.io — prepaid in RODI.
Developer quickstart
Make your first API request in minutes. Install the OpenAI package, set base_url to RodiumAi, and call any model.
…Build paths
Text generation
Chat completions for assistants, coding, and multimodal vision workflows.
Start with textImage generation
Generate images with OpenAI and Google models through /v1/images/generations.
Start with imagesVideo generation
Create short clips with Veo via /v1/videos/generations (same auth and base URL).
Start with videoAudio transcription
Turn speech into text with multipart /v1/audio/transcriptions.
Start with transcriptionText to speech
Synthesize audio with OpenAI-compatible /v1/audio/speech.
Start with speechEmbeddings
Vectorize text for search and RAG with OpenAI-compatible embeddings.
Start with embeddingsModels
Browse provider-scoped ids like openai/gpt-4o or google/veo-3.1-generate-preview. Pricing is always in RODI.
View all models