Optional callable invoked with the raw model spec before initialization.
Runs before init_kwargs_factory is invoked and before init_chat_model
is called; if it raises, the factory does not run and no model is
constructed. Use for side-effectful checks that must run before
init_chat_model (e.g. minimum-version enforcement). Raise to abort
model construction.