DeveloperBeta

AI Models

Access cutting-edge AI models through our unified API. From language understanding to complex reasoning.

Model Families

Meta Llama Models

Advanced language models including Llama 3 and Llama 4 variants with up to 128k tokens context.

ChatReasoningCode Generation
DeepSeek Models

Cutting-edge mixture-of-experts architecture for complex reasoning with up to 128k tokens context.

Advanced ReasoningMathematical Problem SolvingScientific Analysis

On-Demand Models

Available for Enterprise

We 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 FamilyContextDescriptionCapabilities
OpenAI GPT-o1 Models
Up to 128k tokensAdvanced language model for reasoning, agentic workflows, code generation and chat.
ChatReasoningCode GenerationAgentic Workflows
Google Gemma Series
Up to 8k tokensHigh-performance model based on Google AI technology for ultra-fast inference.
Ultra-fast InferenceLightweight Deployment
Voice & Audio Models
Real-time processingWhisper and other leading voice models for transcription and processing.
Speech-to-TextAudio AnalysisVoice Synthesis
Embedding Models
Vector generationAdvanced embedding models for semantic search and RAG applications.
Document SearchSimilarity MatchingKnowledge Retrieval
Video & Multimodal
Multi-format inputNext-generation models for video analysis and multimodal understanding.
Video ProcessingImage AnalysisCross-modal Reasoning
Australian Domestic Models
CustomText, 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"}
    ]
  }'