x402Private Beta
Machine Payment ProtocolPrivate Beta
Coming Soon
Back to Models
ByteDance·Pay as you go

seed-1-6-250915

TextVideoVision|CompareShare
ReasoningLongCreativeVisionOmni-Modal

Specifications

ProviderByteDance
Model IDseed-1-6-250915
Context Window262,144 tokens
Endpoint/v1/chat/completions
Billing TypePay as you go
Capabilities
TextVideoVision
ReasoningLongCreativeVisionOmni-Modal

Pricing

Input

$0.225

per 1M tokens

Output

$0.900

per 1M tokens

Cost Estimate

1K in + 1K out$0.0011
10K in + 2K out$0.0040
100K in + 10K out$0.0315

This model uses token-based pricing. Input and output tokens are billed separately per million tokens.

API Example

curl https://api.aisa.one/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $AISA_API_KEY" \
  -d '{
    "model": "seed-1-6-250915",
    "messages": [
      {
        "role": "user",
        "content": "Hello, what can you help me with?"
      }
    ],
    "max_tokens": 1024
  }'
Base URL: https://api.aisa.one
Endpoint: /v1/chat/completions

Start using seed-1-6-250915 through AIsa's unified API today.

Get API Key