Chat Completions
Use POST /v1/chat/completions with a messages array for existing OpenAI SDKs. Compatibility conversion does not make every optional parameter available.
json
{"model":"your-console-model","messages":[{"role":"user","content":"Hello"}],"stream":true}Safe operation
The console is authoritative for models and prices. Support will never need your API key, password, verification code, full private prompt or payment credentials.