router.post("/v1/chat/completions")
| 1 | """API routes for OpenAI-compatible and Gemini generateContent endpoints.""" |
| 2 | |
| 3 | from dataclasses import dataclass |
| 4 | from typing import Any, Dict, List, Optional |
nothing calls this directly
no outgoing calls
no test coverage detected