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
6 changes: 6 additions & 0 deletions providers/qvac/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/qvac/models/embeddinggemma-300m.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "EmbeddingGemma 300M"
family = "gemma"
attachment = false
reasoning = false
tool_call = false
temperature = false
open_weights = true
release_date = "2025-09-04"
last_updated = "2025-09-04"

[cost]
input = 0
output = 0

[limit]
context = 2_048
output = 768

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/qvac/models/gpt-oss-20b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "GPT-OSS 20B"
family = "gpt-oss"
attachment = false
reasoning = true
tool_call = true
temperature = true
open_weights = true
release_date = "2025-08-05"
last_updated = "2025-08-05"

[cost]
input = 0
output = 0

[limit]
context = 131_072
output = 32_768

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/qvac/models/qwen3-0.6b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Qwen3 0.6B"
family = "qwen"
attachment = false
reasoning = false
tool_call = true
temperature = true
open_weights = true
release_date = "2025-04-29"
last_updated = "2025-04-29"

[cost]
input = 0
output = 0

[limit]
context = 32_768
output = 8_192

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/qvac/models/qwen3-1.7b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Qwen3 1.7B"
family = "qwen"
attachment = false
reasoning = false
tool_call = true
temperature = true
open_weights = true
release_date = "2025-04-29"
last_updated = "2025-04-29"

[cost]
input = 0
output = 0

[limit]
context = 32_768
output = 8_192

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/qvac/models/qwen3-4b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Qwen3 4B"
family = "qwen"
attachment = false
reasoning = false
tool_call = true
temperature = true
open_weights = true
release_date = "2025-04-29"
last_updated = "2025-04-29"

[cost]
input = 0
output = 0

[limit]
context = 32_768
output = 8_192

[modalities]
input = ["text"]
output = ["text"]
4 changes: 4 additions & 0 deletions providers/qvac/provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name = "QVAC"
env = ["QVAC_API_KEY"]
npm = "@qvac/ai-sdk-provider"
doc = "https://docs.qvac.tether.io/cli/http-server/integration/"