Skip to content

Interface: TestModelRef

Makaio Framework


Makaio Framework / ai-adapters-core / 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.

definitionId: string

Defined in: ../../../adapters/core/src/types/conformance-test-config.ts:17

Provider definition ID to test against (e.g., ‘anthropic’, ‘nanogpt’).


modelName: string

Defined in: ../../../adapters/core/src/types/conformance-test-config.ts:19

Model identifier within the provider (e.g., ‘haiku’, ‘gpt-4o-mini’).


optional reasoningEffort?: "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.