Deepgram STT - Error Thrown for Supported Language

I’m trying to set the following STT in AgentSessionOptions in the Node SDK:
new inference.STT({ model: 'deepgram/nova-3', language: 'he' })

Hebrew should be supported by nova-3 according to the docs:

But I’m getting this error:

failed to create session: failed to create provider instance for session my-session-id: language he not supported by model: deepgram/nova-3-general, deployment: standard

Thanks for pointing it out. Inference team will enable it.

Great, thanks. Any idea when I can expect it to be enabled?

The team has rolled it out. Give it a try.

Great, no error now.