Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
150 changes: 150 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,156 @@ var HATCHER_HOSTED_MODEL_RECOMMENDATIONS = [
context: "256K",
description: "Multimodal MiMo model for image-aware analysis, OCR, charts, and visual context."
},
{
id: "acedata/claude-opus-4-8",
name: "Claude Opus 4.8 (AceData)",
provider: "AceData",
category: "premium",
costTier: "premium",
context: "1M",
description: "Partner-hosted Claude Opus through AceData for deeper reasoning and agent workflows.",
warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses."
},
{
id: "acedata/claude-opus-4-7",
name: "Claude Opus 4.7 (AceData)",
provider: "AceData",
category: "premium",
costTier: "premium",
context: "1M",
description: "Partner-hosted Claude Opus option through AceData for high-value reasoning tasks.",
warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses."
},
{
id: "acedata/claude-sonnet-4-6",
name: "Claude Sonnet 4.6 (AceData)",
provider: "AceData",
category: "balanced",
costTier: "high",
context: "1M",
description: "Partner-hosted Claude Sonnet through AceData for reliable agent planning, writing, and research.",
warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses."
},
{
id: "acedata/claude-haiku-4-5-20251001",
name: "Claude Haiku 4.5 (AceData)",
provider: "AceData",
category: "fast",
costTier: "low",
context: "200K",
description: "Fast Claude option through AceData for extraction, classification, and lightweight chat.",
warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses."
},
{
id: "acedata/gpt-5.5",
name: "GPT-5.5 (AceData)",
provider: "AceData",
category: "premium",
costTier: "high",
context: "1.05M",
description: "Partner-hosted OpenAI-compatible GPT-5.5 through AceData, with OpenRouter fallback when needed.",
warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses."
},
{
id: "acedata/gpt-5.4-pro",
name: "GPT-5.4 Pro (AceData)",
provider: "AceData",
category: "premium",
costTier: "high",
context: "1.05M",
description: "AceData-hosted OpenAI-compatible premium model for complex multi-step workflows.",
warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses."
},
{
id: "acedata/gpt-5.4",
name: "GPT-5.4 (AceData)",
provider: "AceData",
category: "advanced",
costTier: "high",
context: "1.05M",
description: "AceData-hosted OpenAI-compatible GPT model for advanced agent and research tasks.",
warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses."
},
{
id: "acedata/gpt-5.2",
name: "GPT-5.2 (AceData)",
provider: "AceData",
category: "advanced",
costTier: "high",
context: "1.05M",
description: "AceData-hosted OpenAI-compatible model for long-context analysis and general automation.",
warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses."
},
{
id: "acedata/gpt-5.1",
name: "GPT-5.1 (AceData)",
provider: "AceData",
category: "balanced",
costTier: "medium",
context: "400K",
description: "AceData-hosted GPT option for daily agent conversations and structured tool use.",
warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses."
},
{
id: "acedata/gpt-5-mini",
name: "GPT-5 Mini (AceData)",
provider: "AceData",
category: "fast",
costTier: "low",
context: "400K",
description: "Lower-cost AceData-hosted GPT model for quick replies, extraction, and routine tasks.",
warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses."
},
{
id: "acedata/gemini-3.1-pro",
name: "Gemini 3.1 Pro (AceData)",
provider: "AceData",
category: "premium",
costTier: "high",
context: "1M",
description: "AceData-hosted Gemini Pro option for broad research and long-context analysis.",
warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses."
},
{
id: "acedata/gemini-2.5-pro",
name: "Gemini 2.5 Pro (AceData)",
provider: "AceData",
category: "balanced",
costTier: "medium",
context: "1M",
description: "AceData-hosted Gemini Pro model for research, summarization, and multimodal-adjacent workflows.",
warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses."
},
{
id: "acedata/gemini-2.5-flash",
name: "Gemini 2.5 Flash (AceData)",
provider: "AceData",
category: "fast",
costTier: "low",
context: "1M",
description: "Fast AceData-hosted Gemini option for high-throughput agent research and summaries.",
warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses."
},
{
id: "acedata/deepseek-v3.2-exp",
name: "DeepSeek V3.2 Exp (AceData)",
provider: "AceData",
category: "fast",
costTier: "low",
context: "128K",
description: "AceData-hosted DeepSeek model for low-cost technical analysis and tool loops.",
warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses."
},
{
id: "acedata/deepseek-r1",
name: "DeepSeek R1 (AceData)",
provider: "AceData",
category: "advanced",
costTier: "medium",
context: "128K",
description: "AceData-hosted reasoning model for analysis-heavy prompts.",
warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses."
},
{
id: "google/gemini-2.5-flash",
name: "Gemini 2.5 Flash",
Expand Down
150 changes: 150 additions & 0 deletions dist/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,156 @@ var HATCHER_HOSTED_MODEL_RECOMMENDATIONS = [
context: "256K",
description: "Multimodal MiMo model for image-aware analysis, OCR, charts, and visual context."
},
{
id: "acedata/claude-opus-4-8",
name: "Claude Opus 4.8 (AceData)",
provider: "AceData",
category: "premium",
costTier: "premium",
context: "1M",
description: "Partner-hosted Claude Opus through AceData for deeper reasoning and agent workflows.",
warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses."
},
{
id: "acedata/claude-opus-4-7",
name: "Claude Opus 4.7 (AceData)",
provider: "AceData",
category: "premium",
costTier: "premium",
context: "1M",
description: "Partner-hosted Claude Opus option through AceData for high-value reasoning tasks.",
warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses."
},
{
id: "acedata/claude-sonnet-4-6",
name: "Claude Sonnet 4.6 (AceData)",
provider: "AceData",
category: "balanced",
costTier: "high",
context: "1M",
description: "Partner-hosted Claude Sonnet through AceData for reliable agent planning, writing, and research.",
warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses."
},
{
id: "acedata/claude-haiku-4-5-20251001",
name: "Claude Haiku 4.5 (AceData)",
provider: "AceData",
category: "fast",
costTier: "low",
context: "200K",
description: "Fast Claude option through AceData for extraction, classification, and lightweight chat.",
warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses."
},
{
id: "acedata/gpt-5.5",
name: "GPT-5.5 (AceData)",
provider: "AceData",
category: "premium",
costTier: "high",
context: "1.05M",
description: "Partner-hosted OpenAI-compatible GPT-5.5 through AceData, with OpenRouter fallback when needed.",
warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses."
},
{
id: "acedata/gpt-5.4-pro",
name: "GPT-5.4 Pro (AceData)",
provider: "AceData",
category: "premium",
costTier: "high",
context: "1.05M",
description: "AceData-hosted OpenAI-compatible premium model for complex multi-step workflows.",
warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses."
},
{
id: "acedata/gpt-5.4",
name: "GPT-5.4 (AceData)",
provider: "AceData",
category: "advanced",
costTier: "high",
context: "1.05M",
description: "AceData-hosted OpenAI-compatible GPT model for advanced agent and research tasks.",
warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses."
},
{
id: "acedata/gpt-5.2",
name: "GPT-5.2 (AceData)",
provider: "AceData",
category: "advanced",
costTier: "high",
context: "1.05M",
description: "AceData-hosted OpenAI-compatible model for long-context analysis and general automation.",
warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses."
},
{
id: "acedata/gpt-5.1",
name: "GPT-5.1 (AceData)",
provider: "AceData",
category: "balanced",
costTier: "medium",
context: "400K",
description: "AceData-hosted GPT option for daily agent conversations and structured tool use.",
warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses."
},
{
id: "acedata/gpt-5-mini",
name: "GPT-5 Mini (AceData)",
provider: "AceData",
category: "fast",
costTier: "low",
context: "400K",
description: "Lower-cost AceData-hosted GPT model for quick replies, extraction, and routine tasks.",
warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses."
},
{
id: "acedata/gemini-3.1-pro",
name: "Gemini 3.1 Pro (AceData)",
provider: "AceData",
category: "premium",
costTier: "high",
context: "1M",
description: "AceData-hosted Gemini Pro option for broad research and long-context analysis.",
warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses."
},
{
id: "acedata/gemini-2.5-pro",
name: "Gemini 2.5 Pro (AceData)",
provider: "AceData",
category: "balanced",
costTier: "medium",
context: "1M",
description: "AceData-hosted Gemini Pro model for research, summarization, and multimodal-adjacent workflows.",
warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses."
},
{
id: "acedata/gemini-2.5-flash",
name: "Gemini 2.5 Flash (AceData)",
provider: "AceData",
category: "fast",
costTier: "low",
context: "1M",
description: "Fast AceData-hosted Gemini option for high-throughput agent research and summaries.",
warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses."
},
{
id: "acedata/deepseek-v3.2-exp",
name: "DeepSeek V3.2 Exp (AceData)",
provider: "AceData",
category: "fast",
costTier: "low",
context: "128K",
description: "AceData-hosted DeepSeek model for low-cost technical analysis and tool loops.",
warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses."
},
{
id: "acedata/deepseek-r1",
name: "DeepSeek R1 (AceData)",
provider: "AceData",
category: "advanced",
costTier: "medium",
context: "128K",
description: "AceData-hosted reasoning model for analysis-heavy prompts.",
warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses."
},
{
id: "google/gemini-2.5-flash",
name: "Gemini 2.5 Flash",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hatcherlabs/shared",
"version": "1.4.8",
"version": "1.4.9",
"description": "Shared types and constants for HatcherLabs platform",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
Loading
Loading