AI Models
Access cutting-edge AI models through our unified API. From language understanding to complex reasoning.
Available Models
Live NowHigh-performance language model optimized for reasoning, code generation, and multilingual applications
Next-generation compact language model with advanced reasoning and extended context capabilities
Cutting-edge mixture-of-experts architecture with 671B parameters for complex reasoning
Research-focused AI model optimized for scientific analysis, deep reasoning, and knowledge synthesis
Model Families
Advanced language models including Llama 3 and Llama 4 variants with up to 128k tokens context.
Cutting-edge mixture-of-experts architecture for complex reasoning with up to 128k tokens context.
On-Demand Models
Available for EnterpriseWe also provide access to a wider range of specialized models for enterprise clients with specific needs. Contact us for more information on enabling these models for your organization.
Model Family | Context | Description | Capabilities |
---|---|---|---|
OpenAI GPT-o1 Models | Up to 128k tokens | Advanced language model for reasoning, agentic workflows, code generation and chat. | ChatReasoningCode GenerationAgentic Workflows |
Google Gemma Series | Up to 8k tokens | High-performance model based on Google AI technology for ultra-fast inference. | Ultra-fast InferenceLightweight Deployment |
Voice & Audio Models | Real-time processing | Whisper and other leading voice models for transcription and processing. | Speech-to-TextAudio AnalysisVoice Synthesis |
Embedding Models | Vector generation | Advanced embedding models for semantic search and RAG applications. | Document SearchSimilarity MatchingKnowledge Retrieval |
Video & Multimodal | Multi-format input | Next-generation models for video analysis and multimodal understanding. | Video ProcessingImage AnalysisCross-modal Reasoning |
Australian Domestic Models | Custom | Text, voice, and video models created by Australia's leading AI experts. | TextVoiceVideoSovereign AI |
Quick Start
Use any of our available models with the standard OpenAI-compatible API:
curl -X POST https://api.southerncrossai.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek-v3.1",
"messages": [
{"role": "user", "content": "Explain quantum computing"}
]
}'