Getting Started
Neosantara acts as a unified gateway, allowing you to access various advanced models from different providers using a single API key and your choice of SDK.1
Get your API Key
- Sign up or Login at the Neosantara App.
- Go to the Dashboard to view your initial free credits.
- Create a new key in the API Keys section.
- Copy your key (it starts with
nsk_).
Dashboard
Manage account, billing, and stats.
API Keys
Manage your access credentials.
2
Choose Your Model
Access the world’s best models through a single interface. Switch models by simply changing the
model string.- Flagship Reasoning:
deepseek-r1,claude-4.5-sonnet - High-Speed Chat:
gemini-3.5-flash,grok-4.1-fast-non-reasoning - Specialized:
deepseek-ocr,neosantara-gen-2045(Image Gen)
See the Models Overview for full pricing and technical specs.
3
Pick Your SDK
Neosantara is “triple-compatible.” Use the SDK that fits your existing workflow.
4
Make Your First Call
Once you have your
API Key, you can start making requests.- OpenResponses (Recommended)
- OpenAI SDK
- Anthropic SDK
Recommended for stateful, high-performance apps.
Next Steps
Streaming
Learn how to handle real-time data flows.
Reasoning
Configure chain-of-thought and thinking tokens.