List all available models
curl --request GET \ --url https://api.search1api.com/v1/models \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>", "created": 123, "description": "<string>", "context_length": 123, "max_completion_tokens": 123 } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Unique identifier for the model
Display name of the model
Unix timestamp of when the model was created
Detailed description of the model
Maximum number of tokens the model can process in context
Maximum number of tokens that can be generated in one completion