Most OpenAI model API interfaces are supported, with all parameters and usage methods identical to OpenAI. For documentation, please refer to the OpenAI Official API Documentation, which can be used directly without any modifications.
Note: The platform forwarding is based on load balancing technology and randomly distributes requests across multiple accounts. Stateful interfaces such as file, fine-tune, and assistants are not supported. The response API is supported, but passing the ID from a previous round of responses (stateful usage) is not supported.
Note the differences between the new and old versions of the openai library
Some outdated documentation may provide examples with the engine field, which has been deprecated. Direct calls to openai can still work because openai maintains backward compatibility for legacy code, but the platform does not support these deprecated interface formats.
Configure the API endpoint and token provided by this platform in your environment variables to use multiple models including gpt-3.5-turbo, text-davinci-003, text-embedding-ada-002, and more.