I have create a custom chat Assistance using OpenAI Assistant APIs included all 3 tools function-Calling, Retreival & code-interpretor.
code consists of creation of thread, get thread msgs, adding msg to thread, creating run and checking run APIs frequently.
WANT / HELP :
i want to find
- the total tokens
- API call count
- price per each request
4…pricing whenever it is using code interpretor ,retreival & function calling
i mean i have gone through the documentation but couldnt able to find the pricing.
Blockquote
since assistant API calling internally these tools for better output. How can i meter these token cost , Total API request count & tool utilisation cost for each input msg. ???
this is my Application UI
@logankilpatrick
@atty-openai