Warm
curl --request GET \
--url https://api.lightdrift.ai/v1/warm \
--header 'X-API-Key: <api-key>'import requests
url = "https://api.lightdrift.ai/v1/warm"
headers = {"X-API-Key": "<api-key>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {'X-API-Key': '<api-key>'}};
fetch('https://api.lightdrift.ai/v1/warm', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Default Voyage photo search needs no legacy GPU warm-up. Readiness reflects configuration and recent provider activity, not a guarantee of a successful request.
GET
/
v1
/
warm
Warm
curl --request GET \
--url https://api.lightdrift.ai/v1/warm \
--header 'X-API-Key: <api-key>'import requests
url = "https://api.lightdrift.ai/v1/warm"
headers = {"X-API-Key": "<api-key>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {'X-API-Key': '<api-key>'}};
fetch('https://api.lightdrift.ai/v1/warm', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}