API reference
Cova Nexus provides an OpenAI-compatible RESTful AI model interface and natively supports Anthropic Messages and Gemini generateContent formats.
ℹ️ Interface calling instructions
All AI model interfaces are compatible with the OpenAI API format. Set
base_url to https://api.covanexus.com/v1 and call it using the platform token as api_key. At the same time, Anthropic Messages and Gemini generateContent formats are natively supported.AI model interface
This platform currently has access to the following five types of reasoning interfaces, all of which can be called directly using platform tokens: /v1/chat/completions, /v1/responses, /v1/messages, /v1beta/models/{model}:generateContent and /v1/images/generations.
Model list
Get the list of models available for the platform.
Chat completion
OpenAI compatible dialogue interface supports streaming output and multi-turn dialogue.
Responses
OpenAI Responses interface supports built-in tools and reasoning.
Messages
Anthropic native Messages format interface.
Gemini generated content
Gemini's native generateContent format interface.
image generation
AI image generation interface.
image editing
Edit the image based on the original image and prompt words.
Gemini generates images
Gemini's native generateContent generates images.