ArliAiModelContract

internal object ArliAiModelContract(source)

Defines the Room table and columns for cached ArliAI checkpoints.

Author

Dmitriy Moroz

Properties

Link copied to clipboard
const val CONFIG: String

Provider checkpoint config filename.

Link copied to clipboard
const val FILENAME: String

Provider checkpoint filename.

Link copied to clipboard
const val HASH: String

Short provider hash when ArliAI returns one.

Link copied to clipboard
const val ID: String

Stable checkpoint identifier used as the primary key.

Link copied to clipboard
const val NAME: String

Provider-facing checkpoint model name.

Link copied to clipboard
const val SHA256: String

Full SHA-256 model hash when ArliAI returns one.

Link copied to clipboard
const val TABLE: String

Room table containing ArliAI checkpoint metadata.

Link copied to clipboard
const val TITLE: String

Provider-facing checkpoint title.