Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl https://api.arouter.ai/v1/models \ -H "Authorization: Bearer lr_live_xxxx"
models = client.models.list() for model in models.data: print(model.id)
List all models available to the current API key.