Hy3 preview Free

Model details

Hy3 preview Free

Model
hy3-preview-free
Provider
opencode
API
openai-completions
Base URL
https://opencode.ai/zen/v1
Input
text
Reasoning
Yes
Context window
256,000
Max tokens
64,000
Cost / million input
$0
Cost / million output
$0
Cost / million cache read
$0
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "opencode": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "hy3-preview-free",
          "name": "Hy3 preview Free",
          "reasoning": true,
          "input": [
            "text"
          ],
          "contextWindow": 256000,
          "maxTokens": 64000,
          "cost": {
            "input": 0,
            "output": 0,
            "cacheRead": 0,
            "cacheWrite": 0
          }
        }
      ],
      "api": "openai-completions",
      "baseUrl": "https://opencode.ai/zen/v1"
    }
  }
}