Skip to content
Open
Show file tree
Hide file tree
Changes from 15 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
21 changes: 21 additions & 0 deletions providers/inferx/models/google/gemma-4-31b-it-fp8.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Gemma 4 31B IT FP8"
family = "gemma"
release_date = "2026-05"
last_updated = "2026-05-05"
attachment = false
reasoning = false
temperature = true
tool_call = true
open_weights = true

[cost]
input = 0.0
output = 0.0

[limit]
context = 262144
output = 8192

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/inferx/models/qwen/qwen3-coder-next-fp8-1m.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Qwen3 Coder Next FP8 1M"
family = "qwen"
release_date = "2026-05"
last_updated = "2026-05-12"
attachment = false
reasoning = true
temperature = true
tool_call = true
open_weights = true

[cost]
input = 0.0
output = 0.0

[limit]
context = 1024000
output = 8192

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/inferx/models/qwen/qwen3-coder-next-fp8.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Qwen3 Coder Next FP8"
family = "qwen"
release_date = "2026-05"
last_updated = "2026-05-08"
attachment = false
reasoning = true
temperature = true
tool_call = true
open_weights = true

[cost]
input = 0.0
output = 0.0

[limit]
context = 256144
output = 8192

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/inferx/models/qwen/qwen3.5-122b-a10b-nvfp4.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Qwen3.5 122B A10B NVFP4"
family = "qwen3.5"
release_date = "2026-05"
last_updated = "2026-05-13"
attachment = false
reasoning = true
temperature = true
tool_call = true
open_weights = true

[cost]
input = 0.0
output = 0.0

[limit]
context = 256144
output = 8192

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/inferx/models/qwen/qwen3.6-27b-fp8.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Qwen3.6 27B FP8"
family = "qwen3.6"
release_date = "2026-05"
last_updated = "2026-05-13"
attachment = false
reasoning = true
temperature = true
tool_call = true
open_weights = true

[cost]
input = 0.0
output = 0.0

[limit]
context = 262144
output = 8192

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/inferx/models/qwen/qwen3.6-35b-a3b-fp8.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Qwen3.6 35B A3B FP8"
family = "qwen3.6"
release_date = "2026-05"
last_updated = "2026-05-13"
attachment = false
reasoning = true
temperature = true
tool_call = true
open_weights = true

[cost]
input = 0.0
output = 0.0

[limit]
context = 262000
output = 8192

[modalities]
input = ["text"]
output = ["text"]
5 changes: 5 additions & 0 deletions providers/inferx/provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "InferX"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no logo?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added logo.svg per spec and updated provider.toml accordingly. Thank you so much.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks again. I addressed the logo feedback and fixed the validation issue as well. now waiting for workflow approval to rerun checks when you have a moment.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really appreciate your time reviewing this. Happy to make any additional changes if needed.

env = ["INFERX_API_KEY"]
npm = "@ai-sdk/openai-compatible"
api = "https://model.inferx.net/v1"
doc = "https://inferx.net"
Loading