Model reference · open weights

GTA1

Available as managed deployment LLMs Salesforce Vision + text 1 variants 220 dl/mo

GTA1 is an open-weight language model from Salesforce. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.

Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.

What it is

MakerSalesforce
TypeLanguage models
TaskVision + text
Parameters (lead)8.3B
Context125k tokens
Runs withtransformers
Released2025-10-01
Popularity220 downloads / month
LicenceOpen weights

About

What GTA1 is

Reinforcement learning (RL) (e.g., GRPO) helps with grounding because of its inherent objective alignment—rewarding successful clicks—rather than encouraging long textual Chain-of-Thought (CoT) reasoning. Unlike approaches that rely heavily on verbose CoT reasoning, GRPO directly incentivizes actionable and grounded responses. Based on findings from our blog, we share state-of-the-art GUI grounding models trained using GRPO.

Grounding Performance

We follow the standard evaluation protocol and benchmark our model on three challenging datasets. Our method consistently achieves the best results among all open-source model families. Below are the comparative results:

ModelSizeOpen SourceScreenSpot-V2ScreenSpotProOSWORLD-GOSWORLD-G-Refined
OpenAI CUA87.923.4
Claude 3.787.627.7
JEDI-7B7B91.739.554.1
SE-GUI7B90.347.0
UI-TARS7B91.635.747.5
UI-TARS-1.5*7B89.7*42.0*52.8*64.2*
UGround-v1-7B7B31.136.4
Qwen2.5-VL-32B-Instruct32B91.9*48.046.559.6*
UGround-v1-72B72B34.5
Qwen2.5-VL-72B-Instruct72B94.00*53.362.2*
UI-TARS72B90.338.1
OpenCUA7B92.350.055.368.3*
OpenCUA32B93.455.359.670.2*
GTA1-2507 (Ours)7B92.4 (∆ +2.7)50.1*(∆ +8.1)*55.1 (∆ +2.3)67.7 (∆ +3.5)
GTA1 (Ours)7B93.4 (∆ +0.1)55.5*(∆ +5.5)*60.1*(∆ +4.8)*68.8*(∆ +0.5)*
GTA1 (Ours)32B95.2 (∆ +1.8)63.6*(∆ +8.3)*65.2 (∆ +5.6)72.2*(∆ +2.0)*

Note:

  • Model size is indicated in billions (B) of parameters.
  • A dash (—) denotes results that are currently unavailable.
  • A superscript asterisk (﹡) denotes our evaluated result.
  • UI-TARS-1.5 7B, OpenCUA-7B, and OpenCUA-32B are applied as our baseline models.
  • ∆ indicates the performance improvement (∆) of our model compared to its baseline.

Agent Performance

OSWorld and OSWorld-Verified Benchmarks

We evaluate our models on the OSWorld and OSWorld-Verified benchmarks following the standard evaluation protocol. The results demonstrate strong performance across both datasets.

Agent ModelStepOSWorldOSWorld-Verified
Proprietary Models
Claude 3.7 Sonnet10028.0
OpenAI CUA 4o20038.1
UI-TARS-1.510042.541.8
OpenAI CUA o320042.9
Open-Source Models
Aria-UI w/ GPT-4o1515.2
Aguvis-72B w/ GPT-4o1517.0
UI-TARS-72B-SFT5018.8
Agent S w/ Claude-3.5-Sonnet1520.5
Agent S w/ GPT-4o1520.6
UI-TARS-72B-DPO1522.7
UI-TARS-72B-DPO5024.6
UI-TARS-1.5-7B10026.927.4
Jedi-7B w/ o310051.0
Jedi-7B w/ GPT-4o10027.0
Agent S2 w/ Claude-3.7-Sonnet5034.5
Agent S2 w/ Gemini-2.5-Pro5041.445.8
Agent S2.5 w/ o310056.0
Agent S2.5 w/ GPT-510058.4
CoAct-1 w/o3 & o4mini & OpenAI CUA 4o15060.8
GTA1-7B-2507 w/ o310045.253.1
GTA1-7B-2507 w/ GPT-510061.0
GTA1-32B w/ o310055.4
GTA1-32B w/ GPT-510063.4

Note: A dash (—) indicates unavailable results.

WindowsAgentArena Benchmark

We also evaluate our models on the WindowsAgentArena benchmark, demonstrating strong performance in Windows-specific GUI automation tasks.

Agent ModelStepSuccess Rate
Kimi-VL1510.4
WAA19.5
Jedi w/ GPT-4o10033.7
GTA1-7B-2507 w/ o310047.9
GTA1-7B-2507 w/ GPT-510049.2
GTA1-32B w/ o310051.2
GTA1-32B w/ GPT-510050.6

Note: A dash (—) indicates unavailable results.

Inference

Below is a code snippet demonstrating how to run inference using a trained model.

from transformers import AutoTokenizer, AutoImageProcessor
from transformers.models.qwen2_vl.image_processing_qwen2_vl_fast import smart_resize
from PIL import Image
from io import BytesIO
import base64
import re
from vllm import LLM, SamplingParams

instruction="click start"
image_path="example.png"

CLICK_REGEXES = [

From the published model card. Full card on the HuggingFace links in the sidebar.

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys gta1 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (gta1 below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/chat/completions \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"gta1","messages":[{"role":"user","content":"Hello"}]}'

Create an account — your API key is available in the console. 5M tokens/month currently included with every new account at launch.

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms