cURL
curl --request GET \ --url https://api.tokenfactory.nebius.com/v0/dedicated_endpoints/templates \ --header 'Authorization: Bearer <token>'
{ "data": [ { "name": "<string>", "type": "<string>", "metadata": { "vendor": "<string>", "context_window_k": 123, "size_b": 123, "huggingface_url": "<string>", "license": { "url": "<string>", "name": "<string>" } }, "flavors": {} } ], "object": "list" }
Documentation IndexFetch the complete documentation index at: https://docs.tokenfactory.nebius.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.tokenfactory.nebius.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Project ID to list templates
Successful Response
Show child attributes
Was this page helpful?