# There is a mistake on the doc page of function calling

**URL:** https://community.openai.com/t/there-is-a-mistake-on-the-doc-page-of-function-calling/480887
**Category:** Documentation
**Tags:** bug
**Created:** [November 8, 2023, 2:36am UTC](https://community.openai.com/t/there-is-a-mistake-on-the-doc-page-of-function-calling/480887 "2023-11-08T02:36:36Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![pant](https://avatars.discourse-cdn.com/v4/letter/p/d78d45/32.png) [@pant](https://community.openai.com/u/pant)
#### Post date: [November 8, 2023, 2:36am UTC](https://community.openai.com/t/there-is-a-mistake-on-the-doc-page-of-function-calling/480887/1 "2023-11-08T02:36:36Z")

</div>

I’ve noticed a small error on the function-calling page; it appears that the latest GPT-3.5 model is listed as ‘gpt-3.5-turbo-1106’. Could you please confirm this is correct? Attached is a screenshot for your reference.

[Function Calling](https://platform.openai.com/docs/guides/function-calling)

 ![Screenshot 2023-11-08 at 10.30.06](https://us1.discourse-cdn.com/openai1/original/3X/3/e/3ed3f7008a1df025e1b714df4faa1be419cb812a.png)

---

<div class="post-metadata">

### Author: ![\_j](https://sea2.discourse-cdn.com/openai1/user_avatar/community.openai.com/_j/32/719663_2.png) [@\_j](https://community.openai.com/u/_j)
#### Post date: [November 8, 2023, 3:21am UTC](https://community.openai.com/t/there-is-a-mistake-on-the-doc-page-of-function-calling/480887/2 "2023-11-08T03:21:43Z")

</div>

I also noted that. Lower in this linked post than seen in the snippet. Easy to infer the correct model name though if you know yesterday’s date and compare to its cousin next door.

> [@Error in Python Library Command Line Example](https://community.openai.com/t/error-in-python-library-command-line-example/479081/2):
>
> Good spot. D:\\>openai api chat.completions.create -m gpt-3.5-turbo -g user "Hello banana" Hello! How may I assist you today? D:\\>openai api -h usage: openai api [-h] {chat.completions.create,images.generate,images.edit,images.create\_variation,audio.transcriptions.create,audio.translations.create,files.create,files.retrieve,files.delete,files.list,models.list,models.retrieve,models.delete,completions.create} ... positional arguments: {chat.completions.crea…
