## List **get** `/v1/models` List available grounded models ### Returns - `data: array of object { id, created, object, 2 more }` - `id: string` - `created: number` - `object: "model"` - `"model"` - `owned_by: string` - `_maps_to: optional string` - `object: "list"` - `"list"` ### Example ```http curl https://api.example.com/v1/models \ -H "Authorization: Bearer $CEMENTED_AI_API_KEY" ```