Loading...
Loading...
Compare original and translation side by side
| Capability | Description |
|---|---|
| Generative AI Hub | Access to LLMs from multiple providers with unified API |
| Orchestration | Modular pipeline for templating, filtering, grounding, masking |
| ML Training | Argo Workflows-based batch pipelines for model training |
| Inference Serving | Deploy models as HTTPS endpoints for predictions |
| Grounding/RAG | Vector database integration for contextual AI |
| 能力 | 描述 |
|---|---|
| Generative AI Hub | 通过统一API访问来自多个提供商的大语言模型(LLM) |
| 编排工作流 | 包含模板化、过滤、基础检索、掩码功能的模块化流水线 |
| ML训练 | 基于Argo Workflows的批量流水线,用于模型训练 |
| 推理服务 | 将模型部署为HTTPS端点以提供预测服务 |
| 基础检索/RAG | 集成向量数据库以实现上下文感知AI |
undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedORCHESTRATION_URL="<deployment-url>"
curl -X POST "$ORCHESTRATION_URL/v2/completion" \
-H "Authorization: Bearer $AUTH_TOKEN" \
-H "AI-Resource-Group: default" \
-H "Content-Type: application/json" \
-d '{
"config": {
"module_configurations": {
"llm_module_config": {
"model_name": "gpt-4o",
"model_version": "latest",
"model_params": {
"max_tokens": 1000,
"temperature": 0.7
}
},
"templating_module_config": {
"template": [
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "{{?user_query}}"}
]
}
}
},
"input_params": {
"user_query": "What is SAP AI Core?"
}
}'ORCHESTRATION_URL="<deployment-url>"
curl -X POST "$ORCHESTRATION_URL/v2/completion" \
-H "Authorization: Bearer $AUTH_TOKEN" \
-H "AI-Resource-Group: default" \
-H "Content-Type: application/json" \
-d '{
"config": {
"module_configurations": {
"llm_module_config": {
"model_name": "gpt-4o",
"model_version": "latest",
"model_params": {
"max_tokens": 1000,
"temperature": 0.7
}
},
"templating_module_config": {
"template": [
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "{{?user_query}}"}
]
}
}
},
"input_params": {
"user_query": "What is SAP AI Core?"
}
}'| Plan | Cost | GenAI Hub | Support | Resource Groups |
|---|---|---|---|---|
| Free | Free | No | Community only | Default only |
| Standard | Per resource + baseline | No | Full SLA | Multiple |
| Extended | Per resource + tokens | Yes | Full SLA | Multiple |
| 计划 | 成本 | GenAI Hub | 支持服务 | 资源组 |
|---|---|---|---|---|
| 免费版 | 免费 | 无 | 仅社区支持 | 仅默认资源组 |
| 标准版 | 按资源使用量+基础费用 | 无 | 完整SLA支持 | 多个资源组 |
| 扩展版 | 按资源使用量+令牌费用 | 有 | 完整SLA支持 | 多个资源组 |
references/model-providers.mdreferences/model-providers.mdreferences/orchestration-modules.mdreferences/orchestration-modules.mdMASKED_ENTITYMASKED_ENTITY_IDreferences/orchestration-modules.mdMASKED_ENTITYMASKED_ENTITY_IDreferences/orchestration-modules.mdreferences/grounding-rag.mdreferences/grounding-rag.mdtemplates/tool-definition.jsontemplates/tool-definition.json/v2/embeddings/v2/embeddingsdefaultreferences/ml-operations.mddefaultreferences/ml-operations.mdtemplates/deployment-config.jsontemplates/deployment-config.jsongenai_managergenai_experimenterprompt_managerorchestration_executormloperations_editorreferences/ai-launchpad-guide.mdgenai_managergenai_experimenterprompt_managerorchestration_executormloperations_editorreferences/ai-launchpad-guide.md/v2/lm/scenarios/v2/lm/configurations/v2/lm/deployments/v2/lm/executions/lm/metareferences/api-reference.md/v2/lm/scenarios/v2/lm/configurations/v2/lm/deployments/v2/lm/executions/lm/metareferences/api-reference.mdtemplates/orchestration-workflow.jsondefaultCA-ML-AICtemplates/orchestration-workflow.jsondefaultCA-ML-AICreferences/orchestration-modules.mdreferences/generative-ai-hub.mdreferences/model-providers.mdreferences/api-reference.mdreferences/grounding-rag.mdreferences/ml-operations.mdreferences/advanced-features.mdreferences/ai-launchpad-guide.mdreferences/orchestration-modules.mdreferences/generative-ai-hub.mdreferences/model-providers.mdreferences/api-reference.mdreferences/grounding-rag.mdreferences/ml-operations.mdreferences/advanced-features.mdreferences/ai-launchpad-guide.mdtemplates/deployment-config.jsontemplates/orchestration-workflow.jsontemplates/tool-definition.jsontemplates/deployment-config.jsontemplates/orchestration-workflow.jsontemplates/tool-definition.json