Running real inference at scale? Apply for our limited $10K credit program — Find out more
Learn how to get started with Friendli Dedicated Endpoints in this step-by-step guide. Create an account, select your project, choose a model you wish to serve, deploy your endpoint, and seamlessly generate text, code, and more with ease.
curl -X POST https://api.friendli.ai/dedicated/v1/chat/completions \ -H "Content-Type: application/json" \ -H "X-Friendli-Team: $TEAM_ID" \ -H "Authorization: Bearer $FRIENDLI_TOKEN" \ -d '{ "model": "(endpoint-id)", "messages": [ { "role": "user", "content": "Python is a popular" } ] }'
Was this page helpful?