mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
13 lines
1.6 KiB
Plaintext
13 lines
1.6 KiB
Plaintext
---
|
|
title: "STTInputAudio"
|
|
---
|
|
|
|
Base64-encoded audio to transcribe
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
|
|
| `data` | *str* | :heavy_check_mark: | Base64-encoded audio data (raw bytes, not a data URI) |
|
|
| `format_` | *str* | :heavy_check_mark: | Audio format (e.g., wav, mp3, flac, m4a, ogg, webm, aac). Supported formats vary by provider. | |