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
21 changes: 21 additions & 0 deletions providers/sap-ai-core/models/amazon--nova-lite.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "amazon--nova-lite"
description = "Amazon Nova Lite model"
release_date = "2026-07-07"
last_updated = "2026-07-07"
attachment = true
reasoning = false
temperature = true
tool_call = true
open_weights = false

[cost]
input = 0.04
output = 0.16

[limit]
context = 1000000
output = 4096

[modalities]
input = ["text", "image"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/sap-ai-core/models/amazon--nova-micro.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "amazon--nova-micro"
description = "Amazon Nova Micro model"
release_date = "2026-07-07"
last_updated = "2026-07-07"
attachment = false
reasoning = false
temperature = true
tool_call = true
open_weights = false

[cost]
input = 0.03
output = 0.1

[limit]
context = 128000
output = 4096

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/sap-ai-core/models/amazon--nova-pro.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "amazon--nova-pro"
description = "Amazon Nova Pro model"
release_date = "2026-07-07"
last_updated = "2026-07-07"
attachment = true
reasoning = false
temperature = true
tool_call = true
open_weights = false

[cost]
input = 0.56
output = 2.13

[limit]
context = 300000
output = 4096

[modalities]
input = ["text", "image"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/sap-ai-core/models/amazon--titan-embed-text.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "amazon--titan-embed-text"
description = "Amazon titan-embed-text model"
release_date = "2026-07-07"
last_updated = "2026-07-07"
attachment = false
reasoning = false
temperature = false
tool_call = false
open_weights = false

[cost]
input = 0.14
output = 0

[limit]
context = 131072
output = 4096

[modalities]
input = ["text"]
output = ["text"]
17 changes: 6 additions & 11 deletions providers/sap-ai-core/models/anthropic--claude-3-haiku.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
name = "anthropic--claude-3-haiku"
description = "Fast Claude model for responsive assistance, classification, and lightweight agents"
family = "claude-haiku"
release_date = "2024-03-13"
base_model = "anthropic/claude-3-haiku-20240307"
last_updated = "2024-03-13"
attachment = true
reasoning = false
temperature = true
knowledge = "2023-08-31"
tool_call = true
open_weights = false

[cost]
input = 0.25
output = 1.25
input = 0.24
output = 0.89
cache_read = 0.03
cache_write = 0.30
cache_write = 0.3

[limit]
context = 200_000
output = 4_096
context = 200000
output = 4096

[modalities]
input = ["text", "image", "pdf"]
Expand Down
13 changes: 7 additions & 6 deletions providers/sap-ai-core/models/anthropic--claude-3-opus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,23 @@ description = "Flagship Claude model for deep reasoning, coding, and long-horizo
family = "claude-opus"
release_date = "2024-02-29"
last_updated = "2024-02-29"
status = "deprecated"
attachment = true
reasoning = false
temperature = true
knowledge = "2023-08-31"
tool_call = true
knowledge = "2023-08-31"
open_weights = false

[cost]
input = 15.00
output = 75.00
cache_read = 1.50
input = 15
output = 75
cache_read = 1.5
cache_write = 18.75

[limit]
context = 200_000
output = 4_096
context = 200000
output = 4096

[modalities]
input = ["text", "image", "pdf"]
Expand Down
13 changes: 7 additions & 6 deletions providers/sap-ai-core/models/anthropic--claude-3-sonnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,23 @@ description = "Balanced Claude model for coding, analysis, agent workflows, and
family = "claude-sonnet"
release_date = "2024-03-04"
last_updated = "2024-03-04"
status = "deprecated"
attachment = true
reasoning = false
temperature = true
knowledge = "2023-08-31"
tool_call = true
knowledge = "2023-08-31"
open_weights = false

[cost]
input = 3.00
output = 15.00
cache_read = 0.30
input = 3
output = 15
cache_read = 0.3
cache_write = 3.75

[limit]
context = 200_000
output = 4_096
context = 200000
output = 4096

[modalities]
input = ["text", "image", "pdf"]
Expand Down
20 changes: 5 additions & 15 deletions providers/sap-ai-core/models/anthropic--claude-3.5-sonnet.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,15 @@
name = "anthropic--claude-3.5-sonnet"
description = "Balanced Claude model for coding, analysis, agent workflows, and cost control"
family = "claude-sonnet"
release_date = "2024-10-22"
base_model = "anthropic/claude-3-5-sonnet-20241022"
last_updated = "2024-10-22"
attachment = true
reasoning = false
temperature = true
tool_call = true
knowledge = "2024-04-30"
status = "deprecated"
open_weights = false

[cost]
input = 3.00
output = 15.00
cache_read = 0.30
input = 3
output = 15
cache_read = 0.3
cache_write = 3.75

[limit]
context = 200_000
output = 8_192

[modalities]
input = ["text", "image", "pdf"]
output = ["text"]
22 changes: 6 additions & 16 deletions providers/sap-ai-core/models/anthropic--claude-3.7-sonnet.toml
Original file line number Diff line number Diff line change
@@ -1,27 +1,17 @@
name = "anthropic--claude-3.7-sonnet"
description = "Balanced Claude model for coding, analysis, agent workflows, and cost control"
family = "claude-sonnet"
release_date = "2025-02-24"
base_model = "anthropic/claude-3-7-sonnet-20250219"
last_updated = "2025-02-24"
attachment = true
reasoning = true
status = "deprecated"
# Bedrock Invoke body: $.thinking = {"type":"enabled","budget_tokens":N} or {"type":"disabled"}, with N >= 1024 and N < $.max_tokens. Bedrock Converse nests that object at $.additionalModelRequestFields.thinking. https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference.html#converse-additional-model-request-fields (accessed 2026-06-25)
reasoning_options = [{ type = "budget_tokens", min = 1_024 }]
temperature = true
tool_call = true
knowledge = "2024-10-31"
reasoning_options = [{ type = "budget_tokens", min = 1024 }]
open_weights = false

[cost]
input = 3.00
output = 15.00
cache_read = 0.30
input = 3
output = 15
cache_read = 0.3
cache_write = 3.75

[limit]
context = 200_000
output = 64_000

[modalities]
input = ["text", "image", "pdf"]
output = ["text"]
14 changes: 8 additions & 6 deletions providers/sap-ai-core/models/anthropic--claude-4-opus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,25 @@ description = "Flagship Claude model for deep reasoning, coding, and long-horizo
family = "claude-opus"
release_date = "2025-05-22"
last_updated = "2025-05-22"
status = "deprecated"
attachment = true
reasoning = true
reasoning_options = [{ type = "budget_tokens", min = 1_024 }]
# Bedrock Invoke body: $.thinking = {"type":"enabled","budget_tokens":N} or {"type":"disabled"}, with N >= 1024 and N < $.max_tokens. Bedrock Converse nests that object at $.additionalModelRequestFields.thinking. https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference.html#converse-additional-model-request-fields (accessed 2026-06-25)
reasoning_options = [{ type = "budget_tokens", min = 1024 }]
temperature = true
tool_call = true
knowledge = "2025-03-31"
open_weights = false

[cost]
input = 15.00
output = 75.00
cache_read = 1.50
input = 15
output = 75
cache_read = 1.5
cache_write = 18.75

[limit]
context = 200_000
output = 32_000
context = 200000
output = 32000

[modalities]
input = ["text", "image", "pdf"]
Expand Down
17 changes: 9 additions & 8 deletions providers/sap-ai-core/models/anthropic--claude-4-sonnet.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
name = "anthropic--claude-4-sonnet"
description = "Balanced Claude model for coding, analysis, agent workflows, and cost control"
description = "Anthropic Claude 4 Sonnet for coding and agent capabilities"
family = "claude-sonnet"
release_date = "2025-05-22"
last_updated = "2025-05-22"
attachment = true
reasoning = true
reasoning_options = [{ type = "budget_tokens", min = 1_024 }]
# Bedrock Invoke body: $.thinking = {"type":"enabled","budget_tokens":N} or {"type":"disabled"}, with N >= 1024 and N < $.max_tokens. Bedrock Converse nests that object at $.additionalModelRequestFields.thinking. https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference.html#converse-additional-model-request-fields (accessed 2026-06-25)
reasoning_options = [{ type = "budget_tokens", min = 1024 }]
temperature = true
tool_call = true
knowledge = "2025-03-31"
open_weights = false

[cost]
input = 3.00
output = 15.00
cache_read = 0.30
cache_write = 3.75
input = 2.04
output = 9.88
cache_read = 0.2
cache_write = 2.54

[limit]
context = 200_000
output = 64_000
context = 200000
output = 64000

[modalities]
input = ["text", "image", "pdf"]
Expand Down
19 changes: 10 additions & 9 deletions providers/sap-ai-core/models/anthropic--claude-4.5-haiku.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
name = "anthropic--claude-4.5-haiku"
description = "Fast Claude model for responsive assistance, classification, and lightweight agents"
description = "Anthropic Claude 4.5 Haiku"
family = "claude-haiku"
release_date = "2025-10-15"
last_updated = "2025-10-15"
attachment = true
reasoning = true
reasoning_options = [{ type = "budget_tokens", min = 1_024 }]
# Bedrock Invoke body: $.thinking = {"type":"enabled","budget_tokens":N} or {"type":"disabled"}, with N >= 1024 and N < $.max_tokens. Bedrock Converse nests that object at $.additionalModelRequestFields.thinking. https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference.html#converse-additional-model-request-fields (accessed 2026-06-25)
reasoning_options = [{ type = "budget_tokens", min = 1024 }]
temperature = true
knowledge = "2025-02-28"
tool_call = true
knowledge = "2025-02-28"
open_weights = false

[cost]
input = 1.00
output = 5.00
cache_read = 0.10
cache_write = 1.25
input = 0.79
output = 3.67
cache_read = 0.08
cache_write = 0.99

[limit]
context = 200_000
output = 64_000
context = 200000
output = 64000

[modalities]
input = ["text", "image", "pdf"]
Expand Down
17 changes: 9 additions & 8 deletions providers/sap-ai-core/models/anthropic--claude-4.5-opus.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
name = "anthropic--claude-4.5-opus"
description = "Flagship Claude model for deep reasoning, coding, and long-horizon agents"
description = "Anthropic Claude 4.5 Opus"
family = "claude-opus"
release_date = "2025-11-24"
last_updated = "2025-11-24"
attachment = true
reasoning = true
reasoning_options = [{ type = "budget_tokens", min = 1_024 }]
# Bedrock Invoke body: $.thinking = {"type":"enabled","budget_tokens":N} or {"type":"disabled"}, with N >= 1024 and N < $.max_tokens. Bedrock Converse nests that object at $.additionalModelRequestFields.thinking. https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference.html#converse-additional-model-request-fields (accessed 2026-06-25)
reasoning_options = [{ type = "budget_tokens", min = 1024 }]
temperature = true
tool_call = true
knowledge = "2025-05"
open_weights = false

[cost]
input = 5.00
output = 25.00
cache_read = 0.50
cache_write = 6.25
input = 3.67
output = 18.06
cache_read = 0.37
cache_write = 4.59

[limit]
context = 200_000
output = 64_000
context = 200000
output = 64000

[modalities]
input = ["text", "image", "pdf"]
Expand Down
Loading
Loading