{"openapi":"3.2.0","info":{"title":"text-embedding-3-large API","description":"text-embedding-3-large is most capable embedding model for both english and non-english tasks. Embeddings are a numerical representation of text that can be used to measure the relatedness between two pieces of text. Embeddings are useful for search, clustering, recommendations, anomaly detection, and classification tasks.","version":"1.0.0"},"servers":[{"url":"https://oioez.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/embeddings":{"post":{"operationId":"post_embeddings","summary":"Create Embeddings","description":"Creates an embedding vector representing the input text.","requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"model":"text-embedding-3-large","input":"Today is a wonderful day"}}}}}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}