image / model.js
hadadrjt's picture
image: Production!
4f33245
raw
history blame
383 Bytes
//
// 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 };
}