List models or agents
List models or agents associated to the provided key
Autorisation
bearer AutorisationBearer <jeton>
Clé API d'organisation (model key ou agent key), créée depuis la console Oreus ou l'API Third-Party. Ce n'est pas le jeton OIDC.
Dans: header
Paramètres d’en-tête
Corps de réponse
application/json
curl -X GET "https://example.com/api/v1/external/inference/models"{ "data": [ { "id": "gpt-4", "created": 1699017600, "object": "model", "owned_by": "openai" } ], "object": "list"}