> For the complete documentation index, see [llms.txt](https://docs.fastrouter.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fastrouter.ai/integrations/coding-assistants.md).

# Coding Assistants

Every coding assistant below speaks the OpenAI-compatible API, so pointing it at FastRouter takes two fields: a base URL and a key. Once traffic routes through FastRouter you get:

* **100+ models** from OpenAI, Anthropic, Google, xAI, Meta, Groq, and Mistral behind one endpoint, including coding models like [Grok Code Fast 1](https://fastrouter.ai/models/x-ai/grok-code-fast-1). Swap models by changing one slug, no re-auth.
* **Observability** on every request: cost, tokens, latency, and which model ran, visible in real time in your [dashboard](https://dashboard.fastrouter.ai/).
* **Reliability** through automatic failover across providers, response caching, and intelligent routing.
* **Governance** with per-key budgets, rate limits, model restrictions, role-based access, and project isolation.

The setup is the similar everywhere: paste your FastRouter key, set the base URL, enter a model slug in `provider/model-name` format. Pick your tool below for the exact steps.

<table data-view="cards"><thead><tr><th data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="/pages/OQPVDFdjUsbyqpcH9bV8">/pages/OQPVDFdjUsbyqpcH9bV8</a></td></tr><tr><td><a href="/pages/I6Wtc0S5LZ65SCc44M1a">/pages/I6Wtc0S5LZ65SCc44M1a</a></td></tr><tr><td><a href="/pages/jeOz4ZJ63n7V6pttzuIb">/pages/jeOz4ZJ63n7V6pttzuIb</a></td></tr><tr><td><a href="/pages/PXHLlzvl99HdMuXSLzau">/pages/PXHLlzvl99HdMuXSLzau</a></td></tr><tr><td><a href="/pages/6FAB6VHuLRdOLkbtoeme">/pages/6FAB6VHuLRdOLkbtoeme</a></td></tr><tr><td><a href="/pages/LIdNJeVQxI079WUTRovj">/pages/LIdNJeVQxI079WUTRovj</a></td></tr><tr><td><a href="/pages/qyyUYvAoJMbl3weOjsuy">/pages/qyyUYvAoJMbl3weOjsuy</a></td></tr><tr><td><a href="/pages/kjXyTcEJLbiSkR6Us8iG">/pages/kjXyTcEJLbiSkR6Us8iG</a></td></tr><tr><td><a href="/pages/sf2PM8v12ObwTQ6ZZaot">/pages/sf2PM8v12ObwTQ6ZZaot</a></td></tr><tr><td><a href="/pages/2EKXkrHJ73MtSXjHMPV8">/pages/2EKXkrHJ73MtSXjHMPV8</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.fastrouter.ai/integrations/coding-assistants.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
