diff options
author | kqlio67 <kqlio67@users.noreply.github.com> | 2024-11-08 18:20:21 +0100 |
---|---|---|
committer | kqlio67 <kqlio67@users.noreply.github.com> | 2024-11-08 18:20:21 +0100 |
commit | db347ef09734f9292ba449b242186d89746c0b64 (patch) | |
tree | 673b96af58ac149c12bdc9d208e47eb4fc2223d3 /g4f/models.py | |
parent | Update (g4f/client/) (diff) | |
download | gpt4free-db347ef09734f9292ba449b242186d89746c0b64.tar gpt4free-db347ef09734f9292ba449b242186d89746c0b64.tar.gz gpt4free-db347ef09734f9292ba449b242186d89746c0b64.tar.bz2 gpt4free-db347ef09734f9292ba449b242186d89746c0b64.tar.lz gpt4free-db347ef09734f9292ba449b242186d89746c0b64.tar.xz gpt4free-db347ef09734f9292ba449b242186d89746c0b64.tar.zst gpt4free-db347ef09734f9292ba449b242186d89746c0b64.zip |
Diffstat (limited to 'g4f/models.py')
-rw-r--r-- | g4f/models.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/g4f/models.py b/g4f/models.py index 1223e785..8788ab77 100644 --- a/g4f/models.py +++ b/g4f/models.py @@ -688,6 +688,13 @@ flux = Model( ) +flux_pro = Model( + name = 'flux-pro', + base_provider = 'Flux AI', + best_provider = IterListProvider([Airforce]) + +) + flux_realism = Model( name = 'flux-realism', base_provider = 'Flux AI', @@ -983,6 +990,7 @@ class ModelUtils: ### Flux AI ### 'flux': flux, +'flux-pro': flux_pro, 'flux-realism': flux_realism, 'flux-anime': flux_anime, 'flux-3d': flux_3d, |