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
11 changes: 11 additions & 0 deletions providers/snowflake-anthropic/models/claude-4-sonnet.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[extends]
from = "anthropic/claude-sonnet-4-6"

[cost]
input = 3.00
output = 15.00
cache_read = 0.30

[limit]
context = 200_000
output = 16_384
11 changes: 11 additions & 0 deletions providers/snowflake-anthropic/models/claude-haiku-4-5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[extends]
from = "anthropic/claude-haiku-4-5"

[cost]
input = 1.00
output = 5.00
cache_read = 0.10

[limit]
context = 200_000
output = 16_384
11 changes: 11 additions & 0 deletions providers/snowflake-anthropic/models/claude-opus-4-5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[extends]
from = "anthropic/claude-opus-4-5"

[cost]
input = 5.00
output = 25.00
cache_read = 0.50

[limit]
context = 200_000
output = 16_384
12 changes: 12 additions & 0 deletions providers/snowflake-anthropic/models/claude-opus-4-6.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[extends]
from = "anthropic/claude-opus-4-6"
omit = ["experimental.modes.fast"]

[cost]
input = 5.00
output = 25.00
cache_read = 0.50

[limit]
context = 200_000
output = 16_384
14 changes: 14 additions & 0 deletions providers/snowflake-anthropic/models/claude-opus-4-7.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
status = "alpha"

[extends]
from = "anthropic/claude-opus-4-7"
omit = ["experimental.modes.fast"]

[cost]
input = 5.00
output = 25.00
cache_read = 0.50

[limit]
context = 200_000
output = 16_384
11 changes: 11 additions & 0 deletions providers/snowflake-anthropic/models/claude-sonnet-4-5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[extends]
from = "anthropic/claude-sonnet-4-5"

[cost]
input = 3.00
output = 15.00
cache_read = 0.30

[limit]
context = 200_000
output = 16_384
11 changes: 11 additions & 0 deletions providers/snowflake-anthropic/models/claude-sonnet-4-6.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[extends]
from = "anthropic/claude-sonnet-4-6"

[cost]
input = 3.00
output = 15.00
cache_read = 0.30

[limit]
context = 200_000
output = 16_384
5 changes: 5 additions & 0 deletions providers/snowflake-anthropic/provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "Snowflake Cortex (Anthropic)"
npm = "@ai-sdk/anthropic"
api = "https://${SNOWFLAKE_ACCOUNT_URL}/api/v2/cortex"
env = ["SNOWFLAKE_ACCOUNT_URL", "SNOWFLAKE_PAT"]
doc = "https://docs.snowflake.com/en/user-guide/snowflake-cortex/cortex-rest-api"
11 changes: 11 additions & 0 deletions providers/snowflake/models/claude-4-sonnet.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[extends]
from = "anthropic/claude-sonnet-4-6"

[cost]
input = 3.00
output = 15.00
cache_read = 0.30

[limit]
context = 200_000
output = 16_384
11 changes: 11 additions & 0 deletions providers/snowflake/models/claude-haiku-4-5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[extends]
from = "anthropic/claude-haiku-4-5"

[cost]
input = 1.00
output = 5.00
cache_read = 0.10

[limit]
context = 200_000
output = 16_384
11 changes: 11 additions & 0 deletions providers/snowflake/models/claude-opus-4-5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[extends]
from = "anthropic/claude-opus-4-5"

[cost]
input = 5.00
output = 25.00
cache_read = 0.50

[limit]
context = 200_000
output = 16_384
12 changes: 12 additions & 0 deletions providers/snowflake/models/claude-opus-4-6.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[extends]
from = "anthropic/claude-opus-4-6"
omit = ["experimental.modes.fast"]

[cost]
input = 5.00
output = 25.00
cache_read = 0.50

[limit]
context = 200_000
output = 16_384
14 changes: 14 additions & 0 deletions providers/snowflake/models/claude-opus-4-7.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
status = "alpha"

[extends]
from = "anthropic/claude-opus-4-7"
omit = ["experimental.modes.fast"]

[cost]
input = 5.00
output = 25.00
cache_read = 0.50

[limit]
context = 200_000
output = 16_384
11 changes: 11 additions & 0 deletions providers/snowflake/models/claude-sonnet-4-5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[extends]
from = "anthropic/claude-sonnet-4-5"

[cost]
input = 3.00
output = 15.00
cache_read = 0.30

[limit]
context = 200_000
output = 16_384
11 changes: 11 additions & 0 deletions providers/snowflake/models/claude-sonnet-4-6.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[extends]
from = "anthropic/claude-sonnet-4-6"

[cost]
input = 3.00
output = 15.00
cache_read = 0.30

[limit]
context = 200_000
output = 16_384
21 changes: 21 additions & 0 deletions providers/snowflake/models/deepseek-r1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "DeepSeek R1"
family = "deepseek-thinking"
release_date = "2025-01-20"
last_updated = "2025-01-20"
attachment = false
reasoning = true
temperature = false
tool_call = false
open_weights = true

[cost]
input = 1.35
output = 5.40

[limit]
context = 128_000
output = 16_384

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/snowflake/models/llama3.1-405b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Llama 3.1 405B"
family = "llama"
release_date = "2024-07-23"
last_updated = "2024-07-23"
attachment = false
reasoning = false
temperature = true
tool_call = true
open_weights = true

[cost]
input = 1.20
output = 1.20

[limit]
context = 128_000
output = 16_384

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/snowflake/models/llama3.1-70b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Llama 3.1 70B"
family = "llama"
release_date = "2024-07-23"
last_updated = "2024-07-23"
attachment = false
reasoning = false
temperature = true
tool_call = true
open_weights = true

[cost]
input = 0.72
output = 0.72

[limit]
context = 128_000
output = 16_384

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/snowflake/models/llama3.1-8b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Llama 3.1 8B"
family = "llama"
release_date = "2024-07-23"
last_updated = "2024-07-23"
attachment = false
reasoning = false
temperature = true
tool_call = false
open_weights = true

[cost]
input = 0.24
output = 0.24

[limit]
context = 128_000
output = 16_384

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/snowflake/models/llama4-maverick.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Llama 4 Maverick"
family = "llama"
release_date = "2025-04-05"
last_updated = "2025-04-05"
attachment = true
reasoning = false
temperature = true
tool_call = true
open_weights = true

[cost]
input = 0.24
output = 0.97

[limit]
context = 128_000
output = 16_384

[modalities]
input = ["text", "image"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/snowflake/models/mistral-7b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Mistral 7B"
family = "mistral"
release_date = "2023-09-27"
last_updated = "2023-09-27"
attachment = false
reasoning = false
temperature = true
tool_call = false
open_weights = true

[cost]
input = 0.18
output = 0.18

[limit]
context = 32_768
output = 16_384

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/snowflake/models/mistral-large.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Mistral Large"
family = "mistral-large"
release_date = "2024-02-26"
last_updated = "2024-02-26"
attachment = false
reasoning = false
temperature = true
tool_call = true
open_weights = false

[cost]
input = 2.00
output = 6.00

[limit]
context = 128_000
output = 16_384

[modalities]
input = ["text"]
output = ["text"]
22 changes: 22 additions & 0 deletions providers/snowflake/models/mistral-large2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Mistral Large 2"
family = "mistral-large"
release_date = "2024-07-24"
last_updated = "2024-07-24"
attachment = false
reasoning = false
temperature = true
tool_call = true
structured_output = true
open_weights = false

[cost]
input = 2.00
output = 6.00

[limit]
context = 128_000
output = 16_384

[modalities]
input = ["text"]
output = ["text"]
23 changes: 23 additions & 0 deletions providers/snowflake/models/openai-gpt-4.1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "GPT-4.1"
family = "gpt"
release_date = "2025-04-14"
last_updated = "2025-04-14"
attachment = true
reasoning = false
temperature = true
tool_call = true
structured_output = true
open_weights = false

[cost]
input = 2.00
output = 8.00
cache_read = 0.50

[limit]
context = 300_000
output = 16_384

[modalities]
input = ["text", "image"]
output = ["text"]
Loading