Skip to main content
DataChiโ€” Europe's AI Analysis Platform
DataChi.aiGet API Access
OverviewFeaturesPricingComparisonIntegration
Integration

Get Started in Minutes

The WorkChi API is fully compatible with OpenAI. Just change the base URL and you're done.

Quick Start

1

Get your API key

Sign up at workchi.ai to get your API key.

2

Change the base URL

Update your code to use the WorkChi endpoint:

# OpenAI (before)
https://api.openai.com/v1

# WorkChi (after)
https://api.workchi.ai/v1
3

Use "auto" for intelligent routing

Set model: "auto" to let the router select the optimal model, or specify a specific model.

Code Examples

const WorkChi = require('workchi-sdk');

// Initialize with your API key
const client = new WorkChi('wk_your_api_key');

// Basic chat completion with auto-routing
async function chat() {
  const response = await client.chat.completions.create({
    model: 'auto', // Router selects optimal model
    messages: [
      { role: 'system', content: 'You are a helpful assistant.' },
      { role: 'user', content: 'Explain quantum computing in simple terms.' }
    ],
    max_tokens: 1000
  });

  console.log(response.choices[0].message.content);
}

chat();

Framework Support

๐Ÿ”—

LangChain

Native Python and JS support

๐Ÿ“š

LlamaIndex

RAG and indexing support

๐Ÿค–

AutoGPT

Autonomous agent support

๐ŸชŸ

Semantic Kernel

Microsoft ecosystem

Advanced Options

Custom Routing Rules

Define your own routing logic based on task type, language, or user tier.

{
  "model": {
    "task": "code",
    "language": "de",
    "tier": "premium"
  }
}

EU Data Residency

Route all requests to EU-hosted models for compliance.

{
  "model": "auto",
  "region": "eu"  // Forces EU providers
}

Ready to integrate?

Get your API key and start using the WorkChi Router today.

Intelligent LLM Router

One API, 50+ AI models. Save 60-90% on AI costs.

Product

  • LLM Router
  • Features
  • Pricing
  • Comparison
  • Integration

Resources

  • Blog
  • Benchmark
  • API Docs

Company

  • AI Gateway API
  • EU AI Gateway
  • CLOUD Act Info
  • WorkChi.aiโ†—

Compare

  • Compare Models
  • Embed Widget
  • Benchmarks
ยฉ 2024 WorkChi. All rights reserved.
PrivacyTerms
WorkChi Benchmark

Europe's independent AI analysis platform. Compare 50+ LLMs with EU data sovereignty and GDPR compliance.

Data hosted in EUGDPR CompliantCLOUD Act Immune

Product

  • AI Gateway API
  • LLM API
  • ChiGPT
  • ChiCode

Resources

  • AI Leaderboard
  • EU AI Analysis
  • Compare Models
  • Best AI For
  • API Integration

Best AI For

  • Best AI for Coding
  • Best AI for Customer Support
  • Best AI for Email Writing
  • Best AI for Data Analysis
  • Best AI for SEO Content
  • Best AI for Contract Review
  • Best AI for Marketing Copy
  • Best AI for Translation
  • Best AI for Meeting Notes
  • Best AI for Code Review
ยฉ 2026 WorkChiยทAI Model Benchmark
Privacy PolicyTerms of ServiceGDPR
WorkChi Benchmark evaluates AI models on real-world business tasks. Results are updated regularly. Model rankings are based on performance across accuracy, relevance, completeness, coherence, and safety metrics.