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

# Available Models

> Open-source LLMs available through the Telnyx Inference API, hosted on Telnyx GPUs and accessible via an OpenAI-compatible Chat Completions endpoint.

Open-source LLMs hosted on Telnyx GPU infrastructure. All models accessible via the [Chat Completions API](/api-reference/openai-chat/create-a-chat-completion-openai-compatible) (OpenAI-compatible).

## Chat Models

| Model ID                     | Parameters | Context Length | Best For                                                                  |
| ---------------------------- | :--------: | :------------: | ------------------------------------------------------------------------- |
| `moonshotai/Kimi-K2.6`       |    1.0T    |      256K      | Highest intelligence, voice AI (with thinking disabled) **(Recommended)** |
| `zai-org/GLM-5.2`            |   753.9B   |       1M       | Coding, reasoning, 1M context window                                      |
| `MiniMaxAI/MiniMax-M3-MXFP8` |    428B    |       1M       | Cheapest while maintaining high intelligence                              |

## Embedding Models

| Model ID             | Dimensions | Best For        |
| -------------------- | :--------: | --------------- |
| `thenlper/gte-large` |    1024    | Text embeddings |
