Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,798 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When calling the Assistant API, does it create additional tokens on top of the ones used for system and user prompts (messages)? Is code interpreter cost seperate?
Thanks for the question, Here is the document for Azure Open AI pricing. There are no additional tokens generated beyond the prompt and completions (inference tokens) from the base model used with each Assistant. Code interpreter cost is separate, but that has nothing to do with tokens generated.