OpenAPI Spec (preview)
{
"openapi": "3.1.0",
"info": {
"title": "inference.sh API",
"version": "2"
},
"servers": [
{
"url": "https://api.inference.sh"
}
],
"paths": {
"/agents": {
"get": {
"tags": [
"agents"
],
"responses": {
"200": {
"description": "Success"
}
}
},
"post": {
"tags": [
"agents"
],
"responses": {
"200": {
"description":