File size: 433 Bytes
4f33245 358710a 4f33245 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
//
// 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' },
{ value: 'seedream', label: 'Seedream 4.0' }
];
if (typeof module !== 'undefined' && module.exports) {
module.exports = { models };
} |