Skip to content
Merged
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/sap-ai-core/models/claude-3-5-sonnet.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Claude Sonnet 3.5"
release_date = "2024-06-20"
last_updated = "2024-06-20"
attachment = true
reasoning = false
temperature = true
tool_call = true
open_weights = false

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

[limit]
context = 200_000
output = 8_192

[modalities]
input = ["text", "image"]
output = ["text"]
20 changes: 20 additions & 0 deletions providers/sap-ai-core/models/gemini-1.5-pro.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name = "Gemini 1.5 Pro"
release_date = "2024-02-15"
last_updated = "2024-02-15"
attachment = true
reasoning = false
temperature = true
tool_call = true
open_weights = false

[cost]
input = 1.25
output = 5.00

[limit]
context = 2_000_000
Copy link

Copilot AI Dec 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The context window size appears inconsistent with Google's Gemini 1.5 Pro provider, which specifies 1,000,000 tokens. While Google announced extended context support up to 2 million tokens at I/O 2024 (May 14), this may have been for an experimental version. Please verify whether SAP AI Core offers a different version with this extended context, or if this should be aligned with the standard 1M token limit.

Suggested change
context = 2_000_000
context = 1_000_000

Copilot uses AI. Check for mistakes.
output = 8_192

[modalities]
input = ["text", "image", "audio", "video"]
output = ["text"]
20 changes: 20 additions & 0 deletions providers/sap-ai-core/models/gpt-4o.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name = "GPT-4o"
release_date = "2024-05-13"
last_updated = "2024-05-13"
attachment = true
reasoning = false
temperature = true
tool_call = true
open_weights = false

[cost]
input = 2.50
output = 10.00

[limit]
context = 128_000
output = 4_096

[modalities]
input = ["text", "image"]
output = ["text"]
4 changes: 4 additions & 0 deletions providers/sap-ai-core/provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name = "SAP AI Core"
env = ["SAP_AI_SERVICE_KEY"]
npm = "@mymediset/sap-ai-provider"
doc = "https://help.sap.com/docs/sap-ai-core"