Skip to content
Open
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
9 changes: 9 additions & 0 deletions docs/providers/openai-compatible.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ You'll find these settings in the Roo Code settings panel (click the <Codicon na
- Input Price
- Output Price

### Example: RunAPI

RunAPI exposes an OpenAI-compatible endpoint for model API requests:

* **API Provider:** OpenAI Compatible
* **Base URL:** `https://runapi.ai/v1`
* **API Key:** Your RunAPI API key
* **Model:** A model ID from [RunAPI models](https://runapi.ai/models.md)

---

## Native Tool Calling
Expand Down
Loading