GPT API: Difference between revisions

4 bytes removed ,  15 July 2023
Line 13: Line 13:
<pre>
<pre>
  model: "gpt-3.5-turbo-16k-0613"
  model: "gpt-3.5-turbo-16k-0613"
</prev>
</pre>


In the example above, the '''gpt-3.5-turbo''' is the name of the model. The '''16k''' is the [[context length]] in [[tokens]]. The '''0613''' is the date when the model [[snapshot]] is taken, which is June 13th.  
In the example above, the '''gpt-3.5-turbo''' is the name of the model. The '''16k''' is the [[context length]] in [[tokens]]. The '''0613''' is the date when the model [[snapshot]] is taken, which is June 13th.  


'''Model Names:'''
'''Model Names and Context Window in # of Tokens'''
 
'''Context Window (# of Tokens)'''
{| class="wikitable"
{| class="wikitable"
|-
|-
223

edits