Interface: TestModelRef
Makaio Framework / ai-adapters-core / TestModelRef
Interface: TestModelRef
Section titled “Interface: TestModelRef”Defined in: ../../../adapters/core/src/types/conformance-test-config.ts:15
Identifies a specific model offering for test execution.
Resolves to a provider definition ID + model name, optionally with a default reasoning effort level for tests that exercise reasoning.
Properties
Section titled “Properties”definitionId
Section titled “definitionId”definitionId:
string
Defined in: ../../../adapters/core/src/types/conformance-test-config.ts:17
Provider definition ID to test against (e.g., ‘anthropic’, ‘nanogpt’).
modelName
Section titled “modelName”modelName:
string
Defined in: ../../../adapters/core/src/types/conformance-test-config.ts:19
Model identifier within the provider (e.g., ‘haiku’, ‘gpt-4o-mini’).
reasoningEffort?
Section titled “reasoningEffort?”
optionalreasoningEffort?:"none"|"low"|"medium"|"high"|"extra-high"
Defined in: ../../../adapters/core/src/types/conformance-test-config.ts:21
Default reasoning effort for tests that exercise reasoning.