post https://api.perplexity.ai/chat/completions
Generates a model's response for the given chat conversation.
Log in to see full request history
Responses
Generates a model's response for the given chat conversation.
xxxxxxxxxx
19curl --request POST \
--url https://api.perplexity.ai/chat/completions \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"model": "llama-3.1-sonar-small-128k-online",
"messages": [
{
"role": "system",
"content": "Be precise and concise."
},
{
"role": "user",
"content": "How many stars are there in our galaxy?"
}
]
}
'
Try It!
to start a request and see the response here! Or choose an example: