cURL
curl --request GET \ --url https://api.ppio.com/openai/v1/models/{model} \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>'
{ "id": "<string>", "created": 123, "object": "<string>", "input_token_price_per_m": 123, "output_token_price_per_m": 123, "title": "<string>", "description": "<string>", "context_size": 123 }
Documentation IndexFetch the complete documentation index at: https://ppio.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://ppio.com/docs/llms.txt
Use this file to discover all available pages before exploring further.