Go to file
openhands 611f2f7662 refactor: single source of truth for verified models
Move all verified-model knowledge into the backend so the frontend no
longer duplicates it.

Backend (openhands/utils/llm.py):
- Add get_openhands_models() — returns OPENHANDS_MODELS (self-hosted)
  or the database list (SaaS) through a single entry point.
- Add _assign_provider() — prefixes bare LiteLLM names (gpt-5.2,
  claude-opus-4-6, …) with their canonical provider before sending
  to the frontend.  Tables moved from the frontend's
  verified-models.ts.
- get_supported_llm_models() now returns a ModelsResponse pydantic
  model containing: models (flat list, pre-prefixed), verified_models,
  verified_providers, default_model.

Frontend:
- verified-models.ts reduced to a single DEFAULT_OPENHANDS_MODEL
  constant.  All 6 exported arrays are deleted.
- extract-model-and-provider.ts no longer carries hardcoded provider
  lookup tables — pure parsing only.
- ModelSelector, SettingsForm, settings-modal now receive
  verifiedModels / verifiedProviders as props from the API response.
- useAIConfigOptions unpacks the structured ModelsResponse.

Co-authored-by: openhands <openhands@all-hands.dev>
2026-03-16 17:52:15 +00:00
2025-10-29 16:17:46 -04:00
2025-05-26 21:35:27 -04:00
2025-05-26 21:35:27 -04:00
2025-03-01 13:21:31 +00:00

Logo

OpenHands: AI-Driven Development


🙌 Welcome to OpenHands, a community focused on AI-driven development. Wed love for you to join us on Slack.

There are a few ways to work with OpenHands:

OpenHands Software Agent SDK

The SDK is a composable Python library that contains all of our agentic tech. It's the engine that powers everything else below.

Define agents in code, then run them locally, or scale to 1000s of agents in the cloud.

Check out the docs or view the source

OpenHands CLI

The CLI is the easiest way to start using OpenHands. The experience will be familiar to anyone who has worked with e.g. Claude Code or Codex. You can power it with Claude, GPT, or any other LLM.

Check out the docs or view the source

OpenHands Local GUI

Use the Local GUI for running agents on your laptop. It comes with a REST API and a single-page React application. The experience will be familiar to anyone who has used Devin or Jules.

Check out the docs or view the source in this repo.

OpenHands Cloud

This is a deployment of OpenHands GUI, running on hosted infrastructure.

You can try it for free using the Minimax model by signing in with your GitHub or GitLab account.

OpenHands Cloud comes with source-available features and integrations:

  • Integrations with Slack, Jira, and Linear
  • Multi-user support
  • RBAC and permissions
  • Collaboration features (e.g., conversation sharing)

OpenHands Enterprise

Large enterprises can work with us to self-host OpenHands Cloud in their own VPC, via Kubernetes. OpenHands Enterprise can also work with the CLI and SDK above.

OpenHands Enterprise is source-available--you can see all the source code here in the enterprise/ directory, but you'll need to purchase a license if you want to run it for more than one month.

Enterprise contracts also come with extended support and access to our research team.

Learn more at openhands.dev/enterprise

Everything Else

Check out our Product Roadmap, and feel free to open up an issue if there's something you'd like to see!

You might also be interested in our evaluation infrastructure, our chrome extension, or our Theory-of-Mind module.

All our work is available under the MIT license, except for the enterprise/ directory in this repository (see the enterprise license for details). The core openhands and agent-server Docker images are fully MIT-licensed as well.

If you need help with anything, or just want to chat, come find us on Slack.

Description
🙌 OpenHands: Code Less, Make More
Readme MIT Cite this repository 794 MiB
Languages
Python 73.9%
TypeScript 24.8%
Jinja 0.6%
JavaScript 0.3%
Makefile 0.1%
Other 0.2%