Skip to content

Can't transcribe local audio file and got error message. #132

Closed Answered by shirgoldbird
wuzimi asked this question in General help
Discussion options

You must be logged in to vote

Hey @acerock6! The issue is that you're specifying an invalid model. enhanced is one of our tiers, and it has models like general and phonecall associated with it. So you could say "model": "general", "tier": "enhanced".

However, the en-IN language is not available for the enhanced tier. It is available on our base or nova tiers. A working set of options would be:

options = { "punctuate": True, "model": "general", "tier": "nova", "language": "en-IN" }

Check out our documentation for Language and Tier to learn more.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@acerock6
Comment options

@shirgoldbird
Comment options

Answer selected by shirgoldbird
@acerock6
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants