Outperforms GPT-5, GPT-4o, GPT-4.1, o3, and Gemini 3 Pro for healthcare applications while maintaining full HIPAA compliance. Purpose-built for therapy, clinical and healthcare workflows.
30-day free trial - 99.9% uptime guarantee - 500k token context
This document outlines the necessary details to integrate with the BastionGPT API, including input parameters, output structure, pricing, limitations, and usage examples. To get started, sign up for BastionGPT Plus to explore our capabilities through the same API you'll receive access to. If you have additional questions about the API or would like to apply for access, schedule a consultation at https://bastiongpt.com/meet to review your use case and receive your API key.
Full compliance with healthcare regulations. Patient data stays secure with enterprise-grade encryption. Your data is never sold or used to train our AI models. Licensed for secure use with PHI and PII, with OpenAI having no access to your data.
Utilizes a pool of the leading AI models like GPT-4o, 4.1, o3 and Gemini Pro, optimized for use by healthcare and mental health professionals. Expertly trained on thousands of clinical documentation standards and clinical workflows, such as prior authorizations and appeal letters.
99.9% uptime SLA, 800 requests/minute, 2M tokens/minute. Built to support the next generation of powerful healthcare applications.
Advanced Chat Completion - 500,000 token context window for detailed patient histories and complex clinical scenarios.
Speech-to-Text Transcription - Medical transcription at $0.73/hour for therapy sessions and ambient patient scribing.
Content Filtering - Reduced content filters to allow for adult topics in a healthcare context.
Multi-Region Deployment - Available in US, Canada (Quebec), and Australia for data residency compliance.
Includes $45 in monthly token credits
What's Included:
Pay-As-You-Go:
Coming Soon:
We prioritize the security and integrity of your data. Our API infrastructure is built with robust security measures, ensuring your interactions are protected using industry best practices. Here's how we safeguard your connections:
Top-Tier Encryption Standards: Your data in transit is protected by the latest, most secure encryption protocols. We exclusively support TLS 1.3 and TLS 1.2, disabling outdated and vulnerable protocols like SSLv3, TLS 1.0, and TLS 1.1. This ensures your connection uses only modern, strong cryptographic standards.
Advanced Cipher Suites: We utilize strong, authenticated cipher suites like AES-GCM (up to 256-bit), offering high performance and the highest level of confidentiality and integrity for your API calls. Our server prioritizes the strongest available ciphers supported by your client.
Forward Secrecy Enabled: Our API implements Forward Secrecy using Elliptic Curve Diffie-Hellman Ephemeral (ECDHE) key exchange. This crucial feature ensures that even if a server's long-term private key were ever compromised, past communication sessions remain secure and cannot be decrypted.
Trusted and Verified Identity: Our API endpoint uses a certificate issued by a reputable, globally trusted Certificate Authority (GeoTrust/DigiCert), signed with a strong SHA-256 algorithm. This verifies the identity of our server and establishes a secure, trusted channel for your communications.
Protection Against Known Vulnerabilities: Our configuration is actively hardened against numerous known SSL/TLS vulnerabilities, including BEAST, POODLE (SSLv3 and TLS variants), Heartbleed, ROBOT, and others. We continuously monitor and update our systems to protect against emerging threats.
Independently Verified Security: Our endpoint configuration consistently achieves a top 'A' rating from independent SSL/TLS security assessment tools like Qualys SSL Labs, demonstrating our commitment to maintaining a highly secure environment.
4 Simple Steps:
Take the first step by signing for your account and then schedule your use case review: https://bastiongpt.com/meet
API URLs and Example Usage
https://api.bastiongpt.com/v1/ChatCompletion
POST /v1/ChatCompletion HTTP/1.1
Host: api.bastiongpt.com
Content-Type: application/json
Key: ab12345678901234567890123456
{
"messages": [{"role": "user", "content": "What is a normal BP?"}],
"max_tokens": 1000,
"temperature": 0,
"user": "C0001"
}
{
"id": "s7RzpHeOFnpM",
"created": 1709442176,
"model": "bastiongpt",
"choices": [
{
"finish_reason": "stop",
"message": {
"content": "A normal blood pressure (BP) for an adult is generally considered to be in the range of 90/60 mmHg to 120/80 mmHg..."
}
}
],
"usage": {
"prompt_tokens": 30,
"completion_tokens": 383,
"total_tokens": 413
},
"environment": "development"
}