Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
3 changes: 3 additions & 0 deletions providers/nextbit/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions providers/nextbit/models/alia-salamandra:40b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "ALIA Salamandra 40B"
release_date = "2026-01-01"
last_updated = "2026-01-01"
attachment = false
reasoning = false
temperature = true
tool_call = true
structured_output = true
open_weights = true

[cost]
input = 0.30
output = 0.60

[limit]
context = 32_768
output = 32_768

[modalities]
input = ["text"]
output = ["text"]
10 changes: 10 additions & 0 deletions providers/nextbit/models/deepseek:qwen3-r1-32b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[extends]
from = "alibaba-cn/deepseek-r1-distill-qwen-32b"

[cost]
input = 0.29
output = 0.29

[limit]
context = 32_768
output = 32_768
23 changes: 23 additions & 0 deletions providers/nextbit/models/euryale:33-70b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "Llama 3.3 Euryale 70B"
family = "llama"
release_date = "2024-12-18"
last_updated = "2024-12-18"
attachment = false
reasoning = false
temperature = true
tool_call = false
structured_output = true
knowledge = "2023-12-31"
open_weights = true

[cost]
input = 0.65
output = 0.75

[limit]
context = 131_072
output = 16_384

[modalities]
input = ["text"]
output = ["text"]
23 changes: 23 additions & 0 deletions providers/nextbit/models/gemma-2:27b-it.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "Gemma 2 27B IT"
family = "gemma"
release_date = "2024-07-13"
last_updated = "2024-07-13"
attachment = false
reasoning = false
temperature = true
tool_call = false
structured_output = true
knowledge = "2024-06-30"
open_weights = true

[cost]
input = 0.65
output = 0.65

[limit]
context = 8_192
output = 2_048

[modalities]
input = ["text"]
output = ["text"]
10 changes: 10 additions & 0 deletions providers/nextbit/models/gemma4:26b-a4b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[extends]
from = "google/gemma-4-26b-a4b-it"

[cost]
input = 0.15
output = 0.40

[limit]
context = 262_144
output = 262_144
6 changes: 6 additions & 0 deletions providers/nextbit/models/gpt-oss:20b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[extends]
from = "ollama-cloud/gpt-oss:20b"

[cost]
input = 0.10
output = 0.45
7 changes: 7 additions & 0 deletions providers/nextbit/models/llama3.3:70b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[extends]
from = "llama/llama-3.3-70b-instruct"
omit = ["cost"]

[limit]
context = 131_072
output = 131_072
10 changes: 10 additions & 0 deletions providers/nextbit/models/microsoft:phi-4.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[extends]
from = "azure/phi-4"

[cost]
input = 0.07
output = 0.14

[limit]
context = 16_384
output = 16_384
22 changes: 22 additions & 0 deletions providers/nextbit/models/ministral:3-14b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Ministral 3 14B 2512"
family = "ministral"
release_date = "2025-12-02"
last_updated = "2025-12-02"
attachment = true
reasoning = false
temperature = true
tool_call = true
structured_output = true
open_weights = true

[cost]
input = 0.35
output = 0.35

[limit]
context = 262_144
output = 262_144

[modalities]
input = ["text", "image"]
output = ["text"]
10 changes: 10 additions & 0 deletions providers/nextbit/models/ministral:3b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[extends]
from = "mistral/ministral-3b-latest"

[cost]
input = 0.15
output = 0.15

[limit]
context = 131_072
output = 131_072
22 changes: 22 additions & 0 deletions providers/nextbit/models/ministral:8b-2512.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Ministral 3 8B 2512"
family = "ministral"
release_date = "2025-12-02"
last_updated = "2025-12-02"
attachment = true
reasoning = false
temperature = true
tool_call = true
structured_output = true
open_weights = true

[cost]
input = 0.30
output = 0.30

[limit]
context = 262_144
output = 262_144

[modalities]
input = ["text", "image"]
output = ["text"]
23 changes: 23 additions & 0 deletions providers/nextbit/models/mythomax:13b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "MythoMax 13B"
family = "llama"
release_date = "2023-07-02"
last_updated = "2023-07-02"
attachment = false
reasoning = false
temperature = true
tool_call = false
structured_output = true
knowledge = "2023-06-30"
open_weights = true

[cost]
input = 0.06
output = 0.06

[limit]
context = 4_096
output = 4_096

[modalities]
input = ["text"]
output = ["text"]
10 changes: 10 additions & 0 deletions providers/nextbit/models/qwen3:14b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[extends]
from = "alibaba/qwen3-14b"

[cost]
input = 0.10
output = 0.24

[limit]
context = 40_960
output = 40_960
23 changes: 23 additions & 0 deletions providers/nextbit/models/qwen3:30b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "Qwen3 30B-A3B"
family = "qwen"
release_date = "2025-04-30"
last_updated = "2025-04-30"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = false
knowledge = "2025-04"
open_weights = true

[cost]
input = 0.14
output = 0.55

[limit]
context = 32_768
output = 32_768

[modalities]
input = ["text"]
output = ["text"]
10 changes: 10 additions & 0 deletions providers/nextbit/models/qwen:3.5-35b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[extends]
from = "alibaba/qwen3.5-35b-a3b"

[cost]
input = 0.30
output = 1.80

[limit]
context = 262_144
output = 262_144
18 changes: 18 additions & 0 deletions providers/nextbit/models/qwen:3.5-9b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name = "Qwen3.5 9B"
family = "qwen"
release_date = "2026-03-13"
last_updated = "2026-03-13"
attachment = true
reasoning = true
temperature = true
tool_call = true
structured_output = true
open_weights = true

[limit]
context = 262_144
output = 262_144

[modalities]
input = ["text", "image", "video", "audio"]
output = ["text"]
22 changes: 22 additions & 0 deletions providers/nextbit/models/remm-slerp:l2-13b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "ReMM SLERP L2 13B"
release_date = "2023-07-22"
last_updated = "2023-07-22"
attachment = false
reasoning = false
temperature = true
tool_call = false
structured_output = true
knowledge = "2023-06-30"
open_weights = true

[cost]
input = 0.45
output = 0.65

[limit]
context = 6_144
output = 4_096

[modalities]
input = ["text"]
output = ["text"]
22 changes: 22 additions & 0 deletions providers/nextbit/models/rocinante:12b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Rocinante 12B"
release_date = "2024-09-30"
last_updated = "2024-09-30"
attachment = false
reasoning = false
temperature = true
tool_call = true
structured_output = true
knowledge = "2024-04-30"
open_weights = true

[cost]
input = 0.17
output = 0.43

[limit]
context = 32_768
output = 32_768

[modalities]
input = ["text"]
output = ["text"]
22 changes: 22 additions & 0 deletions providers/nextbit/models/unslopnemo:12b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "UnslopNemo 12B"
release_date = "2024-11-08"
last_updated = "2024-11-08"
attachment = false
reasoning = false
temperature = true
tool_call = true
structured_output = true
knowledge = "2024-04-30"
open_weights = true

[cost]
input = 0.40
output = 0.40

[limit]
context = 32_768
output = 32_768

[modalities]
input = ["text"]
output = ["text"]
5 changes: 5 additions & 0 deletions providers/nextbit/provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "Nextbit"
env = ["NEXTBIT_API_KEY"]
npm = "@ai-sdk/openai-compatible"
api = "https://api.nextbit256.com/v1"
doc = "https://www.nextbit256.com/docs/api-reference/models"
Loading