curl --request GET \
--url https://api.lava.so/v1/services{
"object": "list",
"data": [
{
"id": "<string>",
"object": "model",
"provider": "<string>",
"provider_label": "<string>",
"service_type": "model",
"managed": true,
"pricing": {
"type": "tokens_1m",
"input": 123,
"output": 123,
"cache_input_read": 123,
"cache_input_write": 123,
"cost_per_request": 123,
"text": {
"input": 123,
"output": 123
},
"audio": {
"input": 123,
"output": 123
},
"image": {
"input": 123,
"output": 123
}
},
"capabilities": [
"<string>"
]
}
],
"providers": [
{
"id": "<string>",
"label": "<string>",
"service_type": "model",
"managed": true,
"entry_count": 123
}
]
}Returns a list of all models and API services available through the Lava gateway, including pricing, capabilities, and managed/BYOK status. This endpoint is public and does not require authentication.
curl --request GET \
--url https://api.lava.so/v1/services{
"object": "list",
"data": [
{
"id": "<string>",
"object": "model",
"provider": "<string>",
"provider_label": "<string>",
"service_type": "model",
"managed": true,
"pricing": {
"type": "tokens_1m",
"input": 123,
"output": 123,
"cache_input_read": 123,
"cache_input_write": 123,
"cost_per_request": 123,
"text": {
"input": 123,
"output": 123
},
"audio": {
"input": 123,
"output": 123
},
"image": {
"input": 123,
"output": 123
}
},
"capabilities": [
"<string>"
]
}
],
"providers": [
{
"id": "<string>",
"label": "<string>",
"service_type": "model",
"managed": true,
"entry_count": 123
}
]
}