Docs
Configguesser API Reference
This section covers all endpoints related to configguesser.
Analyze Model
Attempt to guess required GPU count and VRAM for a model on huggingface, assuming safetensors format.
GET/guess/vllm_config
API
Code Examples
curl -X GET "https://api.chutes.ai/guess/vllm_config"
-H "Content-Type: application/json"Request Configuration
Authorization
Endpoint:
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| model | string | Yes |
Responses
| Status Code | Description |
|---|---|
| 200 | Successful Response |
| 422 | Validation Error |