Skip to main content

ContentGenerationModel

No description

type ContentGenerationModel implements Node {
id: ID!
label: String!
description: String!
inputModalities: InputModalities!
lifecycle: ContentGenerationModelLifecycle!
provider: Provider!
enabled(hubId: ID!): Boolean!
}

Fields
Link copied!

ContentGenerationModel.id ● ID! non-null scalar
Link copied!

ContentGenerationModel.label ● String! non-null scalar
Link copied!

ContentGenerationModel.description ● String! non-null scalar
Link copied!

ContentGenerationModel.inputModalities ● InputModalities! non-null object
Link copied!

ContentGenerationModel.lifecycle ● ContentGenerationModelLifecycle! non-null object
Link copied!

ContentGenerationModel.provider ● Provider! non-null object
Link copied!

ContentGenerationModel.enabled ● Boolean! non-null scalar
Link copied!

ContentGenerationModel.enabled.hubId ● ID! non-null scalar
Link copied!

Interfaces
Link copied!

Node interface
Link copied!

An object with an ID

Returned by
Link copied!

contentGenerationModel query

Member of
Link copied!

ContentGenerationBriefTemplate object ● HubContentGenerationModel object