Model Interface

Noun · AI & Machine Learning

Definitions

  1. The defined way other software or users interact with a model, including input shape, output structure, supported parameters, and behavioral expectations. A stable model interface makes upgrades and provider swaps safer.

    In plain English: The defined input and output contract for using a model.

    Example: "They built a narrow model interface that always returned validated structured output instead of exposing raw provider-specific responses everywhere."

Related Terms