Lucee Function Reference

luceeaigetmetadata()

This feature is experimental and may be subject to change. If you encounter any issues while using this functionality, please report bugs and errors in our bug tracking system.
Retrieves metadata about a configured AI endpoint.
Returns information about the endpoint's configuration,
and optionally detailed information about available models and associated files.

Example

luceeaigetmetadata(string name,[boolean detailed]):struct

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Default Value Description
name string  Yes   The name of the AI endpoint to get metadata for. Can be either:
1. A direct endpoint name as configured in the Lucee Administrator
2. A default reference (e.g., "default:exception") which will resolve to the configured default endpoint for that category  
detailed boolean  No false When true, includes additional detailed information:
  • Models: List of available models with their names, labels, descriptions, and custom settings
  • Files: For file-capable engines, lists associated files with their IDs, purposes, sizes, creation dates, and status information