Skip to content

Commit 1ae228f

Browse files
committed
chore: remove flash lite
1 parent 2982961 commit 1ae228f

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

docs/server/deco.gen.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,6 @@ export type Null_4 = null;
825825
export type String_90 =
826826
| "openai:gpt-4.1-mini"
827827
| "google:gemini-2.5-pro"
828-
| "google:gemini-2.5-flash-lite-preview-06-17"
829828
| "anthropic:claude-sonnet-4"
830829
| "anthropic:claude-3.7-sonnet:thinking"
831830
| "openai:gpt-4.1"
@@ -1063,7 +1062,6 @@ export type Null_7 = null;
10631062
export type String_107 =
10641063
| "openai:gpt-4.1-mini"
10651064
| "google:gemini-2.5-pro"
1066-
| "google:gemini-2.5-flash-lite-preview-06-17"
10671065
| "anthropic:claude-sonnet-4"
10681066
| "anthropic:claude-3.7-sonnet:thinking"
10691067
| "openai:gpt-4.1"

packages/sdk/src/constants.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -142,16 +142,6 @@ export const WELL_KNOWN_MODELS: readonly Model[] = [
142142
isEnabled: true,
143143
hasCustomKey: false,
144144
},
145-
{
146-
id: "google:gemini-2.5-flash-lite-preview-06-17",
147-
model: "google:gemini-2.5-flash-lite-preview-06-17",
148-
name: "Google: Gemini 2.5 Flash Lite",
149-
logo: LOGOS.gemini,
150-
capabilities: ["reasoning", "image-upload", "file-upload"],
151-
byDeco: true,
152-
isEnabled: true,
153-
hasCustomKey: false,
154-
},
155145
{
156146
id: "anthropic:claude-sonnet-4",
157147
model: "anthropic:claude-sonnet-4",

0 commit comments

Comments
 (0)