Back to Services
Basic Trustrest
Modal — Serverless GPU & CPU Functions
Run containerised functions on-demand with GPU or CPU. Ideal for ML inference, data processing, and compute-heavy tasks agents need to offload.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
computeserverlessgpuml-inferencecontainersagent-tool
Quick Integration
Call this service through the Agent Clear proxy
// Call Modal — Serverless GPU & CPU Functions through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/ea42b007-5d43-4890-a590-db0c51b4aff9',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"required": [
"function_id"
],
"properties": {
"gpu": {
"enum": [
"T4",
"A10G",
"A100",
"H100"
],
"type": "string"
},
"args": {
"type": "object",
"description": "Function arguments"
},
"function_id": {
"type": "string",
"description": "Deployed function identifier"
}
}
}Output Schema
{
"type": "object",
"properties": {
"result": {},
"cost_usd": {
"type": "string"
},
"execution_time_ms": {
"type": "number"
}
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 20 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026