ChainGraph API Documentation / @badaitech/badai-api / GraphQL / IndexingCost
Type Alias: IndexingCost
IndexingCost =
object
Defined in: client/graphql.ts:603
Properties
completion_cost
completion_cost:
Scalars["Float"]["input"]
Defined in: client/graphql.ts:604
completion_tokens
completion_tokens:
Scalars["Int"]["input"]
Defined in: client/graphql.ts:605
embedding_cost
embedding_cost:
Scalars["Float"]["input"]
Defined in: client/graphql.ts:606
prompt_cost
prompt_cost:
Scalars["Float"]["input"]
Defined in: client/graphql.ts:607
prompt_tokens
prompt_tokens:
Scalars["Int"]["input"]
Defined in: client/graphql.ts:608