Returns the models available to the current API key.
curl --request GET \
--url https://api.aiearth.dev/v1/models \
--header 'Authorization: Bearer <token>'{
"object": "list",
"data": [
{
"id": "<string>",
"object": "model",
"owned_by": "<string>"
}
]
}curl --request GET \
--url https://api.aiearth.dev/v1/models \
--header 'Authorization: Bearer <token>'{
"object": "list",
"data": [
{
"id": "<string>",
"object": "model",
"owned_by": "<string>"
}
]
}