Skip to content

feat(sap-ai-core): Add GPT-4.1, Gemini 2.5 Flash Lite, Perplexity Sonar, and Claude 4.6 models#1020

Merged
rekram1-node merged 2 commits intoanomalyco:devfrom
jerome-benoit:feat/sap-ai-core-add-models
Feb 28, 2026
Merged

feat(sap-ai-core): Add GPT-4.1, Gemini 2.5 Flash Lite, Perplexity Sonar, and Claude 4.6 models#1020
rekram1-node merged 2 commits intoanomalyco:devfrom
jerome-benoit:feat/sap-ai-core-add-models

Conversation

@jerome-benoit
Copy link
Contributor

@jerome-benoit jerome-benoit commented Feb 24, 2026

Summary

Add 7 new model definitions for the SAP AI Core provider:

Model Context Max Output Provider
gpt-4.1 1,047,576 32,768 OpenAI
gpt-4.1-mini 1,047,576 32,768 OpenAI
gemini-2.5-flash-lite 1,048,576 65,536 Google
sonar 128,000 4,096 Perplexity
sonar-pro 200,000 8,192 Perplexity
anthropic--claude-4.6-opus 200,000 128,000 Anthropic
anthropic--claude-4.6-sonnet 200,000 64,000 Anthropic

Details

All specifications have been verified against official provider documentation:

These models are available through SAP AI Core's generative AI hub, which provides access to various LLM providers via a unified API.

Add 5 new model definitions for SAP AI Core provider:
- gpt-4.1: OpenAI GPT-4.1 (1M context, 32K output)
- gpt-4.1-mini: OpenAI GPT-4.1 Mini (1M context, 32K output)
- gemini-2.5-flash-lite: Google Gemini 2.5 Flash Lite (1M context, 65K output)
- sonar: Perplexity Sonar (128K context, 4K output)
- sonar-pro: Perplexity Sonar Pro (200K context, 8K output)

All specs verified against official provider documentation.
Copilot AI review requested due to automatic review settings February 24, 2026 19:50
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds new SAP AI Core (Generative AI Hub) model definition TOMLs so the provider can advertise/support the latest OpenAI, Google, and Perplexity models via the unified SAP AI Core integration.

Changes:

  • Add SAP AI Core model specs for gpt-4.1 and gpt-4.1-mini (OpenAI).
  • Add SAP AI Core model spec for gemini-2.5-flash-lite (Google).
  • Add SAP AI Core model specs for sonar and sonar-pro (Perplexity).

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
providers/sap-ai-core/models/gpt-4.1.toml Adds SAP AI Core metadata (limits/cost/modalities/features) for GPT‑4.1.
providers/sap-ai-core/models/gpt-4.1-mini.toml Adds SAP AI Core metadata for GPT‑4.1 mini.
providers/sap-ai-core/models/gemini-2.5-flash-lite.toml Adds SAP AI Core metadata for Gemini 2.5 Flash Lite.
providers/sap-ai-core/models/sonar.toml Adds SAP AI Core metadata for Perplexity Sonar.
providers/sap-ai-core/models/sonar-pro.toml Adds SAP AI Core metadata for Perplexity Sonar Pro.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jerome-benoit jerome-benoit changed the title feat(sap-ai-core): Add GPT-4.1, Gemini 2.5 Flash Lite, and Perplexity Sonar models feat(sap-ai-core): Add GPT-4.1, Gemini 2.5 Flash Lite, Perplexity Sonar, and Claude 4.6 models Feb 26, 2026
@rekram1-node rekram1-node merged commit b5f6024 into anomalyco:dev Feb 28, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants