Skip to content
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

ParameterTypeRequiredDescription
modelstringYes

Responses

Status CodeDescription
200Successful Response
422Validation Error