# Portkey Response API Model This model is used to use [portkey](https://portkey.ai/) with the OpenAI Responses API. !!! note "Portkey Response API Model class" - [Read on GitHub](https://github.com/swe-agent/mini-swe-agent/blob/main/src/minisweagent/models/portkey_response_model.py) ??? note "Full source code" ```python --8<-- "src/minisweagent/models/portkey_response_model.py" ``` !!! tip "Guide" Setting up Portkey models is covered in the [quickstart guide](../../models/quickstart.md). ::: minisweagent.models.portkey_response_model {% include-markdown "../../_footer.md" %}