Required parameter model was null or undefined when calling createTranscription({...}) #1037
-
|
Hey everyone, I am struggling to understand what's wrong with the API call function (NodeJS). but all good and works fine if I call this way: What is wrong? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi there! Usually we prefer SDK-specific issues be added to the repo for that SDK – you can create node.js SDK issues in The SDK auto-generator we are using currently only supports the second format for API endpoints that accept multipart form-data, so unfortunately we're stuck with that format for a little while. We display this in the example code on our website: We hope to improve this to be object-based in the future! |
Beta Was this translation helpful? Give feedback.

Hi there! Usually we prefer SDK-specific issues be added to the repo for that SDK – you can create node.js SDK issues in
openai-noderepo here: https://github.com/openai/openai-node/issuesThe SDK auto-generator we are using currently only supports the second format for API endpoints that accept multipart form-data, so unfortunately we're stuck with that format for a little while. We display this in the example code on our website:
We hope to improve this to be object-based in the future!