cURL
curl --request GET \ --url https://api.fortytwo.network/v1/models \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "fortytwo-preview", "created": 123, "object": "model", "owned_by": "fortytwo" } ], "object": "list" }
Returns all the available Swarm Inference models in the Fortytwo network. Read more.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes
"list"