// // SPDX-FileCopyrightText: Hadad // SPDX-License-Identifier: Apache-2.0 // const models = [ { value: 'flux', label: 'Flux' }, { value: 'kontext', label: 'Kontext' }, { value: 'turbo', label: 'Turbo' }, { value: 'nanobanana', label: 'Nano Banana' } ]; if (typeof module !== 'undefined' && module.exports) { module.exports = { models }; }