addedInput schema / properties / args
Added value: +{
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
addedInput schema / properties / command
Added value: +{
+ "type": "string"
+}
removedInput schema / properties / cost_priority
Removed value: -{
- "enum": [
- "low",
- "balanced",
- "high"
- ],
- "type": "string"
-}
removedInput schema / properties / disk_gb
Removed value: -{
- "description": "Optional managed-provider local disk override in GB. Leave unset to let Jungle Grid auto-size from model_size_gb.",
- "type": "number"
-}
removedInput schema / properties / gpu_class
Removed value: -{
- "enum": [
- "consumer",
- "datacenter"
- ],
- "type": "string"
-}
removedInput schema / properties / gpu_type
Removed value: -{
- "enum": [
- "A100",
- "A10G",
- "H100",
- "L4",
- "RTX3090",
- "RTX4090",
- "RTX5090",
- "T4"
- ],
- "type": "string"
-}
removedInput schema / properties / image / description
Removed value: -"Docker image to run."
removedInput schema / properties / latency_priority
Removed value: -{
- "enum": [
- "low",
- "balanced",
- "high"
- ],
- "type": "string"
-}
addedInput schema / properties / model_size
Added value: +{
+ "description": "Optional model size in GB.",
+ "type": "number"
+}
removedInput schema / properties / model_size_gb
Removed value: -{
- "description": "Approximate model size in GB — drives tier selection.",
- "type": "number"
-}
addedInput schema / properties / notes
Added value: +{
+ "type": "string"
+}
removedInput schema / properties / optimize_for
Removed value: -{
- "enum": [
- "balanced",
- "cost",
- "speed"
- ],
- "type": "string"
-}
removedInput schema / properties / region_mode
Removed value: -{
- "enum": [
- "prefer",
- "strict"
- ],
- "type": "string"
-}
removedInput schema / properties / region_preference
Removed value: -{
- "type": "string"
-}
addedInput schema / properties / routing_mode
Added value: +{
+ "enum": [
+ "cost",
+ "speed",
+ "balanced"
+ ],
+ "type": "string"
+}
addedInput schema / properties / template
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / workload
Added value: +{
+ "enum": [
+ "inference",
+ "training",
+ "fine_tuning",
+ "batch"
+ ],
+ "type": "string"
+}
removedInput schema / properties / workload_type
Removed value: -{
- "enum": [
- "inference",
- "training",
- "fine-tuning",
- "batch"
- ],
- "type": "string"
-}
changedInput schema / required
Previous value: -[
- "workload_type",
- "image"
-]New value: +[
+ "workload"
+]
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "data": {
+ "additionalProperties": true,
+ "properties": {
+ "available": {
+ "type": "boolean"
+ },
+ "can_submit": {
+ "type": "boolean"
+ },
+ "capacity": {
+ "additionalProperties": true,
+ "properties": {
+ "estimate_source": {
+ "type": "string"
+ },
+ "live_candidate_count": {
+ "type": "number"
+ },
+ "live_capacity_available": {
+ "type": "boolean"
+ },
+ "managed_capacity_available": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "managed_profile_count": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "classification": {
+ "additionalProperties": true,
+ "properties": {
+ "acceleration_requirement": {
+ "type": "string"
+ },
+ "confidence": {
+ "type": "string"
+ },
+ "reasons": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "requires_gpu": {
+ "type": "boolean"
+ },
+ "workload_type": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "estimated_cost_max_usd": {
+ "type": "number"
+ },
+ "estimated_cost_min_usd": {
+ "type": "number"
+ },
+ "estimated_cost_usd": {
+ "additionalProperties": true,
+ "properties": {
+ "max": {
+ "type": "number"
+ },
+ "min": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "min",
+ "max"
+ ],
+ "type": "object"
+ },
+ "likely_gpu_type": {
+ "type": "string"
+ },
+ "routed_gpu_tier": {
+ "type": "string"
+ },
+ "routing": {
+ "additionalProperties": true,
+ "properties": {
+ "route_status": {
+ "type": "string"
+ },
+ "selected_accelerator": {
+ "type": "string"
+ },
+ "selected_route_source": {
+ "type": "string"
+ },
+ "selection_reason": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "screening": {}
+ },
+ "type": "object"
+ }
+ },
+ "required": [
+ "data"
+ ],
+ "type": "object"
+}