API KEYS
Example
You can generate an access key in the Nous Portal. For more details, see the Nous Portal.
curl 'https://inference-api.nousresearch.com/v1/completions' \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "Hermes-3-Llama-3.1-70B", "prompt": "How much wood would a theoretical 80kg woodchuck chuck? Assume a competitive environment." }'