Interface
Surfaces where interaction occurs - APIs, schemas, protocols
3 concepts of this type
-
Function Calling
toolsAn API feature that allows LLMs to output structured function invocations rather than (or in addition to) natural language. The model is given function definitions (name, parameters, descriptions), an...
-
Inference Endpoint
deploymentAn API endpoint that accepts inference requests and returns model predictions. Inference endpoints abstract away the complexity of model serving—clients send requests (prompts) and receive responses (...
-
JSON Mode
toolsAn API setting that constrains model output to be valid JSON, without specifying a particular schema. JSON mode guarantees parseable JSON but not any specific structure—the model chooses the keys and ...