Skip to main content

OpenAI Collective

A collective for developers utilizing OpenAI's foundational models and APIs to build, integrate, and innovate. The OpenAI Collective is organized and managed by the Stack Overflow community as a resource for developers.
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
25 views

OpenAPI Spec client fail to compile with ambiguous types

I downloaded the OpenAI's OpenAPI Spec file and tried to generate and compile the client and faced a few issues and wonder if anyone knows the fix for it. This is the specification: https://app....
0 votes
0 answers
22 views

Azure OpenAI model token rate limit header (x-ratelimit-limit-tokens) is -1

I am trying to get my current rate limit for an OpenAI model hosted on Azure. The response headers contain keys x-ratelimit-limit-tokens and x-ratelimit-remaining-tokens which are supposed to contain ...
3 votes
0 answers
44 views

Weird OpenAI streaming bug: concurrent JS streams randomly mix chunks across responses

I’m hitting a super weird issue with OpenAI’s streaming API. I’m building a multi-message streaming thing in plain JS (no frameworks) where I need to pipe multiple OpenAI responses one after another. ...
Advice
0 votes
0 replies
59 views

Does OpenAI API TPM limit count input tokens, output tokens, or both?

I’m a bit confused about how OpenAI’s API rate limits work - specifically the TPM (tokens per minute) limit. If I have, for example, 2 million TPM, is that limit calculated based on: only the input ...
-2 votes
0 answers
54 views

ChatKit DomainVerificationRequestError on mobile (desktop works)

My domain is: https://norkven.getfeurst.com Important details: The agent loads and responds successfully on desktop Chrome and Safari. On mobile Safari/Chrome, the same page loads, but ChatKit throws ...