cURL
curl --request GET \ --url https://aiproxy.infaas-amd-dev.glo1.nscale.com/organizations/{organization_id}/endpoints \ --header 'Authorization: Bearer <token>'
{ "models": [ { "id": "<string>", "developer": "<string>", "description": "<string>", "licenses": [ { "name": "<string>", "url": "<string>" } ], "attributions": [ "<string>" ], "hf_id": "<string>", "name": "<string>", "model_type": "TextGeneration", "size": 123, "output_price_per_million": "<string>", "price_type": "PER_TOKEN", "parameters": 123, "data_type": "<string>", "input_price_per_million": "<string>", "unsupported_openai_params": [ "<string>" ], "context_length": 123 } ] }
Returns a list of all model endpoints that are available for use by the specified organization. Includes details like pricing as decimal USD, model information, and last usage.
Security scheme that accepts Unikorn Identity JWTs.
Show child attributes