Error
A valid request URL is required to generate request examples{
"duration": 123,
"language": "<string>",
"logprobs": [
{
"bytes": [
123
],
"logprob": 123,
"token": "<string>"
}
],
"segments": [
{
"id": 123,
"seek": 123,
"start": 123,
"end": 123,
"text": "<string>",
"tokens": [
123
],
"temperature": 123,
"avg_logprob": 123,
"compression_ratio": 123,
"no_speech_prob": 123
}
],
"task": "<string>",
"text": "<string>",
"usage": {
"input_tokens": 123,
"input_token_details": {
"text_tokens": 123,
"audio_tokens": 123
},
"output_tokens": 123,
"total_tokens": 123,
"seconds": 123
},
"words": [
{
"word": "<string>",
"start": 123,
"end": 123
}
],
"extra_fields": {
"request_type": "<string>",
"model_requested": "<string>",
"model_deployment": "<string>",
"latency": 123,
"chunk_index": 123,
"raw_request": {},
"raw_response": {},
"cache_debug": {
"cache_hit": true,
"cache_id": "<string>",
"hit_type": "<string>",
"requested_provider": "<string>",
"requested_model": "<string>",
"provider_used": "<string>",
"model_used": "<string>",
"input_tokens": 123,
"threshold": 123,
"similarity": 123
}
}
}Audio
Create transcription
Transcribes audio into text in the input language.
POST
/
v1
/
audio
/
transcriptions
Error
A valid request URL is required to generate request examples{
"duration": 123,
"language": "<string>",
"logprobs": [
{
"bytes": [
123
],
"logprob": 123,
"token": "<string>"
}
],
"segments": [
{
"id": 123,
"seek": 123,
"start": 123,
"end": 123,
"text": "<string>",
"tokens": [
123
],
"temperature": 123,
"avg_logprob": 123,
"compression_ratio": 123,
"no_speech_prob": 123
}
],
"task": "<string>",
"text": "<string>",
"usage": {
"input_tokens": 123,
"input_token_details": {
"text_tokens": 123,
"audio_tokens": 123
},
"output_tokens": 123,
"total_tokens": 123,
"seconds": 123
},
"words": [
{
"word": "<string>",
"start": 123,
"end": 123
}
],
"extra_fields": {
"request_type": "<string>",
"model_requested": "<string>",
"model_deployment": "<string>",
"latency": 123,
"chunk_index": 123,
"raw_request": {},
"raw_response": {},
"cache_debug": {
"cache_hit": true,
"cache_id": "<string>",
"hit_type": "<string>",
"requested_provider": "<string>",
"requested_model": "<string>",
"provider_used": "<string>",
"model_used": "<string>",
"input_tokens": 123,
"threshold": 123,
"similarity": 123
}
}
}Authorizations
BearerAuthBasicAuthVirtualKeyAuthApiKeyAuth
Bearer token authentication. Use your provider API key or Bifrost authentication token.
Virtual keys (prefixed with sk-bf-) can also be passed here.
Body
multipart/form-data
Response
Successful response
Was this page helpful?
⌘I

