Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client.audio().transcriptions() is missing #140

Open
nathanfallet opened this issue Jan 20, 2025 · 1 comment
Open

client.audio().transcriptions() is missing #140

nathanfallet opened this issue Jan 20, 2025 · 1 comment

Comments

@nathanfallet
Copy link

We cannot follow https://platform.openai.com/docs/guides/speech-to-text as client.audio().transcriptions() is not available yet.

For now, the workaround is to use client.chat().completions() with ChatModel.GPT_4O_AUDIO_PREVIEW and ChatCompletionContentPartInputAudio.
But it could be a good thing to have it directly.

@TomerAberbach
Copy link
Collaborator

Yup, we don't have this endpoint just yet, but we're working on it

Thanks for documenting this workaround here :)

@TomerAberbach TomerAberbach changed the title No client.audio().transcriptions() available client.audio().transcriptions() is missing Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants