diff --git a/providers/vivgrid/models/deepseek-v3.2.toml b/providers/vivgrid/models/deepseek-v3.2.toml new file mode 100644 index 000000000..bfacdb88b --- /dev/null +++ b/providers/vivgrid/models/deepseek-v3.2.toml @@ -0,0 +1,25 @@ +name = "DeepSeek-V3.2" +family = "deepseek" +release_date = "2025-12-01" +last_updated = "2025-12-01" +attachment = false +reasoning = true +temperature = true +knowledge = "2024-07" +tool_call = true +open_weights = true + +[cost] +input = 0.28 +output = 0.42 + +[limit] +context = 128_000 +output = 128_000 + +[modalities] +input = ["text"] +output = ["text"] + +[provider] +npm = "@ai-sdk/openai-compatible" \ No newline at end of file diff --git a/providers/vivgrid/models/glm-5.toml b/providers/vivgrid/models/glm-5.toml new file mode 100644 index 000000000..541d40a5b --- /dev/null +++ b/providers/vivgrid/models/glm-5.toml @@ -0,0 +1,29 @@ +name = "GLM-5" +family = "glm" +release_date = "2026-02-12" +last_updated = "2026-02-12" +attachment = false +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = true + +[interleaved] +field = "reasoning_content" + +[cost] +input = 1.00 +output = 3.20 +cache_read = 0.2 + +[limit] +context = 202_752 +output = 131_000 + +[modalities] +input = ["text"] +output = ["text"] + +[provider] +npm = "@ai-sdk/openai-compatible" \ No newline at end of file diff --git a/providers/vivgrid/models/gpt-5-mini.toml b/providers/vivgrid/models/gpt-5-mini.toml new file mode 100644 index 000000000..ea9bf5bfd --- /dev/null +++ b/providers/vivgrid/models/gpt-5-mini.toml @@ -0,0 +1,26 @@ +name = "GPT-5 Mini" +family = "gpt-mini" +release_date = "2025-08-07" +last_updated = "2025-08-07" +attachment = true +reasoning = true +temperature = false +knowledge = "2024-05-30" +tool_call = true +open_weights = false + +[cost] +input = 0.25 +output = 2.00 +cache_read = 0.03 + +[limit] +context = 272_000 +output = 128_000 + +[modalities] +input = ["text", "image"] +output = ["text"] + +[provider] +npm = "@ai-sdk/openai-compatible" \ No newline at end of file