-
Notifications
You must be signed in to change notification settings - Fork 323
Add recent fireworks models #566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| name = "DeepSeek V3.2" | ||
| family = "deepseek-v3" | ||
| release_date = "2025-12-01" | ||
| last_updated = "2025-12-01" | ||
| attachment = false | ||
| reasoning = true | ||
| temperature = true | ||
| tool_call = true | ||
| knowledge = "2025-09" | ||
| open_weights = true | ||
|
|
||
| [cost] | ||
| input = 0.56 | ||
| output = 1.68 | ||
| cache_read = 0.28 | ||
|
|
||
| [limit] | ||
| context = 160_000 | ||
| output = 160_000 | ||
|
|
||
| [modalities] | ||
| input = ["text"] | ||
| output = ["text"] | ||
|
|
||
| [interleaved] | ||
| field = "reasoning_content" | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,3 +20,6 @@ output = 131_072 | |
| [modalities] | ||
| input = ["text"] | ||
| output = ["text"] | ||
|
|
||
| [interleaved] | ||
| field = "reasoning_content" | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| name = "GLM 4.6" | ||
| family = "glm-4" | ||
| release_date = "2025-10-01" | ||
| last_updated = "2025-10-01" | ||
| attachment = false | ||
| reasoning = true | ||
| temperature = true | ||
| tool_call = true | ||
| knowledge = "2025-04" | ||
| open_weights = true | ||
|
|
||
| [cost] | ||
| input = 0.55 | ||
| output = 2.19 | ||
| cache_read = 0.28 | ||
|
|
||
| [limit] | ||
| context = 198_000 | ||
| output = 198_000 | ||
|
|
||
| [modalities] | ||
| input = ["text"] | ||
| output = ["text"] | ||
|
|
||
| [interleaved] | ||
| field = "reasoning_content" |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| name = "GLM 4.7" | ||
| family = "glm-4" | ||
| release_date = "2025-12-22" | ||
| last_updated = "2025-12-22" | ||
| attachment = false | ||
| reasoning = true | ||
| temperature = true | ||
| tool_call = true | ||
| knowledge = "2025-04" | ||
| open_weights = true | ||
|
|
||
| [cost] | ||
| input = 0.60 | ||
| output = 2.20 | ||
| cache_read = 0.30 | ||
|
|
||
| [limit] | ||
| context = 198_000 | ||
|
Comment on lines
+9
to
+18
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. isn't this interleaved thinking model?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It is, but I dont know if it requires provider support. Does it "just work"? If that is the case
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also I based the definitions on the previous version of the models which don't document it either. should I just add it? |
||
| output = 198_000 | ||
|
|
||
| [modalities] | ||
| input = ["text"] | ||
| output = ["text"] | ||
|
|
||
| [interleaved] | ||
| field = "reasoning_content" | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isn't this an interleaved thinking model?