diff --git a/providers/sap-ai-core/models/claude-3-5-sonnet.toml b/providers/sap-ai-core/models/claude-3-5-sonnet.toml new file mode 100644 index 00000000..99446de2 --- /dev/null +++ b/providers/sap-ai-core/models/claude-3-5-sonnet.toml @@ -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"] diff --git a/providers/sap-ai-core/models/gemini-1.5-pro.toml b/providers/sap-ai-core/models/gemini-1.5-pro.toml new file mode 100644 index 00000000..35054020 --- /dev/null +++ b/providers/sap-ai-core/models/gemini-1.5-pro.toml @@ -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 +output = 8_192 + +[modalities] +input = ["text", "image", "audio", "video"] +output = ["text"] diff --git a/providers/sap-ai-core/models/gpt-4o.toml b/providers/sap-ai-core/models/gpt-4o.toml new file mode 100644 index 00000000..3a623049 --- /dev/null +++ b/providers/sap-ai-core/models/gpt-4o.toml @@ -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"] diff --git a/providers/sap-ai-core/provider.toml b/providers/sap-ai-core/provider.toml new file mode 100644 index 00000000..de208c40 --- /dev/null +++ b/providers/sap-ai-core/provider.toml @@ -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"