Example Usage
import (
"github.com/OpenRouterTeam/go-sdk/models/components"
)
value := components.SpeechRequestResponseFormatMp3
// Open enum: custom values can be created with a direct type cast
custom := components.SpeechRequestResponseFormat("custom_value")
Values
| Name | Value |
|---|---|
SpeechRequestResponseFormatMp3 | mp3 |
SpeechRequestResponseFormatPcm | pcm |