←back to thread

2127 points bakugo | 4 comments | | HN request time: 0.002s | source
1. bakugo ◴[] No.43163821[source]
Can you let the API team know that the /v1/models endpoint has been broken for hours? Thanks.
replies(1): >>43163976 #
2. latetomato ◴[] No.43163976[source]
Hello! Member of the API team here. We're unable to find issues with the /v1/models endpoint—can you share more details about your request? Feel free to email me at suzanne@anthropic.com. Thank you!
replies(1): >>43164023 #
3. bakugo ◴[] No.43164023[source]
It always returns a Not Found error for me. Using the curl command copied directly from the docs:

$ curl https://api.anthropic.com/v1/models --header "x-api-key: $ANTHROPIC_API_KEY" --header "anthropic-version: 2023-06-01"

{"type":"error","error":{"type":"not_found_error","message":"Not found"}}

Edit: Tried creating a different API key and it works with that one. Weird.

replies(1): >>43164202 #
4. lebovic ◴[] No.43164202{3}[source]
If you can reproduce the issue with the other API key, I'd also love to debug this! Feel free to share the curl -vv output (excluding the key) with the Anthropic email address in my profile