OpenAI Compatible

Taam Cloud API is fully compatible with OpenAI SDK standards, enabling seamless migration from OpenAI to our services.

Official SDKs Support

  • OpenAI Python SDK
  • OpenAI Node.js SDK
  • Custom SDK Development

Easy Migration

Minimal code changes required when switching from OpenAI

Our Services

Quick Start

Get API Key

Create your account and get API key from the Developer Portal

Choose SDK

# Python
pip install openai

# Node.js
npm install openai

Initialize Client

from openai import OpenAI

client = OpenAI(
    api_key="your-api-key",
    base_url="https://api.taam.cloud/v1"
)

API Endpoints

# Core Services
https://api.taam.cloud/v1     # LLM API
https://apisearch.taam.cloud     # Search API
https://crawl.taam.cloud         # Crawling API
https://uploud.taam.cloud        # Media Upload

# Authentication
Authorization: Bearer your_api_key

Additional Features

Smart Search

Multi-source AI search capabilities

Web Intelligence

Advanced crawling & extraction

Document AI

Process & analyze documents

Resources

Need help? Join our Discord community or contact support@taam.cloud