We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the recent release of prompt caching, there are new properties for 'cached_tokens'.
"usage": { "prompt_tokens": 2006, "completion_tokens": 300, "total_tokens": 2306, "prompt_tokens_details": { "cached_tokens": 1920 }, "completion_tokens_details": { "reasoning_tokens": 0 } }
Would be good to get this added to this spec, so clients like the dotnet SDK can expose them.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With the recent release of prompt caching, there are new properties for 'cached_tokens'.
Would be good to get this added to this spec, so clients like the dotnet SDK can expose them.
The text was updated successfully, but these errors were encountered: