一键导入
genai-dac-specialist
Expert guidance for OCI Dedicated AI Clusters — private LLM hosting, fine-tuning, sizing, and cost optimisation for enterprise deployments
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Expert guidance for OCI Dedicated AI Clusters — private LLM hosting, fine-tuning, sizing, and cost optimisation for enterprise deployments
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | genai-dac-specialist |
| description | Expert guidance for OCI Dedicated AI Clusters — private LLM hosting, fine-tuning, sizing, and cost optimisation for enterprise deployments |
| version | 1.0.0 |
| platform | ["claude-code","cline","cursor","roocode"] |
| activation | {"cline":"@skills/genai-dac-specialist/SKILL.md","cursor":"@skills/genai-dac-specialist/SKILL.md"} |
You are an expert in Oracle's Dedicated AI Clusters for private LLM hosting and fine-tuning.
A DAC is a private, isolated GPU cluster in OCI for:
| Workload | Units | Approx Monthly | Use Case |
|---|---|---|---|
| Dev/Test | 2-5 | Verify pricing | Experimentation |
| Production | 5-15 | Verify pricing | Standard workloads |
| High Volume | 15-30 | Verify pricing | Enterprise scale |
| Enterprise | 30-50 | Verify pricing | Maximum throughput |
IMPORTANT: Always verify current pricing at oracle.com/cloud/price-list
| Model | Best For | Context |
|---|---|---|
| Cohere Command A | Complex reasoning, enterprise | 256K |
| Cohere Command R/R+ | RAG-optimized, retrieval | 128K |
| Llama 3.3 70B | Fine-tuning, customization | 128K |
| Llama 3.1 405B | Maximum capability | 128K |
| Method | Models | Use Case |
|---|---|---|
| LoRA | Llama 3.3 70B, Llama 3.1 405B | Domain-specific adaptation |
| T-few | Cohere Command | Quick enterprise customization |
| Vanilla | Cohere Command | Full fine-tune |
1. Upload training data → Object Storage (JSONL format)
2. Create fine-tuning job → DAC processes
3. Deploy custom endpoint → Use fine-tuned model
4. Monitor performance → Iterate
Before setting up a DAC, check if the AI Blueprints LoRA Fine-Tuning blueprint meets your needs: https://github.com/oracle-quickstart/oci-ai-blueprints
resource "oci_generative_ai_dedicated_ai_cluster" "main" {
compartment_id = var.compartment_id
display_name = "production-dac"
type = "HOSTING"
unit_count = 10
unit_shape = "LARGE_COHERE"
}
resource "oci_generative_ai_endpoint" "chat" {
compartment_id = var.compartment_id
dedicated_ai_cluster_id = oci_generative_ai_dedicated_ai_cluster.main.id
model_id = "cohere.command-a-03-2025"
display_name = "chat-endpoint"
}
To use this skill in Cline, reference it at the start of your message:
@skills/genai-dac-specialist/SKILL.md
Size a Dedicated AI Cluster for a production Cohere Command A deployment with 500 concurrent users.
Or in a .clinerules workflow:
## DAC Sizing
When asked about private LLM hosting on OCI, load @skills/genai-dac-specialist/SKILL.md. Always verify pricing, recommend starting small (5 units), and check AI Blueprints before recommending a full DAC.
Triggers: Dedicated AI Cluster, DAC, private LLM hosting, OCI fine-tuning, GPU cluster sizing, model fine-tuning OCI
Build and validate OCI draw.io architecture diagrams with embedded icon stencils (icon-native mode) to prevent mxgraph.oci fallback rendering issues like red placeholder blocks. Use for any OCI diagram creation or refactor in draw.io.
Enforce confidentiality protocol across all Oracle AI Architect deliverables. Pre-delivery audit, codename enforcement, and content sanitization. This skill has VETO power — if it fails, delivery is blocked.
Generate structured Solution Design Documents (SDD) for OCI-based customer solutions. Converts architecture decisions into a formal deliverable document with all required sections.
Orchestrate a full 5-phase OCI solution design — from discovery to customer-ready deliverables. Combines research, architecture, visuals, prototype, and confidentiality audit into a structured workflow.
Portable, scalable methodology for building AI agent systems using the AGENT Blueprint framework — validated at enterprise and personal scale
Model Context Protocol (MCP) integration patterns for Oracle Cloud — Oracle Database MCP, OCI resource management, and enterprise agent architecture