What are default API call settings?

When in playground we have setted options like: Top P, temperature, Maximum length, Frequency penalty and Presence penalty, but when I make an API call, I don’t set any of the options above. So what is they default values?

1 Like

Check the API Reference page:

For Chat Completions API:

For Text Completions API:

3 Likes

Thank you very much, solved the doubts.

1 Like