For the complete documentation index, see llms.txt. This page is also available as Markdown.

cloudModelInfo

Structured identity of a foundation model.

Examples

type CloudModelInfo {
  moduleName: String
  moduleVersion: String
  vendor: String
  family: String
  modelClass: String
  where: String
  matched: String
}

Fields

Field
Description
Supported fields

moduleName String

Canonical lowercase name of the model, without a version suffix.

moduleVersion String

Version of the model parsed from its reference.

vendor String

Organization that produces the model.

family String

Model family the model belongs to.

modelClass String

Capability classification of the model.

where String

Location where the model identity was detected.

matched String

Literal value that matched during model detection.

References

Fields with this object:

Last updated