Quickstart
Get started with the Morpheus Inference API in just a few minutes. The API is fully OpenAI-compatible, meaning you can use existing OpenAI SDKs and tools with just a base URL change.Base URL:
https://api.mor.org/api/v1Authentication: Bearer token (your API key)Step 1: Get Your API Key
- Go to app.mor.org
- Create an account or sign in
- Click Create API Key and copy it immediately
Step 2: Make Your First Request
The Morpheus Inference API is fully OpenAI-compatible. Simply change the base URL and use your Morpheus API key.- curl
- Python
- JavaScript
- TypeScript
OpenAI Compatibility
The Morpheus Inference API implements the OpenAI API specification, ensuring compatibility with existing OpenAI clients and tools. You can switch from OpenAI to Morpheus with just two changes:Streaming Responses
For real-time output, enable streaming:- curl
- Python
- JavaScript
Available Models
List available models to see what’s currently active in the marketplace:View All Models
See the complete list of available models with capabilities and context windows.
Next Steps
Available Models
Explore all available models and their capabilities.
Chat Completions
Full API reference for chat completions.
OpenAI Python SDK
Complete Python integration guide with streaming and tool calling.
Cursor Integration
Use Morpheus with Cursor IDE.

