Skip to content

Commit d2b2389

Browse files
committed
Update v3.mdx
1 parent 070a0f7 commit d2b2389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/v3.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The switch to [models.dev](https://models.dev) greatly expands the model selecti
8383
| Cerebras | 3 | | |
8484
| LMStudio | local | Ollama | local |
8585

86-
Non OpenAI Compatible LLM and Image generation providers are maintained in the [providers](https://github.com/ServiceStack/llms/tree/main/llms/extensions/providers) extension, registered using the `ctx.add_provider()` API.
86+
Non OpenAI Compatible LLM and Image generation providers are maintained in the [providers](https://github.com/ServiceStack/llms/tree/main/llms/extensions/providers) extension, registered using the `ctx.add_provider()` API. There are several different provider implementations to take advantage of features available in each provider, such as **Interleaved Thinking** support in Anthropic's Messages API which enables all Claude and MiniMax models to reason between tool calls for improved agentic performance.
8787

8888
<Tip>💡 [Raise an issue](https://github.com/ServiceStack/llms/issues) to add support for any missing providers from [models.dev](https://models.dev) you would like to use.</Tip>
8989

0 commit comments

Comments
 (0)