We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I'm able to use the github copilot api to access gpt models but not Claude models:
client.models.list() SyncPage[Model](data=[Model(id='gpt-3.5-turbo', created=139610154419992730, object='model', owned_by='github-copilot'), Model(id='gpt-3.5-turbo-0613', created=139610154419993400, object='model', owned_by='github-copilot'), Model(id='gpt-4o-mini', created=139610154419993690, object='model', owned_by='github-copilot'), Model(id='gpt-4o-mini-2024-07-18', created=139610154419993910, object='model', owned_by='github-copilot'), Model(id='gpt-4', created=139610154419994120, object='model', owned_by='github-copilot'), Model(id='gpt-4-0613', created=139610154419994480, object='model', owned_by='github-copilot'), Model(id='gpt-4o', created=139610154419994720, object='model', owned_by='github-copilot'), Model(id='gpt-4o-2024-05-13', created=139610154419995140, object='model', owned_by='github-copilot'), Model(id='gpt-4-o-preview', created=139610154419995710, object='model', owned_by='github-copilot'), Model(id='gpt-4o-2024-08-06', created=139610154419996000, object='model', owned_by='github-copilot'), Model(id='gpt-4o-2024-11-20', created=139610154419996230, object='model', owned_by='github-copilot'), Model(id='text-embedding-ada-002', created=139610154419996560, object='model', owned_by='github-copilot'), Model(id='text-embedding-3-small', created=139610154419996820, object='model', owned_by='github-copilot'), Model(id='text-embedding-3-small-inference', created=139610154419997080, object='model', owned_by='github-copilot'), Model(id='gemini-2.0-flash-001', created=139610154419997290, object='model', owned_by='github-copilot')], object='list')
Despite that I'm able to see (and use) Claude LLMs from vscode's github copilot chat:
Are Claude LLMs not supported from the api? Or this discrepancy indicates my settings for the api is not correct?
The text was updated successfully, but these errors were encountered:
The API you are accessing is not supported, full stop. And not part of the SDK.
Sorry, something went wrong.
No branches or pull requests
Hello, I'm able to use the github copilot api to access gpt models but not Claude models:
Despite that I'm able to see (and use) Claude LLMs from vscode's github copilot chat:
Are Claude LLMs not supported from the api? Or this discrepancy indicates my settings for the api is not correct?
The text was updated successfully, but these errors were encountered: