Skip to content
New issue

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

Not able to access Claude LLMs #14

Closed
zhh210 opened this issue Mar 26, 2025 · 1 comment
Closed

Not able to access Claude LLMs #14

zhh210 opened this issue Mar 26, 2025 · 1 comment

Comments

@zhh210
Copy link

zhh210 commented Mar 26, 2025

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:

Image

Are Claude LLMs not supported from the api? Or this discrepancy indicates my settings for the api is not correct?

@tpope
Copy link

tpope commented Mar 26, 2025

The API you are accessing is not supported, full stop. And not part of the SDK.

@tpope tpope closed this as not planned Won't fix, can't repro, duplicate, stale Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants