Home
Model Gateway
API
Skills
Circle NanopaymentsPrivate Beta
Machine Payment ProtocolPrivate Beta
Coming Soon
Blog
Back to Models
H
HappyHorse·Pay as you go

happyhorse-1.0-r2v

Text|CompareShare
LongCreative

Specifications

Provider
H
HappyHorse
Model IDhappyhorse-1.0-r2v
Release Date2026-06-11
Context Window1M tokens
Endpoint
video-generation /v1/video/generationsvideo-generation-fetch /v1/video/generations/{task_id}
Billing TypePay as you go
Capabilities
Text
LongCreative

Pricing

Cost Estimate

1K in + 1K out$0.000000
10K in + 2K out$0.000000
100K in + 10K out$0.000000

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

API Example

Endpoint:
curl --request POST \
  --url https://api.aisa.one/v1/video/generations \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $AISA_API_KEY" \
  -d '{
    "model": "happyhorse-1.0-r2v",
    "messages": [
      {
        "role": "user",
        "content": "Hello, what can you help me with?"
      }
    ],
    "max_tokens": 1024
  }'
Base URL: https://api.aisa.one
Endpoint: /v1/video/generations
View API Docs

Start using happyhorse-1.0-r2v through AIsa's Model Gateway today.

Get API Key