Galaksi

Access 100+ AI models through one OpenAI-compatible API

100+AI Models
15+Providers
1API Key

How It Works

1
Create an API KeySign in and generate your sk_galaksi_ key
2
Point to Our Endpointfunforge.fungsi.app/api/galaksi/v1
3
Use Any ModelGPT-4o, Claude, Gemini, and more

Quick Start

from openai import OpenAI

client = OpenAI(
    api_key="sk_galaksi_your_key_here",
    base_url="https://funforge.fungsi.app/api/galaksi/v1"
)

response = client.chat.completions.create(
    model="anthropic/claude-sonnet-4",
    messages=[{"role": "user", "content": "Hello!"}]
)

print(response.choices[0].message.content)

Features

🔌

OpenAI-Compatible

Use any OpenAI SDK. Just change the base URL and API key.

🤖

100+ Models

GPT-4o, Claude, Gemini, DeepSeek, Llama, Mistral, and more.

📊

Usage Analytics

Real-time dashboards with per-key token and cost tracking.

🔤

Embeddings

Text embedding models for RAG, search, and similarity.

Model Pricing

Pay per token. Credits per 1 million tokens shown below. 1 credit = Rp 1,000.

Loading models...

Frequently Asked Questions

Get Started with GitHubView Deployment Pricing