RodiumAi docs
Core concepts

Audio transcription

Upload an audio file (multipart) and get text back. Same base_url and rd_sk_* key as chat.

POSThttps://api.rodiumai.io/v1/audio/transcriptions

RodiumAi exposes OpenAI-compatible speech-to-text. Send a multipart form with file and model — use the official OpenAI package or plain HTTP.

Examples

Request parameters

ParameterTypeRequiredDescription
filefileRequiredAudio file to transcribe (multipart form field).
modelstringRequiredTranscription model id (e.g. google/gemini-2.5-flash, openai/whisper-1).
languagestringOptionalOptional ISO-639-1 language hint (e.g. en, fr).
promptstringOptionalOptional text to guide style or spelling of the transcript.
response_formatstringOptionalOutput format when supported (e.g. "json", "text", "verbose_json").
temperaturenumberOptionalSampling temperature between 0 and 1 when supported.

API reference: transcriptions