Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
5 changes: 5 additions & 0 deletions providers/vivgrid/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions providers/vivgrid/models/gpt-5.1-codex.toml
Original file line number Diff line number Diff line change
@@ -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"]
5 changes: 5 additions & 0 deletions providers/vivgrid/provider.toml
Original file line number Diff line number Diff line change
@@ -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"