I have a GPT-4 Key from an approved org.
When checking it up with this command:
-H "Authorization: Bearer $key"```
I get:
```"id": "gpt-4",
"object": "model",
"created": 1687882411,
"owned_by": "openai",
"permission": [
{
"id": "modelperm-Y76uTj6sGxB1dsWvmSDNaUil",
"object": "model_permission",
"created": 1687882411,
"allow_create_engine": false,
"allow_sampling": false,
"allow_logprobs": false,
"allow_search_indices": false,
"allow_view": false,
"allow_fine_tuning": false,
"organization": "*",
"group": null,
"is_blocking": false
}
],
"root": "gpt-4",
"parent": null```
But when using the key I get results, with no error code/response.
**Am I checking this in the wrong place?**