Developer
News and Updates
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Runtimes
Web triggers
Async events
Realtime events
Dynamic Modules (Preview)
Customer-managed egress and remotes (Preview)
License API
Installation Details API
Atlassian app REST APIs
Fetch APIs
LLMs API (Preview)
Last updated Jul 15, 2026

Forge LLMs models (Preview)

Forge LLMs is now available as preview feature.

Preview features are deemed stable; however, they remain under active development and may be subject to shorter deprecation windows. Preview features are suitable for early adopters in production environments.

We release preview features so partners and developers can study, test, and integrate them prior to General Availability (GA). For more information, see Forge release phases: EAP, Preview, and GA.

Forge LLMs supports Claude models across three tiers: Haiku, Sonnet, and Opus. You choose the model per request, allowing you to balance latency, capability, and cost for each use case.

Supported models

You can use the list method from the @forge/llm SDK to dynamically fetch the list of supported models and their current status.

Model IDTierFamilyStatus
claude-haiku-4-5-20251001HaikuClaudeACTIVE
claude-sonnet-4-5-20250929SonnetClaudeACTIVE
claude-sonnet-4-6SonnetClaudeACTIVE
claude-sonnet-5SonnetClaudeACTIVE
claude-opus-4-6OpusClaudeACTIVE
claude-opus-4-7OpusClaudeACTIVE

AI models evolve quickly. Check the status and EOL fields regularly, and update your app before a model reaches end-of-life to avoid disruption. Initially only text input/output is supported; multimodal support may be considered later.

Some models do not support the temperature and top_p sampling parameters. Omit both parameters from requests to any affected model. For the current list of affected models, see the validation rules.

Claude - Opus

  • Most capable (best for complex, deep reasoning tasks)
  • Slowest (higher latency due to depth)
  • Highest cost

Claude - Sonnet

  • Balanced capability
  • Moderate speed
  • Moderate cost

Claude - Haiku

  • Fast and efficient (best for lightweight or high‑volume tasks)
  • Lowest cost

Rate this page: