known-types-openai 0.1.3

Well-known types for OpenAI APIs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// This is free and unencumbered software released into the public domain.

//! **OpenAI API: Usage**
//!
//! The **Usage API** provides detailed insights into your activity across the
//! OpenAI API. It also includes a separate [Costs
//! endpoint][/docs/api-reference/usage/costs], which offers visibility into
//! your spend, breaking down consumption by invoice line items and project IDs.
//! While the Usage API delivers granular usage data, it may not always
//! reconcile perfectly with the Costs due to minor differences in how usage and
//! spend are recorded. For financial purposes, we recommend using the [Costs
//! endpoint][/docs/api-reference/usage/costs] or the [Costs
//! tab][/settings/organization/usage] in the Usage Dashboard, which will
//! reconcile back to your billing invoice.
//!
//! [/docs/api-reference/usage/costs]: https://platform.openai.com/docs/api-reference/usage/costs
//! [/settings/organization/usage]: https://platform.openai.com/settings/organization/usage