curl --request GET \
--url https://api.promptmetrics.dev/llm-provider/{id}{
"responseData": {
"_id": "<string>",
"name": "<string>",
"slug": "<string>",
"description": "<string>",
"logo_url": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
}Fetch a single LLM provider by ID.
curl --request GET \
--url https://api.promptmetrics.dev/llm-provider/{id}{
"responseData": {
"_id": "<string>",
"name": "<string>",
"slug": "<string>",
"description": "<string>",
"logo_url": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
}