We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d77118 + 970a00c commit d99a158Copy full SHA for d99a158
2 files changed
packages/core/src/family.ts
@@ -387,6 +387,9 @@ export const ModelFamilyValues = [
387
388
// Groq
389
"groq",
390
+
391
+ // Elephant
392
+ "elephant",
393
] as const;
394
395
export const ModelFamily = z.enum(ModelFamilyValues);
providers/openrouter/models/openrouter/elephant-alpha.toml
@@ -0,0 +1,22 @@
1
+name = "Elephant (free)"
2
+family = "elephant"
3
+release_date = "2026-04-13"
4
+last_updated = "2026-04-13"
5
+attachment = false
6
+reasoning = true
7
+temperature = true
8
+tool_call = true
9
+structured_output = true
10
+open_weights = false
11
12
+[cost]
13
+input = 0.00
14
+output = 0.00
15
16
+[limit]
17
+context = 262_144
18
+output = 32_768
19
20
+[modalities]
21
+input = ["text"]
22
+output = ["text"]
0 commit comments