File size: 383 Bytes
			
			| 4f33245 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | //
// SPDX-FileCopyrightText: Hadad <hadad@linuxmail.org>
// 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 };
} |