Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 466 Bytes

CreateEmbeddingResponseUsage.md

File metadata and controls

20 lines (14 loc) · 466 Bytes

OpenapiClient::CreateEmbeddingResponseUsage

Properties

Name Type Description Notes
prompt_tokens Integer The number of tokens used by the prompt.
total_tokens Integer The total number of tokens used by the request.

Example

require 'openapi_client'

instance = OpenapiClient::CreateEmbeddingResponseUsage.new(
  prompt_tokens: null,
  total_tokens: null
)