AI Applications

Build AI Apps, Australian Hosted

Claude and Nova models with chat inference, embeddings, and vector database. Build RAG applications, chatbots, and semantic search features.

AI Assistant
Connected

How do I configure SSL certificates?

Context Retrieved
ssl-setup.md
SSL certificates are automatically provisioned...
0.92
domains.md
Add your domain and SSL is configured via DNS...
0.87
certificates.md
Certificate status can be viewed in the dashboard...
0.81
SSL certificates are automatically provisioned when you add a domain. Simply add DNS records and the certificate will be issued|
Streaming response
Vector DB Streaming
View docs
Claude
3.x Models
Nova
Models
Vector
Database
3
API Interfaces
Vector Database

Semantic Search for RAG

Store documents with automatic embedding generation. Query by text or vector for semantic search. Build RAG applications with context retrieval.

  • Auto-chunking
  • 4 embedding models
  • Text & vector search
  • Metadata filtering

Vector DB docs

knowledge-base
3 documents
How do I authenticate API requests?
API Reference
Authentication
0.94
Getting Started
Quick Start
0.87
FAQ
Common Issues
0.72
Semantic search 3 results in 42ms
AI Assistant
Connected

How do I configure SSL certificates?

Context Retrieved
ssl-setup.md
SSL certificates are automatically provisioned...
0.92
domains.md
Add your domain and SSL is configured via DNS...
0.87
certificates.md
Certificate status can be viewed in the dashboard...
0.81
SSL certificates are automatically provisioned when you add a domain. Simply add DNS records and the certificate will be issued|
Streaming response
Vector DB Streaming
View docs
Chat Inference

LLM Chat with Streaming

Chat completion with Claude 4+ and Amazon Nova models. Three interfaces: REST API, HTTP streaming (SSE), and WebSocket for real-time apps.

  • Claude 4+ models
  • Amazon Nova models
  • HTTP streaming (SSE)
  • WebSocket support

Chat API docs

AI Agents

Function Calling & Tools

Register custom tools for AI agents. Function calling enables multi-step reasoning. Build agents that interact with your APIs and systems.

  • Tool registration
  • Function calling
  • Session management
  • Multi-turn context

Agents guide

Tool Registration
// Register a tool for the AI agent
POST /v1/ai/sessions/{id}/tools
{
"name": "get_weather",
"description": "Get current weather",
"parameters": {
  "type": "object",
  "properties": {
    "location": {
      "type": "string",
      "description": "City name"
    }
  },
  "required": ["location"]
}
}

// Agent calls tools automatically
// when needed during conversation

Start Building with AI

Build AI applications with Claude and Nova models, plus vector database. Start with a 30-day free trial.

Claude & Nova models
Vector database
Streaming & WebSocket
Australian hosted