image / model.js
hadadrjt's picture
image: Add Seedream 4.0 model.
358710a
//
// SPDX-FileCopyrightText: Hadad <[email protected]>
// 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 };
}