Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/source/concepts/llm_providers/supported_providers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Plano provides first-class support for multiple LLM providers through native int
.. note::
**Model Support:** Plano supports all chat models from each provider, not just the examples shown in this guide. The configurations below demonstrate common models for reference, but you can use any chat model available from your chosen provider.

Please refer to the quuickstart guide :ref:`here <llm_routing_quickstart>` to configure and use LLM providers via common client libraries like OpenAI and Anthropic Python SDKs, or via direct HTTP/cURL requests.
Please refer to the quickstart guide :ref:`here <llm_routing_quickstart>` to configure and use LLM providers via common client libraries like OpenAI and Anthropic Python SDKs, or via direct HTTP/cURL requests.


Configuration Structure
Expand Down Expand Up @@ -256,7 +256,6 @@ Mistral AI
- Compact model

**Configuration Examples:**
**Configuration Examples:**

.. code-block:: yaml

Expand Down
Loading