diff --git a/providers/qvac/logo.svg b/providers/qvac/logo.svg new file mode 100644 index 000000000..677737b04 --- /dev/null +++ b/providers/qvac/logo.svg @@ -0,0 +1,6 @@ + + + diff --git a/providers/qvac/models/embeddinggemma-300m.toml b/providers/qvac/models/embeddinggemma-300m.toml new file mode 100644 index 000000000..9930cc5ef --- /dev/null +++ b/providers/qvac/models/embeddinggemma-300m.toml @@ -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"] diff --git a/providers/qvac/models/gpt-oss-20b.toml b/providers/qvac/models/gpt-oss-20b.toml new file mode 100644 index 000000000..d2f2beb55 --- /dev/null +++ b/providers/qvac/models/gpt-oss-20b.toml @@ -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"] diff --git a/providers/qvac/models/qwen3-0.6b.toml b/providers/qvac/models/qwen3-0.6b.toml new file mode 100644 index 000000000..e9f087443 --- /dev/null +++ b/providers/qvac/models/qwen3-0.6b.toml @@ -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"] diff --git a/providers/qvac/models/qwen3-1.7b.toml b/providers/qvac/models/qwen3-1.7b.toml new file mode 100644 index 000000000..707e42fb5 --- /dev/null +++ b/providers/qvac/models/qwen3-1.7b.toml @@ -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"] diff --git a/providers/qvac/models/qwen3-4b.toml b/providers/qvac/models/qwen3-4b.toml new file mode 100644 index 000000000..f4a726f20 --- /dev/null +++ b/providers/qvac/models/qwen3-4b.toml @@ -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"] diff --git a/providers/qvac/provider.toml b/providers/qvac/provider.toml new file mode 100644 index 000000000..1bb515042 --- /dev/null +++ b/providers/qvac/provider.toml @@ -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/"