Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,10 @@ The SDK provides access to models from multiple providers via the `og.TEE_LLM` e
- Gemini 2.5 Flash
- Gemini 2.5 Pro
- Gemini 2.5 Flash Lite
- Gemini 3 Pro
- Gemini 3 Flash
- Gemini 3.1 Pro
- Gemini 3.1 Flash Lite
- Gemini 3.5 Flash

#### xAI
- Grok 4
Expand Down
1 change: 1 addition & 0 deletions src/opengradient/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@ class TEE_LLM(str, Enum):
GEMINI_3_FLASH = "google/gemini-3-flash-preview"
GEMINI_3_1_PRO_PREVIEW = "google/gemini-3.1-pro-preview"
GEMINI_3_1_FLASH_LITE_PREVIEW = "google/gemini-3.1-flash-lite-preview"
GEMINI_3_5_FLASH = "google/gemini-3.5-flash"

# xAI Grok models via TEE
GROK_4 = "x-ai/grok-4"
Expand Down
Loading