Has anyone succesfully integrated with any model avaiable on GitHub Copilot?
What have a done so far:
All I got is errors with message:
```
openai.BadRequestError: Error code: 400 - {'error': {'message': 'The requested model is not supported.', 'code': 'model_not_supported', 'param': 'model', 'type': 'invalid_request_error'}}
(...)
litellm.BadRequestError: Github_copilotException - The requested model is not supported.
```
I have tried many combinations:
- openai/gpt-4o-mini
- github_copilot/gpt-5.1-mini
- github_copilot_gpt-5.1-mini
So I´m not sure what to put on "model name".