> ## Documentation Index
> Fetch the complete documentation index at: https://java.agentscope.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Model Providers

Model provider extensions connect AgentScope Java to hosted or local chat model APIs. Each provider can be selected through a `ModelRegistry` id when its extension module is on the classpath.

* [OpenAI](/v2/en/integration/model/openai)
* [DeepSeek](/v2/en/integration/model/deepseek)
* [GLM](/v2/en/integration/model/glm)
* [Kimi](/v2/en/integration/model/kimi)
* [MiniMax](/v2/en/integration/model/minimax)
* [DashScope](/v2/en/integration/model/dashscope)
* [Gemini](/v2/en/integration/model/gemini)
* [Anthropic](/v2/en/integration/model/anthropic)
* [Ollama](/v2/en/integration/model/ollama)
