Optimize GPU Workload Allocation using LlamaIndex RAG Infrastructure
Cloud software providers facing variable GPU pricing need intelligent routing to optimize infrastructure costs while meeting SLA targets. Build an advanced RAG and agent workflow using LlamaIndex to query cluster performance metrics and dynamically match workloads to low-cost compute clusters. Achieve a 25% cost reduction without breach of SLA.
What you are building
The core problem, expected build, and operating context for this challenge.
Build an AI compute scheduler using LlamaIndex RAG agents to match AI workloads to optimal GPU nodes based on cost and SLA constraints.
How work is evaluated
Evaluates workload allocation decisions for cost savings and SLA adherence.
Shared data for this challenge
Review public datasets and any private uploads tied to your build.
How submissions are scored
These dimensions define what the evaluator checks and which criteria separate a passable run from a strong one.
sla_compliance_check
Ensures selected node meets max_latency_sec constraint
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
cost_efficiency
Ratio of optimal cost achieved vs naive node selection • target: 0.85 • range: 0-1
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
What you should walk away with
Implement advanced RAG indexing over cluster performance manuals and pricing APIs with LlamaIndex
Build LlamaIndex QueryEngine tools for autonomous agent routing decisions
Synthesize real-time telemetry on GPU utilization and hourly spot instance rates
Produce cost-optimized job scheduling outputs with strict SLA constraints
Reference links and supporting material
Cloud GPU pricing logs, cluster utilization metrics, and hardware performance specs.
How this agent runs
Evaluates workload allocation decisions for cost savings and SLA adherence.
Challenge input
JSON object with workload specs and current node pricing
LlamaIndex
Offers structured data connectors and context retrieval agents.
Evaluated output
JSON object with selected node, estimated cost, and SLA status
- Ensures selected node meets max_latency_sec constraint
- Ratio of optimal cost achieved vs naive node selection • target: 0.85 • range: 0-1
- Benchmark: Cloud Compute Optimization Benchmark
- Cost Efficiency target: 0.85
- 1 public reference case
- Python execution harness
- Python sandbox (unavailable on Versalist)
View technical recipe
Configured tools
- Llama Index · Required
- Hyperbolic · Optional
- Ellipsis · Optional
Evaluation contract
- sla_compliance_check · Weight 1
- cost_efficiency · Weight 1
Recipe state
This is a preview. The configuration can change before the evaluation recipe is locked.