Apps

Seenlife Apps

Use one Seenlife API key inside your favorite AI tools.

Connect coding agents, chat workspaces, app builders, automations, and SDK projects to Seenlife's OpenAI-compatible API. Customers recharge Seenlife Credits, paste the API key, and run supported models from one balance.

Universal endpoint

Use this base URL anywhere an OpenAI-compatible provider is accepted.

Base URL:
https://seenlife-api-production.up.railway.app/v1

API Key:
sk-seenlife-your-key

Example model:
deepseek/deepseek-v4-flash
Codex CLICursorClineContinueOpen WebUILibreChatDifyn8nGumloopZedFlowiseGitHub CopilotTypingMindRAGFlowZapierBrowser Use

Codex CLI

Run a coding agent in terminal with Seenlife model routing and credits.

Recommended: openai/gpt-5-mini

Cursor

Add Seenlife as an OpenAI-compatible endpoint for IDE workflows.

Recommended: openai/gpt-5-mini

Cline

Use Seenlife models inside VS Code agent tasks and edits.

Recommended: deepseek/deepseek-v4-pro

Continue

Connect chat and code-edit workflows through one Seenlife key.

Recommended: deepseek/deepseek-v4-flash

Open WebUI

Run a private multi-model chat UI backed by Seenlife Credits.

Recommended: gemini flash-lite

LibreChat

Build a shared chat workspace with Seenlife-supported models.

Recommended: openai/gpt-4o

Dify

Create chatbots and AI apps while usage bills to Seenlife balance.

Recommended: deepseek flash

n8n

Use Seenlife in automation flows for support, extraction, and writing.

Recommended: gemini flash-lite

Vercel AI SDK

Build streaming Next.js AI apps with a Seenlife endpoint.

Recommended: gpt-5-mini

Python SDK

Use the official OpenAI Python SDK by changing only base_url.

Recommended: deepseek flash

Node.js SDK

Drop Seenlife into OpenAI-compatible JavaScript projects.

Recommended: gpt-4o

Marketing Writer

Package prompts for ads, email, landing pages, and product copy.

Recommended: kimi / qwen

Gumloop

Use HTTP/API nodes to run Seenlife models inside automation flows.

Workflow Automation

Zed

Connect a fast native code editor to OpenAI-compatible Seenlife models.

Development

Flowise

Build visual agents and route LLM calls through Seenlife Credits.

Workflow / RAG

GitHub Copilot

Use custom endpoint style settings where supported for coding chat.

Development

Zoo Code

Connect a VS Code coding agent to Seenlife model routing.

IDE Plugin

NextAI Translator

Translate, polish, and summarize text with Seenlife-backed models.

Translation

Zotero

Use AI PDF and research workflows through OpenAI-compatible plugins.

Education

Kilo Code

Use Seenlife models inside IDE coding-agent tasks.

Development

WorkBuddy

Connect a desktop work agent to Seenlife through compatible API settings.

Office Productivity

Zapier

Call Seenlife from Zaps using webhook or HTTP request actions.

Workflow Automation

Lindy

Add Seenlife model calls to Lindy agents with HTTP requests.

AI Agents

Witsy

Run an open desktop AI assistant with your Seenlife API key.

Desktop Assistant

BoltAI

Use a native macOS AI assistant with Seenlife endpoint settings.

Office Productivity

Page Assist

Add an AI browser sidebar for page chat using Seenlife models.

Browser Extension

Browser Use

Control browser agents with Seenlife OpenAI-compatible models.

Development / Agent

TypingMind

Use a polished bring-your-own-key chat UI with Seenlife Credits.

General Chat

RAGFlow

Build knowledge-base Q&A with Seenlife LLM and embedding models.

Knowledge Base RAG

ChatWise

Run desktop chat on macOS and Windows with your Seenlife key.

General Chat

FastGPT

Build customer-support and knowledge-base apps on Seenlife models.

Customer Support

Goose

Use an open terminal and desktop AI agent with Seenlife routing.

Development

Vane

Run a self-hosted AI answer engine with Seenlife as provider.

Research & Search

Pot

Use desktop selection translation and OCR with Seenlife models.

Translation

Anki

Generate flashcards and study content through AI add-ons.

Education
These are integration guides for popular third-party AI tools. Seenlife provides the API key, billing balance, endpoint, and model routing. The tools themselves remain owned by their original developers.

OpenAI-compatible setup

Most apps on this page use the same connection fields. Customers paste their Seenlife API key, choose a model, and usage is deducted from Seenlife Credits.

Universal
  1. Open the app's provider, model, API, or custom endpoint settings.
  2. Choose OpenAI Compatible, Custom OpenAI, or HTTP Request when available.
  3. Paste the Seenlife base URL and the customer's Seenlife API key.
Base URL:
https://seenlife-api-production.up.railway.app/v1

API Key:
sk-seenlife-your-key

Recommended model:
deepseek/deepseek-v4-flash

Chat endpoint:
POST /chat/completions

Codex CLI

OpenAI-compatible terminal coding agent setup.

Coding agent
  1. Install Codex CLI.
  2. Set Seenlife as provider.
  3. Use your Seenlife API key from the recharge email.
npm install -g @openai/codex
export SEENLIFE_API_KEY="sk-seenlife-your-key"

# ~/.codex/config.toml
model = "openai/gpt-5-mini"
model_provider = "seenlife"

[model_providers.seenlife]
name = "Seenlife"
base_url = "https://seenlife-api-production.up.railway.app/v1"
env_key = "SEENLIFE_API_KEY"

Cursor

Use Seenlife where custom OpenAI-compatible endpoints are supported.

AI IDE
  1. Open Cursor model/API settings.
  2. Add a custom OpenAI-compatible endpoint.
  3. Paste Seenlife base URL, API key, and model ID.
Base URL:
https://seenlife-api-production.up.railway.app/v1

API Key:
sk-seenlife-your-key

Model:
openai/gpt-5-mini

Cline

Connect VS Code agent calls to Seenlife.

VS Code
  1. Install Cline.
  2. Choose OpenAI Compatible provider.
  3. Enter Seenlife endpoint and model.
Provider: OpenAI Compatible
Base URL: https://seenlife-api-production.up.railway.app/v1
API Key: sk-seenlife-your-key
Model: deepseek/deepseek-v4-pro

Continue

Add Seenlife to Continue.dev for coding chat and edits.

Code assistant
  1. Install Continue.
  2. Add an OpenAI provider config.
  3. Use Seenlife API base and key.
{
  "title": "Seenlife DeepSeek",
  "provider": "openai",
  "model": "deepseek/deepseek-v4-flash",
  "apiBase": "https://seenlife-api-production.up.railway.app/v1",
  "apiKey": "sk-seenlife-your-key"
}

Open WebUI

Run your own browser chat UI on Seenlife models.

Chat UI
  1. Deploy Open WebUI.
  2. Set OpenAI API base URL.
  3. Select a supported Seenlife model.
OPENAI_API_BASE_URL=https://seenlife-api-production.up.railway.app/v1
OPENAI_API_KEY=sk-seenlife-your-key
DEFAULT_MODEL=google/gemini-3.1-flash-lite

LibreChat

Shared chat workspace using Seenlife billing.

Chat workspace
  1. Add Seenlife as custom endpoint.
  2. Paste API key.
  3. Enable supported model IDs.
name: Seenlife
apiKey: sk-seenlife-your-key
baseURL: https://seenlife-api-production.up.railway.app/v1
models:
  default:
    - openai/gpt-4o
    - deepseek/deepseek-v4-flash

Dify

Build AI apps and chatbots with Seenlife as the model provider.

AI builder
  1. Open Dify model provider settings.
  2. Choose OpenAI-compatible provider.
  3. Add Seenlife endpoint and model ID.
Provider: OpenAI Compatible
API endpoint: https://seenlife-api-production.up.railway.app/v1
API key: sk-seenlife-your-key
Model: deepseek/deepseek-v4-flash

n8n

Use Seenlife inside workflow automations.

Automation
  1. Create an HTTP Request node.
  2. Send chat completion requests.
  3. Store the API key as a credential.
POST https://seenlife-api-production.up.railway.app/v1/chat/completions
Authorization: Bearer sk-seenlife-your-key
Content-Type: application/json

{
  "model": "google/gemini-3.1-flash-lite",
  "messages": [{ "role": "user", "content": "Summarize this lead." }]
}

Vercel AI SDK

Streaming AI apps in Next.js with Seenlife billing.

Next.js
  1. Install AI SDK.
  2. Create an OpenAI-compatible client.
  3. Use Seenlife model IDs.
const seenlife = createOpenAI({
  apiKey: process.env.SEENLIFE_API_KEY,
  baseURL: "https://seenlife-api-production.up.railway.app/v1"
});

const result = streamText({
  model: seenlife("openai/gpt-5-mini"),
  messages
});

Python SDK

Official OpenAI Python SDK, Seenlife endpoint.

SDK
  1. Install OpenAI Python package.
  2. Set base_url to Seenlife.
  3. Call a supported model.
from openai import OpenAI

client = OpenAI(
    api_key="sk-seenlife-your-key",
    base_url="https://seenlife-api-production.up.railway.app/v1"
)

res = client.chat.completions.create(
    model="deepseek/deepseek-v4-flash",
    messages=[{"role": "user", "content": "Write a short email."}]
)

Node.js SDK

Use Seenlife inside JavaScript apps.

SDK
  1. Install the OpenAI package.
  2. Set baseURL to Seenlife.
  3. Use customer Seenlife API key.
import OpenAI from "openai";

const client = new OpenAI({
  apiKey: process.env.SEENLIFE_API_KEY,
  baseURL: "https://seenlife-api-production.up.railway.app/v1"
});

const res = await client.chat.completions.create({
  model: "openai/gpt-4o",
  messages: [{ role: "user", content: "Generate product copy." }]
});

Marketing Writer

A prompt-pack style workflow for ads, email, SEO, and product copy.

Prompt app
  1. Use a writing model from Seenlife pricing.
  2. Send brand, audience, offer, and channel.
  3. Return copy variants through your own tool or script.
{
  "model": "moonshot/kimi-k2.6",
  "messages": [
    { "role": "system", "content": "You write concise ecommerce marketing copy." },
    { "role": "user", "content": "Create 5 ad hooks for an AI API credits product." }
  ]
}