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
22 changes: 22 additions & 0 deletions providers/google-vertex-openai/models/deepseek-v3.1-maas.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "DeepSeek V3.1"
family = "deepseek"
release_date = "2025-06-01"
last_updated = "2025-06-01"
attachment = false
reasoning = true
temperature = true
tool_call = true
knowledge = "2025-05"
open_weights = true

[cost]
input = 0.27
output = 1.10

[limit]
context = 131072
output = 32768

[modalities]
input = ["text"]
output = ["text"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Llama 3.3 70B Instruct"
family = "llama"
release_date = "2024-12-06"
last_updated = "2024-12-06"
attachment = false
reasoning = true
temperature = true
tool_call = true
knowledge = "2024-12"
open_weights = true

[cost]
input = 0.20
output = 0.20

[limit]
context = 131072
output = 32768

[modalities]
input = ["text"]
output = ["text"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Llama 4 Maverick 17B-128E"
family = "llama"
release_date = "2025-04-05"
last_updated = "2025-04-05"
attachment = true
reasoning = true
temperature = true
tool_call = true
knowledge = "2025-03"
open_weights = true

[cost]
input = 0.18
output = 0.59

[limit]
context = 1048576
output = 131072

[modalities]
input = ["text", "image"]
output = ["text"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Qwen3 235B Instruct"
family = "qwen"
release_date = "2025-07-25"
last_updated = "2025-07-25"
attachment = false
reasoning = true
temperature = true
tool_call = true
knowledge = "2025-06"
open_weights = true

[cost]
input = 0.30
output = 1.20

[limit]
context = 131072
output = 32768

[modalities]
input = ["text"]
output = ["text"]
4 changes: 4 additions & 0 deletions providers/google-vertex-openai/provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name = "Vertex (OpenAI-Compatible)"
env = ["GOOGLE_CLOUD_PROJECT", "GOOGLE_VERTEX_PROJECT", "GCP_PROJECT", "GCLOUD_PROJECT", "GOOGLE_CLOUD_LOCATION", "VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"]
npm = "@ai-sdk/openai-compatible"
doc = "https://cloud.google.com/vertex-ai/generative-ai/docs/maas/call-open-model-apis"
21 changes: 0 additions & 21 deletions providers/google-vertex/models/openai/gpt-oss-120b-maas.toml

This file was deleted.

21 changes: 0 additions & 21 deletions providers/google-vertex/models/openai/gpt-oss-20b-maas.toml

This file was deleted.