#API uses gpt-3.5-turbo-0613 even when I specify gpt-3.5-turbo
2 messages · Page 1 of 1 (latest)
gpt-3.5-turbo is a pointer that goes to the most recent release model, which happens to be gpt-3.5-turbo-0613 right now. If you specified 0613, you would ALWAYS use 0613. However, once another release is made, gpt-3.5-turbo will automatically begin using the new release. This is a sign it's working correctly.