GEThttps://openrouter.ai/api/v1/models/author/slug/endpoints
Path Parameters
View in API Reference
Request
1import requests
2
3# List endpoints for a model (GET /models/:author/:slug/endpoints)
4response = requests.get(
5 "https://openrouter.ai/api/v1/models/author/slug/endpoints",
6 headers={},
7)
8
9print(response.json())
Response