mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
add Veo3 model support to backend
This commit is contained in:
committed by
psychedelicious
parent
5c9c8f0110
commit
7ea5bd5344
@@ -66,6 +66,7 @@ class UIType(str, Enum, metaclass=MetaEnum):
|
||||
ChatGPT4oModel = "ChatGPT4oModelField"
|
||||
Gemini2_5Model = "Gemini2_5ModelField"
|
||||
FluxKontextModel = "FluxKontextModelField"
|
||||
Veo3Model = "Veo3ModelField"
|
||||
# endregion
|
||||
|
||||
# region Misc Field Types
|
||||
|
||||
@@ -31,6 +31,7 @@ class BaseModelType(str, Enum):
|
||||
Gemini2_5 = "gemini-2.5"
|
||||
ChatGPT4o = "chatgpt-4o"
|
||||
FluxKontext = "flux-kontext"
|
||||
Veo3 = "veo3"
|
||||
|
||||
|
||||
class ModelType(str, Enum):
|
||||
|
||||
Reference in New Issue
Block a user