Skip to content

Commit 0443ace

Browse files
Add Fireworks AI provider to GLM 5.1 (#1275)
https://getkiln.slack.com/archives/C0AG8U78MNG/p1776274097954549?thread_ts=1776273210.799549&cid=C0AG8U78MNG Co-authored-by: Claude <noreply@anthropic.com>
1 parent 3e7fec5 commit 0443ace

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

libs/core/kiln_ai/adapters/ml_model_list.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6373,6 +6373,12 @@ class KilnModel(BaseModel):
63736373
structured_output_mode=StructuredOutputMode.json_instructions,
63746374
reasoning_capable=True,
63756375
),
6376+
KilnModelProvider(
6377+
name=ModelProviderName.fireworks_ai,
6378+
model_id="accounts/fireworks/models/glm-5p1",
6379+
structured_output_mode=StructuredOutputMode.json_instructions,
6380+
reasoning_capable=True,
6381+
),
63766382
KilnModelProvider(
63776383
name=ModelProviderName.together_ai,
63786384
model_id="zai-org/GLM-5.1",

0 commit comments

Comments
 (0)