You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
We don't charge per token, so OpenAI “usage” metrics are not particularly relevant. We'll be extending this data with more direct CPU/GPU resource utilization measurements for users who are interested, or need to pass real usage based pricing on to their own customers.
109
109
{% endhint %}
110
110
111
-
The above is an example using our open-source AI SDK withmistral, an incredibly popular and highly efficient 7 billion parameter model.
111
+
The above is an example using our open-source AI SDK withzephyr-7b-beta, an incredibly popular and highly efficient 7 billion parameter model.
112
112
113
113
Notice there is near one to one relation between the parameters and return type of OpenAI’s`chat.completions.create` and our`chat_completion_create`.