POST
/
cache
/
create
curl --request POST \
  --url http://localhost:8000/cache/create \
  --header 'Content-Type: application/json' \
  --data '{
  "filters": {},
  "docs": [
    "<string>"
  ]
}'
{}

Headers

authorization
string

Query Parameters

name
string
required
model
string
required
gguf_file
string
required

Body

application/json
filters
object | null
docs
string[] | null

Response

200
application/json
Successful Response

The response is of type object.