curl --request GET \
--url https://api.lava.so/v1/services{
"object": "list",
"data": [
{
"id": "<string>",
"object": "model",
"provider": "<string>",
"provider_label": "<string>",
"api_reference": "<string>",
"endpoint": "<string>",
"method": "POST",
"url_template": "<string>",
"workflow": {
"kind": "poll",
"poll_after": "<string>",
"id_field": "<string>"
},
"example_body": {},
"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>",
"api_reference": "<string>",
"service_type": "model",
"managed": true,
"entry_count": 123
}
]
}Returns a list of all models and API services available through the Lava gateway, including provider API reference URLs, 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>",
"api_reference": "<string>",
"endpoint": "<string>",
"method": "POST",
"url_template": "<string>",
"workflow": {
"kind": "poll",
"poll_after": "<string>",
"id_field": "<string>"
},
"example_body": {},
"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>",
"api_reference": "<string>",
"service_type": "model",
"managed": true,
"entry_count": 123
}
]
}Optional provider identifier to return only one provider slice from the service catalog