TokenSail Get Started

Tokensail Embed API

TOKENSAIL · Chat · — context

from $0.00972 / 1M input tokens

Tokensail Embed(— 컨텍스트)를 TokenSail에서 입력 $0.009722/1M 토큰에 제공하며, 100% 공식 인증 채널을 통해 제공됩니다. base_url만 api.tokensail.ai로 변경하면 바로 사용할 수 있습니다.

Pricing Comparison

Provider Input / 1M tokens Output / 1M tokens Savings
TokenSail $0.00972
OpenRouter
Official

Quick Start

from openai import OpenAI

client = OpenAI(
    base_url="https://api.tokensail.ai/v1",
    api_key="YOUR_TOKENSAIL_API_KEY"
)

response = client.chat.completions.create(
    model="tokensail-embed",
    messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)

Specifications

Start using Tokensail Embed at $0.00972/1M tokens

Get Started Free