UploadPart
objectThe upload Part represents a chunk of bytes we can add to an Upload object.
The upload Part unique identifier, which can be referenced in API endpoints.
The Unix timestamp (in seconds) for when the Part was created.
The ID of the Upload object that this Part was added to.
The object type, which is always upload.part.
Allowed values:upload.part
UsageAudioSpeechesResult
objectThe aggregated audio speeches usage details of the specific time bucket.
Allowed values:organization.usage.audio_speeches.result
The number of characters processed.
The count of requests made to the model.
When group_by=project_id, this field provides the project ID of the grouped usage result.
When group_by=user_id, this field provides the user ID of the grouped usage result.
When group_by=api_key_id, this field provides the API key ID of the grouped usage result.
When group_by=model, this field provides the model name of the grouped usage result.
UsageAudioTranscriptionsResult
objectThe aggregated audio transcriptions usage details of the specific time bucket.
Allowed values:organization.usage.audio_transcriptions.result
The number of seconds processed.
The count of requests made to the model.
When group_by=project_id, this field provides the project ID of the grouped usage result.
When group_by=user_id, this field provides the user ID of the grouped usage result.
When group_by=api_key_id, this field provides the API key ID of the grouped usage result.
When group_by=model, this field provides the model name of the grouped usage result.
UsageCodeInterpreterSessionsResult
objectThe aggregated code interpreter sessions usage details of the specific time bucket.
Allowed values:organization.usage.code_interpreter_sessions.result
The number of code interpreter sessions.
When group_by=project_id, this field provides the project ID of the grouped usage result.
UsageCompletionsResult
objectThe aggregated completions usage details of the specific time bucket.
Allowed values:organization.usage.completions.result
The aggregated number of text input tokens used, including cached tokens. For customers subscribe to scale tier, this includes scale tier tokens.
The aggregated number of text input tokens that has been cached from previous requests. For customers subscribe to scale tier, this includes scale tier tokens.
The aggregated number of text output tokens used. For customers subscribe to scale tier, this includes scale tier tokens.
The aggregated number of audio input tokens used, including cached tokens.
The aggregated number of audio output tokens used.
The count of requests made to the model.
When group_by=project_id, this field provides the project ID of the grouped usage result.
When group_by=user_id, this field provides the user ID of the grouped usage result.
When group_by=api_key_id, this field provides the API key ID of the grouped usage result.
When group_by=model, this field provides the model name of the grouped usage result.
When group_by=batch, this field tells whether the grouped usage result is batch or not.