diff --git a/providers/vivgrid/logo.svg b/providers/vivgrid/logo.svg new file mode 100644 index 00000000..928fa3ff --- /dev/null +++ b/providers/vivgrid/logo.svg @@ -0,0 +1,4 @@ + + + + diff --git a/providers/vivgrid/models/gpt-5.1-codex.toml b/providers/vivgrid/models/gpt-5.1-codex.toml new file mode 100644 index 00000000..92960f09 --- /dev/null +++ b/providers/vivgrid/models/gpt-5.1-codex.toml @@ -0,0 +1,24 @@ +name = "GPT-5.1 Codex" +family = "gpt-5-codex" +release_date = "2025-11-13" +last_updated = "2025-11-13" +attachment = false +reasoning = true +temperature = false +knowledge = "2024-09-30" +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 1.25 +output = 10.00 +cache_read = 0.125 + +[limit] +context = 400_000 +output = 128_000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/vivgrid/provider.toml b/providers/vivgrid/provider.toml new file mode 100644 index 00000000..8bbb0fb4 --- /dev/null +++ b/providers/vivgrid/provider.toml @@ -0,0 +1,5 @@ +name = "Vivgrid" +env = ["VIVGRID_API_KEY"] +api = "https://api.vivgrid.com/v1" +npm = "@ai-sdk/openai" +doc = "https://docs.vivgrid.com/models"