PASAR API
Bearer key, OpenAI-compatible; low-latency inference. Global, works for MY.
View docs ↗ More AI APIs# Groq API ~ fast LLM inference needs an API key ~ get yours at: # https://console.groq.com/docs/api-reference curl 'https://api.groq.com/openai/v1' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Malaysian API into my app. API: Groq API ~ fast LLM inference Provider: Groq Auth: requires an API key (sign up: https://console.groq.com/docs/api-reference) Pricing: freemium Base URL: https://api.groq.com/openai/v1 Help me set up authentication and make my first successful request ~ explain exactly where the credentials go.