Account setup
To get started, create a Neosantara account here:Create Free Account
10,000 Token Credits every month. No credit card required.
Your First API Call
The Neosantara API uses an API format compatible with OpenAI. By modifying the configuration, you can use the OpenAI SDK or softwares compatible with the OpenAI API to access the Neosantara API.Neosantara AI doesn’t have the sdk yet.
You can either use fetch or via openai!
PARAM | VALUE |
---|---|
baseURL | https://api.neosantara.xyz/v1 |
apiKey | <Your Neosantara Apikey> |
Invoke The Chat API Calls
This is a non-stream example, you can set thestream
parameter to true
to get stream response.
Next Steps
- see our models
- See our integrations with leading LLM frameworks.
- see our rate limits