AFIK, gpt-4-32k is not currently supported by OpenAI's API. I'd love to have it but alas...
My custom API calling code has the body of the HTTPRepsonse from a URLRead, the following:
{
\"error\": {
\"message\": \"The model: `gpt-4-32k` does not exist\",
\"type\": \"invalid_request_error\",
\"param\": null,
\"code\": \"model_not_found\"
}
}