Happyhorse 1.0 R2v
Qwen logo

Happyhorse 1.0 R2v

happyhorse-1.0-r2v
Qwen

Pricing

  • Input Tokens: $2 /M tokens
  • Output Tokens: $0 /M tokens
  • Cache Read: $0 /M tokens

Image Generation

Quality
standard
720x1280
1280x720
960x960
832x1088
1088x832
1920x1080
1080x1920
1440x1440
1632x1248
1248x1632
standard
$0.1395
$0.1395
$0.1395
$0.1395
$0.1395
$0.1395
$0.2479
$0.2479
$0.2479
$0.2479
$0.2479

Input Modalities

  • Text
  • Vision

Try this model

Python
import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["AIHUBMIX_API_KEY"],
    base_url="https://shkq.org/v1",
)

response = client.chat.completions.create(
    model="happyhorse-1.0-r2v",
    messages=[
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    max_tokens=1024,
    stream=False,
)

print(response.choices[0].message.content)

Frequently asked questions

How much does Happyhorse 1.0 R2v cost?

On AIHubMix, Happyhorse 1.0 R2v costs $2 per million input tokens.